ffmpeg convert to 360p webm
Code snippet for converting a video into 360p
By Kion
Published
July 28, 2019 Kion Uncategorized
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
Liked the article? Share it!