Advertisement
This is comment for paste
Use FFmpeg to convert videos to .webm
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- Windows command to convert all mp4 files into webm files: forfiles /M *.mp4 /C "cmd /c .\ffmpeg -i @file -c:v libvpx -crf 10 -b:v 8M -c:a libvorbis @fname.webm"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement