I use Linux, so I needed to know what the video properties of the Windows conversion program were.
Boy, was I ever surprised when I saw that they used mplayer/mencoder internally, which was originally written for Linux, and was what I was going to use anyway.
Also, mplayer/mencoder is by far the best conversion utility out there.
The problem is that the C260 seems extremely picky about the video file properties. It really isn't too flexible.
Anyway, to get the information I needed, I traced their Windows program under Linux, and here is the command as it was passed to mencoder:
mencoder -noodml in.mpeg -of avi -o ~/out.avi -ofps 24 -vf-add scale=320:240 -vf-add expand=320:240:-1:-1:1 -srate 44100 -ovc xvid -xvidencopts bitrate=500:max_bframes=0:quant_type=h263:me_quali ty=4 -oac lavc -lavcopts acodec=mp2:abitrate=128
So there you have it, the exact specs for what they want in a video stream. It was fun figuring this out on the ridiculously long plane flight from Taipei, where I bought the thing!
