#13 closed defect (fixed)
xvidencopts documentation incomplete
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | DOCS |
Version: | HEAD | Severity: | normal |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Reproduced by developer: | no | Analyzed by developer: | no |
Description
there're plently of xvidencopts in manual which actually considered as "unknown"
by mencoder
$ mencoder -dvd-device /big2/DVD/Odyssey dvd://3 -chapter 3 -endpos 30 -oac
mp3lame -ovc xvid -xvidencopts bitrate=1616:4mv -o test.xvid
MEncoder dev-CVS-040707-11:41-3.3.3 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon Willamette 1734 MHz (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading /home/aquatique/.mplayer/codecs.conf: 73 audio & 180 video codecs
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /home/aquatique/.mplayer/mencoder: No such file or directory
Option xvidencopts: Unknown suboption 4mv
Exiting... (error parsing cmdline)
$ mencoder -dvd-device /big2/DVD/Odyssey dvd://3 -chapter 3 -endpos 30 -oac
mp3lame -ovc xvid -xvidencopts bitrate=1616:mpeg_quant -o test.xvid
MEncoder dev-CVS-040707-11:41-3.3.3 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon Willamette 1734 MHz (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading /home/aquatique/.mplayer/codecs.conf: 73 audio & 180 video codecs
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /home/aquatique/.mplayer/mencoder: No such file or directory
Option xvidencopts: Unknown suboption mpeg_quant
Exiting... (error parsing cmdline)
$ mencoder -dvd-device /big2/DVD/Odyssey dvd://3 -chapter 3 -endpos 30 -oac
mp3lame -ovc xvid -xvidencopts bitrate=1616:mod_quant -o test.xvid
MEncoder dev-CVS-040707-11:41-3.3.3 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon Willamette 1734 MHz (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading /home/aquatique/.mplayer/codecs.conf: 73 audio & 180 video codecs
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /home/aquatique/.mplayer/mencoder: No such file or directory
Option xvidencopts: Unknown suboption mod_quant
Exiting... (error parsing cmdline)
$ mencoder -dvd-device /big2/DVD/Odyssey dvd://3 -chapter 3 -endpos 30 -oac
mp3lame -ovc xvid -xvidencopts bitrate=1616:reduced -o test.xvid
MEncoder dev-CVS-040707-11:41-3.3.3 (C) 2000-2004 MPlayer Team
CPU: Intel Pentium 4/Xeon Willamette 1734 MHz (Family: 8, Stepping: 2)
Detected cache-line size is 64 bytes
CPUflags: Type: 8 MMX: 1 MMX2: 1 3DNow: 0 3DNow2: 0 SSE: 1 SSE2: 1
Compiled for x86 CPU with extensions: MMX MMX2 SSE SSE2
Reading /home/aquatique/.mplayer/codecs.conf: 73 audio & 180 video codecs
File not found: 'frameno.avi'
Failed to open frameno.avi
Reading config file /home/aquatique/.mplayer/mencoder: No such file or directory
Option xvidencopts: Unknown suboption reduced
Exiting... (error parsing cmdline)
Change History (3)
comment:1 by , 20 years ago
Status: | new → assigned |
---|---|
Summary: | manual contains wrong xvidencopts → xvidencopts documentation incomplete |
comment:2 by , 20 years ago
There was a patch for the manual page that added many XviD options. Are you
still missing some?
comment:3 by , 20 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
All XviD options are now documented thanks to Guillaume Poirier.
You seem to be using XviD 4 which does not have that option. Yes, the manual
page needs an update regarding XviD 4, it is on my ToDo-list, but it's not a
high priority item. Your help would be more than welcome ;-)