[MEncoder-users] how to test encoded file ?

Grozdan neutrino8 at gmail.com
Wed Jul 7 23:04:27 CEST 2010


On Wed, Jul 7, 2010 at 10:54 PM, Bernd Butscheidt <bbutscheidt at yahoo.de> wrote:
>
>
> from Grozdan <neutrino8 at gmail.com>
> 6. July 2010, 21:11:09 Uhr
>
>> You sure it was exactly 24fps?
> ...
>> lavf is only "working" with no b-frames
>> Maybe there's something wrong with your options
>
> Here is an typical example of what I do mostly. The source is a PAL-DVD, the
> goal is to speed it down to 24fps:
>
> mencoder -mc 0 -noskip -noodml -forceidx -ovc x264 -speed 24000/25000 -ofps 24
> -vf hqdn3d,harddup -x264encopts
> subq=1:frameref=1:me=hex:b_adapt:threads=auto:8x8dct:crf=12 -channels 2 -srate
> 48000 -oac lavc -fafmttag 0x200 -af lavcresample=48000,scaletempo -lavcopts
> acodec=ac3:abitrate=448 -alang en -slang en -vobsubout OUTPUT -aspect 1.7777
> dvd://1 -dvd-device /w_LD2/ProjectX/DVD_FOLDER -of lavf -lavfopts
> format=matroska -o OUTPUT.mkv


Why do you use -mc 0? You do realize this completely disables
mencoder's A/V sync algo? And in case you play with the frame rate (as
you do) it will only make things worse!

and why do you want to create a true 24 fps film file?

Still, if you want 24fps file, use -vf
filmdint=fast=0/io=25:24/dint_thres=256 -ofps 24

Also, your file will be broken since you haven't disabled b-frames in
your x264 line (which are on by default) and you're using the lavf
muxer to output which is broken with b-frames + mencoder


>
>
> I have no problems so far with remuxing the output with mkvmerge.
>
> Kind regards
> Bernd B.
>
>
> _______________________________________________
> MEncoder-users mailing list
> MEncoder-users at mplayerhq.hu
> https://lists.mplayerhq.hu/mailman/listinfo/mencoder-users
>


More information about the MEncoder-users mailing list