Status: Unconfirmed
Owner: ----
New issue 1666 by phantom....@
gmail.com: Speed setting description issue in a "New VP9 Encoding Guide"
https://bugs.chromium.org/p/webm/issues/detail?id=1666There are VBR bitrate mode: FFmpeg examples in "New VP9 Encoding Guide".
https://developers.google.com/media/vp9/bitrate-modes/I believe that a speed setting is wrong in examples.
Just take a look.
ffmpeg -i 120s_tears_of_steel_1080p.webm -c:v vp9 -b:v 2000k \
-minrate 1500k -maxrate 2500k -quality good -speed 5 -c:a libvorbis \
VBR_good_5_120s_tears_of_steel_1080p.webm
and
ffmpeg -i 120s_tears_of_steel_1080p.webm -c:v vp9 -b:v 2000k \
-minrate 1500k -maxrate 2500k -quality good -speed 8 -c:a libvorbis \
VBR_good_8_120s_tears_of_steel_1080pp.webm
a speed setting higher than 3 is for realtime mode (-quality realtime.), but the quality is set to 'good' in examples.
--
You received this message because:
1. The project was configured to send all issue notifications to this address
You may adjust your notification preferences at:
https://bugs.chromium.org/hosting/settings