Google people made very nice pages about FFMPEG & VP9 encoding with a lot of coding samples.
https://developers.google.com/media/vp9/the-basics/
https://developers.google.com/media/vp9/settings/vod/
On that pages, they did their best but, IMHO, they should give more recommendation or opinion than they did.
I would like to hear from experts some comments about that pages… for example:
- which is the optimal variant for relation output quality <--> output size <--> encoding time in means files is for archiving, not for online publishing;
- the same question as above but files are for online publishing, not for keeping;
- If I am satisfied with next HEVC line:
what will be the analogue in VP9.Code:ffmpeg -i "input file name.ext" -c:v libx265 -preset slower ^ -c:a aac -vbr 4 "out file name.mkv"
Maybe my way of thinking is wrong and I should reread that pages again and again and try to understand each feature?
Thanks in advance.
+ Reply to Thread
Results 1 to 3 of 3
-
Last edited by Drag; 16th Oct 2018 at 07:46. Reason: esign
-
There are different ways:
Code:ffmpeg -i "input file name.ext" -c:v libvpx-vp9 -b:v 2M -c:a libopus "out file name.webm"
Code:ffmpeg -i "input file name.ext" -c:v libvpx-vp9 -crf 30 -b:v 0 -c:a libopus "out file name.webm"
For more you can try here.Last edited by blud7; 16th Oct 2018 at 07:00.
Similar Threads
-
VP9 encoding with latest ffmpeg
By racer-x in forum Video ConversionReplies: 3Last Post: 16th Apr 2015, 19:18 -
For software developers: 2.3 FFMPEG will support the DXVA2 based decoding !
By Kartmadol in forum Video ConversionReplies: 6Last Post: 16th Aug 2014, 09:00 -
IS it possible to create VP9 based HTML5 Web video with Google Chrome Brow
By Stears555 in forum Video Streaming DownloadingReplies: 4Last Post: 2nd Jul 2014, 18:03 -
Avanti, FFMPEG and h265, VP9 and other "experimental" codecs
By veggiet in forum Video ConversionReplies: 6Last Post: 6th Mar 2014, 16:25 -
NEW FFMPEG 2.1: native support for HEVC and VP9!!! :)))
By Stears555 in forum Video ConversionReplies: 3Last Post: 30th Oct 2013, 16:49