Advertisement
constantin-net

cut video

Apr 2nd, 2019
161
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. ffmpeg $start_time $length -i "$1" -vcodec copy -an -cpu-used 2 -threads 2 $height -sn ~/"$1 s $start_time_var l $length_var".mp4
  2.  
  3. scale=-1:720,pad=1280:ih:(ow-iw)/2
  4.  
  5. ffplay -i test2.mp4 -vf scale=-1:480,pad=848:ih:\(ow-iw\)/2
  6.  
  7. ffmpeg -i anime16_9_t4_041.mp4 -vf scale=-1:480 jopa.mp4
  8.  
  9. ffmpeg -i smotri.mp4 -i jopa.mp4 -i kakaya.mp4 -filter_complex "[0]setdar=16/9[a];[1]setdar=16/9[b];[2]setdar=16/9[c]; [a][b][c]concat=n=3:v=1:a=0 [v]" -map "[v]" result.mp4
  10.  
  11. ffmpeg -i zzz.mp3 -i result.mp4 out.mp4
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement