Skip to content

Instantly share code, notes, and snippets.

@det-peralta
Created August 13, 2019 23:56
Show Gist options
  • Save det-peralta/7cc6bcfca79b8cc12d56798f7f488bf2 to your computer and use it in GitHub Desktop.
Save det-peralta/7cc6bcfca79b8cc12d56798f7f488bf2 to your computer and use it in GitHub Desktop.
for /r %%i in (*.MP4) do echo file '%%i'>> list.txt
ffmpeg.exe -f concat -safe 0 -i list.txt -c copy -an output.mp4
del list.txt
pause
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment