Advertisement
cessnaflyer

ffmpeg.sh

May 6th, 2017
111
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.11 KB | None | 0 0
  1. #!/bin/bash
  2.  
  3. ARGS=$*
  4. NEW=`echo "$ARGS" | sed -e "s/] overlay=/]overlay=/"`
  5.  
  6. /usr/bin/ffmpeg -safe 0 $NEW
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement