Changes between Version 1 and Version 2 of Encode/VP9
- Timestamp:
- Jun 6, 2015, 1:39:34 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Encode/VP9
v1 v2 34 34 }}} 35 35 36 The quality is determined by the `-crf`, and the bitrate limit by the `-b:v` where the bitrate '''MUST''' be non-zero. Note: for videos that are "easy" to encode this mode behaves exactly like the [#constantq Constant Quality] mode and actual bitrate may be lower than specified bitrate while for videos that are "hard" to encod will be bounded by the maximum bitrate and will behave like the [#variableb Variable Bitrate] mode.36 The quality is determined by the `-crf`, and the bitrate limit by the `-b:v` where the bitrate '''MUST''' be non-zero. Note: for videos that are "easy" to encode this mode behaves exactly like the [#constantq Constant Quality] mode and actual bitrate may be lower than specified bitrate while for videos that are "hard" to encode the quality will be bounded by the maximum bitrate and will behave like the [#variableb Variable Bitrate] mode. 37 37 38 38 == Constant Bitrate ==
