Advertisement
Guest User

Untitled

a guest
Aug 4th, 2016
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.22 KB | None | 0 0
  1. ffmpeg -f concat -safe -1 -i ${OUTPUT_DIR_LIST} -c copy $5/${video_lang}/${video_lang}${STEP7APPEND}
  2.  
  3.  
  4. OUTPUT_DIR_LIST = txt that stores file locations
  5. $5/${video_lang}/${video_lang}${STEP7APPEND} = path for output obviously
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement