[FFmpeg-user] How to set preview of video?

Cemal Direk cemaldirekk at gmail.com
Wed Apr 29 21:23:50 EEST 2020


Hi, i wanna set preview  of any video? like thumbnail.

is ffmpeg supporting this property?

i am using this code  its other method...

ffmpeg -i video.mp4 -i image.png -map 0 -map 1 -c copy -c:v:1 png
-disposition:v:1 attached_pic -y out.mp4


but i wondered. can i set 15. seconds of video as  thumbnail. without
import any video or image?

Thank You!


More information about the ffmpeg-user mailing list