[MEncoder-users] coredumping with latest svn build

DaveG mplayer01 at dgmm.net
Wed Jun 7 16:09:39 CEST 2006


uname -a gives :
-----------------------
FreeBSD webmaker.asgard.uk 5.4-RELEASE-p14 FreeBSD 5.4-RELEASE-p14 #1: Tue May 
23 21:17:57 BST 2006     
dave at webmaker.asgard.uk:/usr/obj/usr/src/sys/WEBMAKER  i386
-----------------------

Using command line 
-------------------------
#!/bin/sh
# Encode JPeG sequence to XViD avi video (2 pass high quality) saving
# the file as mmdd.avi
fpath=/home/dave/temp/
cd ${fpath}
audio="-oac copy"
video="-ovc lavc -lavcopts vcodec=mpeg4:mbd=2:turbo"
mencoder -v mf://*.jpg -mf fps=25  ${video} ${audio} \
     -o ${fpath}`date "+%m%d"`.avi
------------------------

Output from mencoder
--------------------------------
MEncoder dev-SVN-r18602-3.4.2 (C) 2000-2006 MPlayer Team
CPU:               Intel(R) Pentium(R) 4 CPU 3.20GHz (Family: 15, Model: 3, 
Stepping: 4)
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2

init_freetype
get_path('font/font.desc') -> '/home/dave/.mplayer/font/font.desc'
/home/dave/.mplayer/font/font.desc is empty or a directory, ignoring.
font: can't open file: /usr/local/share/mplayer/font/font.desc
Using MMX (with tiny bit MMX2) Optimized OnScreenDisplay
STREAM: [null] mf://*.jpg
STREAM: Description: Null stream
STREAM: Author: Albeu
STREAM: Comment:
success: format: 16  data: 0x0 - 0x0
[mf] search expr: *.jpg
[mf] number of files: 1351 (5404)
==> Found video stream: 0
VIDEO:  [IJPG]  0x0  24bpp  25.000 fps    0.0 kbps ( 0.0 kbyte/s)
[V] filefmt:16  fourcc:0x47504A49  size:0x0  fps:25.00  ftime:=0.0400
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
INFO: libavcodec init OK!
Selected video codec: [ffmjpeg] vfm: ffmpeg (FFmpeg MJPEG decoder)
==========================================================================
Bus error (core dumped)
--------------------------------

Using 
mencoder mf://*.jpg -mf w=320:h=240:fps=25:type=jpg -ovc lavc -lavcopts 
vcodec=mpeg4 -oac copy -o output.avi

from the docs file:///usr/local/share/doc/mplayer/menc-feat-enc-images.html

gives 

mencoder: No match.

and yet there are over 3000 *.jpg files in the current directory likie this 
one:

%file 0607063741.jpg
0607063741.jpg: JPEG image data, JFIF standard 1.01, comment: " CREATOR: 
gphoto2, SQ905 librar"


It was fine with Pre7

I must be missing something incredibly simple here

-- 
Dave



More information about the MEncoder-users mailing list