Advertisement
Guest User

Untitled

a guest
Nov 19th, 2011
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.29 KB | None | 0 0
  1. ffmpeg -ss $2 -t $programlength -i $1 -pass 1 -vf crop=$CROP,yadif,scale=$SCALE -acodec copy -vcodec libx264 -b:v ""$BITRATE"k" -f rawvideo -y /dev/null && ffmpeg -y -ss $2 -t $programlength -i $1 -pass 2 -vf crop=$CROP,yadif,scale=$SCALE -acodec copy -vcodec libx264 -b:v ""$BITRATE"k" $newname
  2.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement