[MPlayer-users] specifying full path while encoding video from frame sequence

Mehmet Kaplan mehmetkpln at gmail.com
Tue Jun 29 12:34:35 CEST 2010


Hi all,
I'm trying to create a video sequence from image sequence.
When I put images in the same folder with mencoder.exe, I can produce
the output video without any error.
But I can't give a full or relative path for image sequence.

I tried both the following commands, which I found on different forums:

mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2 mf://dir/*.png -mf
type=png:fps=25 -o C:/video.avi
mencoder -ovc lavc -lavcopts vcodec=msmpeg4v2 "mf://dir/*.png" -mf
type=png:fps=25 -o C:/video.avi

Mencoder finds the image files (also number of files), but program
ends with an exception with following outputs:

MEncoder GIT-7bc18b7-4.3.3-Kovensky-mt 20091009 (C) 2000-2009 MPlayer Team
success: format: 16 data: 0x0 - 0x0
MF file format detected.
[mf] search expr: dir/*.png
[mf] number of files: 314 (1256)
VIDEO:  [MPNG]  0x0  24bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:16 fourcc:0x474E504D size:0x0 fps:25.000 ftime:=0.0400
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 0
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Spawning 4 decoding threads...
WARNING: Multithreading is experimental and may break in weird ways.
Unsupported PixelFormat -1
Selected video codec: [ffpng] vfm: ffmpeg (FFmpeg PNG)
==========================================================================

Flushing video frames.
Filters have not been configured! Empty file?
Writing index...
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not
writing vprp header.

Video stream:      nan kbit/s (-2147483648 B/s) size: 0 bytes 0.000
secs 0 frames


More information about the MPlayer-users mailing list