Hello!

I am using a Mac based video rendering application, which outputs H.264 within a MOV/QUICKTIME container - unfort. I need H.264 in MPEG TS format as that is the only container format being playable on the target player.

For the conversion, I used the following ffmpeg command:

Code:
ffmpeg -i input.mov -acodec copy  -vcodec copy -f mpegts output.mpg

The problem is, that ffmpeg doesn't seem to output a playable movie.

Any ideas or hints on that issue?

Btw. I have also noticed, that the most recent ffmpeg (via svn) is not able to produce mpegts at all ...

Thanks for your help!
/sven