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
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Cant play AVC1/H.264 converted from Canon 5DmkII mov with MPEG Streamclip
By void143 in forum Video ConversionReplies: 3Last Post: 19th Nov 2011, 05:14 -
Lossless Conversion from AVI H.264 to MP4 H.264
By kenchen in forum Video ConversionReplies: 3Last Post: 22nd Oct 2010, 14:04 -
Empty audio files when converting MPEG2 with h.264 mencoder or h.264 x264
By doctormelodious in forum ffmpegX general discussionReplies: 3Last Post: 4th Jul 2010, 08:12 -
x.264 H.264 .MOV anyone?
By mikeyc in forum ffmpegX general discussionReplies: 4Last Post: 18th Sep 2007, 01:09 -
Converting .avi (Xvid) to .mp4 or .mkv (H.264 or x.264) w/ subs
By Tensai in forum Video ConversionReplies: 4Last Post: 18th Jul 2007, 09:25