[MPlayer-users] Bug with software scaler "natural bicubic spline"?

Andreas linuxdreas at dslextreme.com
Sun Sep 21 02:15:08 CEST 2008


I use mencoder with this command line:
mencoder /hyper/media/nuvexport/mythmencoder/2061_20080831200000.mpg -o /dev/null \
-vf scale=640:360,dsize=640/360,harddup -sws 10 -nosound -ovc xvid -xvidencopts bitrate=3600

and it seems to be stuck in a loop.This is the output:

MEncoder dev-SVN-r27654-4.2.1 (C) 2000-2008 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

success: format: 0  data: 0x0 - 0xeadf004
MPEG-PS file format detected.
VIDEO:  MPEG2  1280x720  (aspect 3)  59.940 fps  38810.4 kbps (4851.3 kbyte/s)
[V] filefmt:2  fourcc:0x10000002  size:1280x720  fps:59.940  ftime:=0.0167
xvid: using library version 1.1.3 (build xvid-1.1.3)
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
Opening video filter: [harddup]
Opening video filter: [dsize=640/360]
Opening video filter: [scale w=640 h=360]
==========================================================================
Opening video decoder: [mpegpes] MPEG 1/2 Video passthrough
VDec: vo config request - 1280 x 720 (preferred colorspace: Mpeg PES)
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.
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffmpeg2] vfm: ffmpeg (FFmpeg MPEG-2)
==========================================================================
VDec: vo config request - 1280 x 720 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.

When I run gdb and stop mencoder with CTRL-C, it always shows a line like this:
Program received signal SIGINT, Interrupt.
[Switching to Thread 0xb6a306d0 (LWP 16590)]
0x08595dc8 in getSplineCoeff (a=1, b=0, c=-2.196152422706632, d=1.196152422706632, dist=10468982784)
    at swscale.c:1041
1041        else                return getSplineCoeff(        0.0,

-- 
Gruß
Andreas



More information about the MPlayer-users mailing list