Blender Git Loki
Git Commits -> Revision 7e39d15
Revision 7e39d15 by Sybren A. Stüvel (master) April 9, 2018, 13:27 (GMT) |
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 |
Commit Details:
Full Hash: 7e39d151d850590fbabc9870bc5134d9421c5c2c
Parent Commit: 39116a4
Lines Changed: +69, -33
5 Modified Paths:
/release/scripts/startup/bl_ui/properties_render.py (+1, -1) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+21, -12) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+17, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+21, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+9, -10) (Diff)
/source/blender/blenkernel/intern/writeffmpeg.c (+21, -12) (Diff)
/source/blender/blenloader/intern/versioning_270.c (+17, -0) (Diff)
/source/blender/makesdna/DNA_scene_types.h (+21, -10) (Diff)
/source/blender/makesrna/intern/rna_scene.c (+9, -10) (Diff)