[MPlayer-users] ? How Do I Fix

Marvin R. Pierce mpierce at iinet.net.au
Fri Jun 4 11:01:33 CEST 2004


Sorry about the 2nd post but I haven't had a reply. 

I have a directory full of *.jpg ~/tmp which I am converting into a
movie. Previously, I used this command to do this:
        mencoder \*.jpg -mf on:fps=2 -o Test.avi -ovc lavc -lavcopts
vcodec=mpeg4 -vop scale=320:240

But the mf command has been depreciated and it says to use mf://files
instead. I've tried all combinations w/o success. This starts to work
but now I'm getting an error:
        mencoder mf://*.jpg -mf fps=2 -o Test.avi -ovc lavc -lavcopts
vcodec=mpeg4 -vop scale=320:240

Error:
MEncoder dev-CVS-040408-12:27-3.3.3 (C) 2000-2004 MPlayer Team

CPU: Intel Celeron 2/Pentium III Tualatin 1129 MHz (Family: 6, Stepping:
1)
Detected cache-line size is 32 bytes
SSE supported but disabled
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 0 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 3DNow 3DNowEx

Reading /home/mpierce/.mplayer/codecs.conf: Can't open
'/home/mpierce/.mplayer/codecs.conf': No such file or directory
Reading /usr/local/etc/mplayer/codecs.conf: Can't open
'/usr/local/etc/mplayer/codecs.conf': No such file or directory
Using built-in default codecs.conf.
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /home/mpierce/.mplayer/mencoder: No such file or
directory
Font /home/mpierce/.mplayer/font/font.desc loaded successfully! (206
chars)
success: format: 16  data: 0x0 - 0x0
[demuxer] mf support.
[demux_mf] file type was not set! trying 'type=jpg'...
[mf] search expr: *.jpg
[mf] number of files: 405 (1620)
[V] filefmt:16  fourcc:0x47504A49  size:0x0  fps: 2.00  ftime:=0.5000
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1  (-1=autodetect) osd: 1
Opening video filter: [scale w=320 h=240]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmjpeg] vfm:ffmpeg (FFmpeg MJPEG decoder)
==========================================================================
Writing AVI header...
ODML: Aspect information not (yet?) available or unspecified, not
writing vprp header.
VDec: vo config request - 480 x 640 (preferred csp: Planar YV12)
VDec: using Planar YV12 as output csp (no 3)
Movie-Aspect is 0.75:1 - prescaling to correct movie aspect.
SwScaler: reducing / aligning filtersize 7 -> 8
SwScaler: reducing / aligning filtersize 7 -> 8
SwScaler: reducing / aligning filtersize 12 -> 11
SwScaler: reducing / aligning filtersize 12 -> 11

SwScaler: BICUBIC scaler, from Planar YV12 to Planar YV12 using MMX2
videocodec: libavcodec (320x240 fourcc=58564944 [DIVX])
VDec: vo config request - 640 x 480 (preferred csp: Planar YV12)340:0]
VDec: using Planar YV12 as output csp (no 3)
Movie-Aspect is 0.75:1 - prescaling to correct movie aspect.
videocodec: libavcodec (320x240 fourcc=58564944 [DIVX])
Could not open codec.
FATAL: Cannot initialize video driver.
Segmentation faultf ( 0%)   0fps Trem:   0min   0mb  A-V:0.000 [339:0]

I have the video driver installed -
mpierce at libranet:~/tmp$ dpkg -l | grep libavcodec
ii  libavcodec0    0.4.6-sarge0.2 Library to encode decode multimedia
streams
ii  libavcodec1    0.4.8-sarge0.0 Library to encode decode multimedia
streams

Cannot figure out how I fix this since upgrading mplayer. Help
appreciated!




More information about the MPlayer-users mailing list