Advertisement
Guest User

Untitled

a guest
Aug 25th, 2019
218
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. for /r %%i in (*.MP4) do echo file '%%i'>> list.txt
  2. ffmpeg.exe -f concat -safe 0 -i list.txt -c copy -an output.mp4
  3. del list.txt
  4. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement