Sybren A. Stüvel
7e39d151d8
Added support for the WEBM/VP9 video codec
...
WEBM is the codec name, and VP9 is the encoder (the older encoder "VP8"
is less efficient than VP9).
WEBM/VP9 and h.264 both have options to control the file size versus
compression time (e.g. fast but big, or slow and small, for the same
output quality). Since WEBM/VP9 only has three choices, I've chosen to
map those to 3 of the 9 possible choices of h.264:
- BEST → SLOWER
- GOOD → MEDIUM
- REALTIME → SUPERFAST
The VERYSLOW and ULTRAFAST options give very little extra benefit.
Reviewed by: @Severin
2018-04-09 15:27:11 +02:00
..
2018-02-01 13:58:44 +11:00
2017-09-02 16:13:33 +10:00
2017-07-25 01:28:15 +10:00
2017-10-21 12:41:42 +11:00
2017-12-06 00:58:10 +13:00
2017-06-01 16:54:45 +03:00
2017-06-01 16:54:45 +03:00
2017-03-18 20:03:24 +11:00
2017-09-02 16:13:33 +10:00
2017-03-20 02:37:55 +11:00
2017-11-29 20:19:07 +01:00
2017-06-01 16:54:45 +03:00
2018-02-08 15:37:44 +01:00
2017-03-20 02:37:55 +11:00
2017-09-02 16:13:33 +10:00
2017-09-02 16:13:33 +10:00
2017-09-02 16:13:33 +10:00
2017-03-20 02:37:55 +11:00
2017-06-12 12:55:47 +10:00
2018-01-03 21:54:02 +11:00
2017-09-02 16:13:33 +10:00
2018-02-15 11:53:58 +01:00
2017-10-21 12:41:42 +11:00
2017-08-11 14:27:34 +02:00
2017-10-21 12:41:42 +11:00
2017-10-21 12:41:42 +11:00
2017-03-20 02:37:55 +11:00
2017-03-18 20:03:24 +11:00
2017-03-18 20:03:24 +11:00
2018-02-24 13:37:58 +01:00
2017-10-21 12:41:42 +11:00
2017-03-20 02:37:55 +11:00
2018-04-09 15:27:11 +02:00
2017-10-21 12:41:42 +11:00
2018-02-15 12:24:48 +01:00
2017-06-01 16:54:45 +03:00
2017-11-02 12:33:39 +01:00
2017-03-20 02:37:55 +11:00
2017-10-21 12:41:42 +11:00
2017-03-20 02:37:55 +11:00
2018-01-17 12:12:37 +01:00
2017-12-07 14:46:07 +01:00
2018-04-03 16:03:11 +02:00
2017-03-20 02:37:55 +11:00
2017-10-21 12:41:42 +11:00
2017-10-21 12:41:42 +11:00
2018-01-19 12:45:57 -02:00
2017-03-18 20:03:24 +11:00
2018-03-22 11:42:35 -04:00
2017-03-20 02:37:55 +11:00
2018-03-05 14:10:43 +11:00
2018-03-21 16:04:01 +01:00
2018-01-15 11:43:59 +01:00
2018-04-01 10:23:28 +02:00