gave this a go under 64 bit Ubuntu 8.10:
Code:
user@mycomputer:~/Videos$ mencoder 00009.MTS -o 1.avi -oac copy -ovc lavc -lavcopts vcodec=mpeg4:vbitrate=10000 -fps 50 -vf scale=1280:720
MEncoder 2:1.0~rc2-0ubuntu17+medibuntu1 (C) 2000-2007 MPlayer Team
CPU: Intel(R) Core(TM)2 CPU 6600 @ 2.40GHz (Family: 6, Model: 15, Stepping: 6)
CPUflags: Type: 6 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled with runtime CPU detection.
success: format: 0 data: 0x0 - 0x12b8800
TS file format detected.
VIDEO H264(pid=4113) AUDIO A52(pid=4352) NO SUBS (yet)! PROGRAM N. 1
[V] filefmt:29 fourcc:0x10000005 size:0x0 fps: 0.00 ftime:=0.0000
Input fps will be interpreted as 50.00 instead.
==========================================================================
Opening audio decoder: [liba52] AC3 decoding with liba52
Using SSE optimized IMDCT transform
Using MMX optimized resampler
AUDIO: 48000 Hz, 2 ch, s16le, 256.0 kbit/16.67% (ratio: 32000->192000)
Selected audio codec: [a52] afm: liba52 (AC3-liba52)
==========================================================================
Opening video filter: [expand osd=1]
Expand: -1 x -1, -1 ; -1, osd: 1, aspect: 0.000000, round: 1
Opening video filter: [scale w=1280 h=720]
==========================================================================
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family
Selected video codec: [ffh264] vfm: ffmpeg (FFmpeg H.264)
==========================================================================
audiocodec: framecopy (format=2000 chans=2 rate=48000 bits=16 B/s=32000 sample-1)
[h264 @ 0xe28200]PAFF interlacing is not implemented
[h264 @ 0xe28200]concealing 3060 DC, 3060 AC, 3060 MV errors
VDec: vo config request - 1440 x 1080 (preferred colorspace: Planar YV12)
VDec: using Planar YV12 as output csp (no 0)
Movie-Aspect is 1.78:1 - prescaling to correct movie aspect.
SwScaler: reducing / aligning filtersize 6 -> 8
SwScaler: reducing / aligning filtersize 6 -> 8
SwScaler: reducing / aligning filtersize 7 -> 6
SwScaler: reducing / aligning filtersize 7 -> 6
[swscaler @ 0xe20930]SwScaler: BICUBIC scaler, from yuv420p to yuv420p using MMX2
[swscaler @ 0xe20930]SwScaler: using 8-tap MMX scaler for horizontal luminance scaling
[swscaler @ 0xe20930]SwScaler: using 8-tap MMX scaler for horizontal chrominance scaling
[swscaler @ 0xe20930]SwScaler: using n-tap MMX scaler for vertical scaling (YV12 like)
[swscaler @ 0xe20930]SwScaler: 1440x1080 -> 1280x720
videocodec: libavcodec (1280x720 fourcc=34504d46 [FMP4])
Selected font is fixed-width.
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
Writing header...
ODML: Aspect information not (yet?) available or unspecified, not writing vprp header.
[h264 @ 0xe28200]PAFF interlacing is not implementedb A-V:0.000 [0:0]
[h264 @ 0xe28200]top block unavailable for requested intra mode at 14 1
[h264 @ 0xe28200]error while decoding MB 14 1, bytestream (29439)
[h264 @ 0xe28200]illegal short term buffer state detected
[h264 @ 0xe28200]concealing 6120 DC, 6120 AC, 6120 MV errors
[h264 @ 0xe28200]PAFF interlacing is not implementedb A-V:0.002 [0:0]
[h264 @ 0xe28200]concealing 3060 DC, 3060 AC, 3060 MV errors
[h264 @ 0xe28200]PAFF interlacing is not implementedb A-V:0.004 [0:0]
[h264 @ 0xe28200]concealing 6010 DC, 6010 AC, 6010 MV errors
1 duplicate frame(s)!
[h264 @ 0xe28200]PAFF interlacing is not implementedb A-V:0.006 [0:0]
Segmentation fault
user@mycomputer:~/Videos$
Any advice on the seg fault?