Guest User

Untitled

a guest
Nov 24th, 2018
122
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. conv.bat:
  2. ffmpeg -y -i "%1" -ss 10 -to 1000 -vf [in]rotate=0:bilinear=0[middle];[middle]scale=1920:-1[out] -map 0:0 -c:v libx264 -crf 26 ".\conv\%1
  3.  
  4. conv all.bat:
  5. for /f "tokens=*" %%G in ('dir /b *.mp4') do conv.bat %%G
Advertisement
Add Comment
Please, Sign In to add comment