Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- for %%i in (*.dav) do (
- ffmpeg -y -i "%%i" -c:v libx264 -crf 24 -filter:v "setpts=1*PTS" "%%~i.mp4"
- )
- done
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement