_moelle

ffmpeg thumbnail create and merge:

Dec 7th, 2022
211
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. ######## ffmpeg thumbnail create and merge:
  2.  
  3. ffmpeg -i input.mp4 -vf "thumbnail" -frames:v 1 thumbnail.png
  4.  
  5. ffmpeg -i input.mp4 -i thumbnail.png -map 1 -map 0 -c copy -disposition:0 attached_pic output.mp4
Advertisement
Add Comment
Please, Sign In to add comment