ffmpeg convert to 360p webm

ffmpeg -i input.mp4 -filter:v “scale=-2:360” -vcodec libvpx -qmin 0 -qmax 50 -crf 10 -b:v 1M -acodec libvorbis output.webm

https://gist.github.com/dvlden/b9d923cb31775f92fa54eb8c39ccd5a9

Leave a Reply

Your email address will not be published. Required fields are marked *