[MEncoder-users] Converting H.264-AVC 1920 X 1080 to mpeg-2

belcampo belcampo at zonnet.nl
Thu Feb 19 23:26:58 CET 2009


L Lee wrote:
> A few weeks ago Nikolov Grozdan answered a question about decoding .mts
> files with using this:
> 
> -vf yadif=0,filmdint=fast=0/io=30:24/dint_thres=256 -fps 30000/1001 -ofps
> 24000/1001
> 
> I have some h.264 mp4 source files that I would like to convert to mpeg-2 to
> create standard DVDs. I tried using that filter chain along with some
> existing conversion commands for scaling down the video but I haven't been
> able to convert them with Mencoder or even to play them properly with
> mplayer. They are interlaced with bitrates of 9 -11 mbits/sec. Thanks.
> 
I have interlaced h264 files in an mp4 container, which an can trancode 
the following way
MP4Box -raw 1 nameof.mp4
MP4Box -raw 2(wanted audio-channel number) nameof.mp4
after that you have nameof_track1.h264 and nameof_track2.ac3 (or other 
extension which depends on the source of your audio track.

I transcode these raw files with ffmpeg, but mencoder will also be 
possible to de desired, in your case dvd-format.

Hope it helps



More information about the MEncoder-users mailing list