I use the following command to transform and "shrink" files recorded on a DVD recorder to AVI files:
ffmpeg -y -i /tmp/noa-001.vob -b 768 -s 640x480 -vcodec xvid -ab 128 -acodec aac -ac 2 -ab 64 -f mp4 /tmp/noa-1.avi As expected, the AVI file plays properly on my Linux box. But I sent the file to a friend and it was not viewable in Windows XP (he tried Realplayer, Media player and several other programs). I GOOGLEd a bit, but there are so many parameters available that I don't know what I'm looking for. I assume it has something to do with a CODEC, but would appreciate any suggestions. -- Shlomo Solomon http://the-solomons.net Sent by KMail (KDE 3.5.7) on LINUX Mandriva 2008.0 ================================================================= To unsubscribe, send mail to [EMAIL PROTECTED] with the word "unsubscribe" in the message body, e.g., run the command echo unsubscribe | mail [EMAIL PROTECTED]