Advertisement
Guest User

ffmpeg shell spaces stuff

a guest
Oct 25th, 2015
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.10 KB | None | 0 0
  1. ffcmd="ffmpeg -i \"$f\" -c:v libx264 -c:a copy \"$DIR_OUT/${f##*/}.mp4\""
  2. echo -e "      $ffcmd\n"
  3. $ffcmd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement