Menu

#5 fourcc DIVX option.

open
nobody
None
5
2011-01-19
2011-01-19
Anonymous
No

Hi there,
When the Video Codec MpeG-4 is selected (DIVX) there is a proplem with -fourcc parameter passed to mencoder. I believe that it should be "-ffourcc" rather than "-fourcc". I've checked the Main.pas file and for other codecs there is the "-ffourcc":
$ grep fourcc Main.pas
vcodec2:= ' -fourcc DIVX -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=';
vcodec := ' -fourcc DIVX -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=';
vcodec2:= ' -ovc x264 -ffourcc H264 -x264encopts bitrate=';
vcodec := ' -ovc x264 -ffourcc H264 -x264encopts bitrate=';
vcodec := ' -fourcc DIVX -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=';
vcodec := ' -ovc x264 -ffourcc H264 -x264encopts bitrate=';

Discussion

  • sgi

    sgi - 2011-01-19

    Found and fixed that, thank you!

     
  • benzino

    benzino - 2011-01-20

    Thanks for quick response. Will you provide a new build with fixed parameters? I can still convert media by "creating bat files" and editing them before run, but ... well it is much easier to run it from GUI.

     
  • sgi

    sgi - 2011-01-21

    I know there has been a delay, but I'm planning to release a new build soon with many fixes including this one the one with Windows 7.

     
  • benzino

    benzino - 2011-01-21

    Thanks.