[MPlayer-users] Problem with MEncoder in h264.c
Remington Vörtmann
voertmann at livn.de
Tue May 26 08:38:25 CEST 2009
Hello,
I have got a Problem with MEncoder when trying to execute this commandline:
mencoder -oac lavc -ovc lavc -aspect 16/9 -noskip -srate 48000 -mc 0 -of
lavf -lavfopts format=mpg -vf scale=1920:1080,harddup -lavcopts
vcodec=mpeg2video:vbitrate=24000000:vmax_b_frames=0:keyint=1:aspect=16/9
-lavcopts acodec=mp2:abitrate=384 -fps 25 -ofps 25 -o outfile.avi infile.MTS
MEncoder just crashes without any error message.
X264, as well as xvid, faad, faac and mp3lame are installed. I configured
with disable-mplayer and enable-debug=3.
This is what GDB puts out:
[
]
OK, exit.
ALLOCATED STREAM N. 1, type=0
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 10261472
Opening video filter: [harddup]
Opening video filter: [scale w=1920 h=1080]
SwScale params: 1920 x 1080 (-1=no scaling)
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Program received signal SIGSEGV, Segmentation fault.
0x009fb5ae in decode_init (avctx=0x6c4d0e0) at h264.c:1896
1896 }else if(prefix + 1 <= LEVEL_TAB_BITS){
Does anyone have an idea how to solve this? Would be great!
Thanks in advance!
More information about the MPlayer-users
mailing list