[MEncoder-users] MEncoder-users Digest, Vol 42, Issue 41

David Portabella Clotet david at portabella.name
Fri Feb 29 23:45:00 CET 2008


> > What is the most standard video format?
>
> Mpeg-1 video with mp2 audio, constant bitrate and no B frames, with a
> standard framerate (24000/1001, 24, 25, 30000/1001, or 30) and
> resolution (320x240 or 352x240 for NTSC; 320x288 or 352x288 for PAL).
> Use the lavf encoders and muxer. This should be playable even on crap
> like WMP and of course also on all good players.
>
> Rich
>

Hey, it works!

I tried the following, that I found in
http://lists.mplayerhq.hu/pipermail/mencoder-users/2007-April/005683.html
mencoder SANY0271.MP4 -of mpeg -ovc lavc -lavcopts
vcodec=mpeg1video:vbitrate=1000 -mpegopts format=mpeg1 -ofps 25  -oac lavc
-lavcopts acodec=mp2:abitrate=224 -vf harddup -o test.mpg

and I simplified to the following, still working:
mencoder SANY0271.MP4 -of mpeg -ovc lavc -lavcopts vcodec=mpeg1video
-mpegopts format=mpeg1  -oac lavc -lavcopts acodec=mp2  -o test.mpg


Many thanks,
DAvid


ps:
>From: Dominik 'Rathann' Mierzejewski
>PS. You're breaking threading and top-replying. Please stop doing that.
>I've fixed quoting in your reply just this once.
I receive digested emails, so I cannot conserve the "Message-ID" of the
individual reply.
I also changed the "subject" of the email, as someone complained that the
first I set was not meaningful.
I hope now it is ok.

Regards,
DAvid



More information about the MEncoder-users mailing list