Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement