Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/sh
- ffmpeg -to 00:00:10 -i /v \
- -filter_complex "split[t0][t];[t]split[t1][t2];[t0]scale=1920x1080[v0];[t1]scale=1280x720[v1];[t2]scale=848x480[v2]" \
- -c:a libmp3lame -b:a 42k -c:v libx264 -b:v:0 4M -b:v:1 2M -b:v:2 1M \
- -map [v0] -map [v1] -map [v2] -map 0:a \
- -f tee "[select=\'v:0,a\']1.mp4|[select=\'v:1,a\']2.mp4|[select=\'v:2,a\']2\3.mp4"
Advertisement
Add Comment
Please, Sign In to add comment