Advertisement
apc0243
Jan 30th, 2023
52
0
Never
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!
  1. 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