Changes between Version 1 and Version 2 of TheoraVorbisEncodingGuide
- Timestamp:
- Mar 13, 2013, 11:58:53 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TheoraVorbisEncodingGuide
v1 v2 14 14 * `-qscale:v` – video quality. Range is 0–10, where 10 is highest quality. 5–7 is a good range to try. If you omit `-qscale:v` (or the alias `-q:v`) then ffmpeg will use the default `-b:v 200k` which will most likely provide a poor quality output. 15 15 16 * `-qscale:a` – audio quality. Range is 0–10, where 10 is highest quality. 3–6 is a good range to try. Default is `-qscale: v3`.16 * `-qscale:a` – audio quality. Range is 0–10, where 10 is highest quality. 3–6 is a good range to try. Default is `-qscale:a 3`. 17 17 18 18 '''Note:''' if you omit `-codec:a libvorbis` then ffmpeg will default to the native FFmpeg flac audio encoder for ogg/ogv output container.
