Sirber
11th December 2006, 00:05
C:\Projets\bencos\out>mencoder.exe "Y:\test.avi" -of rawvideo -ovc x264 -ffourcc
H264 -nosound -o video.264 -x264encopts deblock=1,1:bframes=3:b_pyramid:weight_
b:8x8dct:mixed_refs:bime:nofast_pskip:nopsnr:bitrate=268:pass=2:me=umh:partition
s=all:frameref=4:subq=6:brdo:trellis=1
MEncoder Sherpya-MinGW-SVN-r19273-4.1.1 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 31, Stepping: 0)
SSE2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE
The me option must be an integer: umh
Error parsing option on the command line: -x264encopts
Exiting... (error parsing command line)
From the doc:
me=<name>
Select fullpixel motion estimation algorithm.
dia
diamond search, radius 1 (fast)
hex
hexagon search, radius 2 (default)
umh
uneven multi-hexagon search (slow)
esa
exhaustive search (very slow, and no better than umh)
H264 -nosound -o video.264 -x264encopts deblock=1,1:bframes=3:b_pyramid:weight_
b:8x8dct:mixed_refs:bime:nofast_pskip:nopsnr:bitrate=268:pass=2:me=umh:partition
s=all:frameref=4:subq=6:brdo:trellis=1
MEncoder Sherpya-MinGW-SVN-r19273-4.1.1 (C) 2000-2006 MPlayer Team
CPU: AMD Athlon(tm) 64 Processor 3000+ (Family: 15, Model: 31, Stepping: 0)
SSE2 supported but disabled
3DNow supported but disabled
3DNowExt supported but disabled
CPUflags: Type: 15 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 0
Compiled for x86 CPU with extensions: MMX MMX2 SSE
The me option must be an integer: umh
Error parsing option on the command line: -x264encopts
Exiting... (error parsing command line)
From the doc:
me=<name>
Select fullpixel motion estimation algorithm.
dia
diamond search, radius 1 (fast)
hex
hexagon search, radius 2 (default)
umh
uneven multi-hexagon search (slow)
esa
exhaustive search (very slow, and no better than umh)