Mencoder H264 input in latest 1.1.1+20131111+svn36505 broken…

Top Page

Reply to this message
Author: Nuno Oliveira
Date:  
To: dmo-discussion
Subject: Mencoder H264 input in latest 1.1.1+20131111+svn36505 broken?
Hi,

The latest mencoder 1.1.1+20131111+svn36505-dmo1 with libx264-140 in amd64
testing seems to be broken for h264 input (in both .mp4 and .mkv files)
- see below message. H264 output is fine, as are other input files (e.g.,
.avi, .mov).

In contrast, using the previous mencoder-1.1.1-dmo6 with libx264-138
works fine. Anyone else got this behaviour?

Thanks,

Nuno.

-----
host:~$ mencoder test1.mp4 -oac pcm -ovc x264 -o test2.avi
MEncoder UNKNOWN-4.8 (C) 2000-2013 MPlayer Team
success: format: 0 data: 0x0 - 0x9be605
libavformat version 55.21.100 (internal)
libavformat file format detected.
[lavf] stream 0: video (h264), -vid 0
[lavf] stream 1: audio (aac), -aid 0, -alang und
VIDEO: [H264] 720x576 24bpp 25.000 fps 1198.4 kbps (146.3 kbyte/s)
[V] filefmt:44 fourcc:0x34363248 size:720x576 fps:25.000
ftime:=0.0400
==========================================================================
Opening audio decoder: [ffmpeg] FFmpeg/libavcodec audio decoders
libavcodec version 55.41.100 (internal)
AUDIO: 48000 Hz, 2 ch, floatle, 128.0 kbit/4.17% (ratio: 16004->384000)
Selected audio codec: [ffaac] afm: ffmpeg (FFmpeg AAC (MPEG-2/MPEG-4
Audio))
==========================================================================
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
[VD_FFMPEG] Trying pixfmt=0.
[VD_FFMPEG] XVMC-accelerated MPEG-2.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.
[VD_FFMPEG] Trying pixfmt=0.
[VD_FFMPEG] XVMC-accelerated MPEG-2.
The selected video_out device is incompatible with this codec.
Try appending the scale filter to your filter list,
e.g. -vf spp,scale instead of -vf spp.

Exiting...
host:~$