Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- @echo off
- @for %%I in (%*) do (
- ffmpeg.exe -i "%%~nxI" -crf 25 -filter:v "crop=1920:1050:0:0",scale=720:-1,fps=fps=25 "%%~nI.webm"
- )
- pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement