Changes between Version 6 and Version 7 of Encode/MPEG-4
- Timestamp:
- Jul 28, 2017, 12:03:48 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/MPEG-4
v6 v7 17 17 {{{ 18 18 #!div style="border: 1pt dotted; margin: 1em; background-color: #fffff9;" 19 '''Note:''' This guide uses AVI container files for the examples as the most common usage of Xvid video is currently for older hardware devices. See the [[H.264]] and [[AAC]] encoding guides if you are using modern devices.19 '''Note:''' This guide uses the AVI container files for the examples, as the most common usage of XviD video is currently for older hardware devices. See the [[H.264]] and [[AAC]] encoding guides if you are using modern devices. These codecs will offer better compression efficiency; using modern containers like MP4 or MKV is also recommended. 20 20 }}} 21 21 22 == Variable Bit Rate with ` qscale` ==22 == Variable Bit Rate with `-qscale` == 23 23 24 24 You can select a video quality level with `-qscale:v n` (or the alias `-q:v n`), where ''n'' is a number from 1-31, with 1 being highest quality/largest filesize and 31 being the lowest quality/smallest filesize. This is a variable bit rate mode, roughly analogous to using `-qp` (constant QP [quantization parameter]) with x264. Most of the time this should be the preferred method.
