Advertisement
Guest User

Untitled

a guest
Mar 23rd, 2021
43
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. @echo off
  2. @for %%I in (%*) do (
  3. ffmpeg.exe -i "%%~nxI" -crf 25 -filter:v "crop=1920:1050:0:0",scale=720:-1,fps=fps=25 "%%~nI.webm"
  4. )
  5. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement