
ffmpeg - MOV h.264 to MPEG-1 conversion
Hey guys -- I've been playing around with this for a while and can't get anywhere with it. Trying to convert h.264 encoded MOVs to MPEG-1 with:
ffmpeg -i [input file] -vcodec mpeg1video -b 1000k -qmin 1 -qmax 31 -acodec mp2 -ar 22050 -ac 1 [out file]
Seems to work or break depending on the environment.. looks and plays nice under Linux/VLC, starts misbehaving in Mac/Quicktime depending on where you move the mouse and at what time, and Windows/Quicktime has no idea what's going on.
If you can track me down, I'll happily buy you a steak... :)