Tephra
14th September 2006, 04:37
Hi All,
I am a mythtv user - and as such I have LOTS of large MPEG2 file floating around.
Since I am running out of space - I want to reencode these to H264, so far I have decided to use ffmpeg/x264 for this - however I need some advice.
The command I am using thus far is:
ffmpeg -qmax 26 -i input.mpg -f mpegts -vcodec h264 -acodec copy output.mpeg
Now this seems to work ok - quality isn't bad (almost 99% of the original), but it seems for interlaced input (ie 1080i) ffmpeg doesn't write interlaced output.
Anyone have any ideas?
Cheers
Dave
I am a mythtv user - and as such I have LOTS of large MPEG2 file floating around.
Since I am running out of space - I want to reencode these to H264, so far I have decided to use ffmpeg/x264 for this - however I need some advice.
The command I am using thus far is:
ffmpeg -qmax 26 -i input.mpg -f mpegts -vcodec h264 -acodec copy output.mpeg
Now this seems to work ok - quality isn't bad (almost 99% of the original), but it seems for interlaced input (ie 1080i) ffmpeg doesn't write interlaced output.
Anyone have any ideas?
Cheers
Dave