Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ######## ffmpeg thumbnail create and merge:
- ffmpeg -i input.mp4 -vf "thumbnail" -frames:v 1 thumbnail.png
- 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