FFmpeg: Difference between revisions

m
Add software category
imported>Sjwhitak
(More verbose)
m (Add software category)
 
{{UserCmd|ffmpeg -i video.mp4 -c:v libvpx-vp9 -b:v 1M out.webm}}
<code>-b:v</code> sets the bitrate to 1 MB/s, which should reduce the size down to below 2MB and <code>-an</code> removes noise, which should allow you to post your video on a certain website.
 
[[Category:Software]]