Guest User

Untitled

a guest
Nov 25th, 2017
52
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. set folder=G:\gopro\muu
  2.  
  3. for /r "%folder%" %%G in (*.MP4) do (
  4. echo file '%%~G' >> concat.txt
  5. echo duration 0.3 >> concat.txt
  6. )
  7.  
  8.  
  9. ffmpeg -safe 0 -f concat -i concat.txt -codec copy "vid.mp4"
  10. pause
RAW Paste Data

Adblocker detected! Please consider disabling it...

We've detected AdBlock Plus or some other adblocking software preventing Pastebin.com from fully loading.

We don't have any obnoxious sound, or popup ads, we actively block these annoying types of ads!

Please add Pastebin.com to your ad blocker whitelist or disable your adblocking software.

×