Skip to content

Instantly share code, notes, and snippets.

@i3p9
Created March 9, 2016 15:43
Show Gist options
  • Save i3p9/085dbd6d01259b752e5b to your computer and use it in GitHub Desktop.
Save i3p9/085dbd6d01259b752e5b to your computer and use it in GitHub Desktop.
for /r %%f in (*.avi) do (
echo>>blah.txt file '%%~nxf'
)
ffmpeg -f concat -i blah.txt -c copy output.avi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment