ghiwar

ffmpeg crop dan tambah image bawah

Sep 1st, 2020 (edited)
149
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. ffmpeg -i https://www.vidio.com/videos/2045639/common_tokenized_playlist.m3u8 -map 0:p:2 -c copy -bsf:a aac_adtstoasc bucin.mp4
  2.  
  3. ubah ukuran video ffmpeg -i out1.mp4 -vf scale=1280:720 output.mp4
  4.  
  5. Crop atas video ffmpeg -i tes.mp4 -filter:v "scale=1280:-1,crop=in_w:in_h-150:0:out_h" out.mp4
  6.  
  7. Nambahin overlay image bottom ffmpeg -i out.mp4 -i template.jpg -filter_complex vstack over.mp4
  8. Jika tdk tau ukuran video
  9. ffmpeg -i out.mp4 -i template.jpg -filter_complex "[1:v]scale=1280:-1[bottom];[0:v][bottom]vstack" output.mp4
Add Comment
Please, Sign In to add comment