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

Cemal Direk cemaldirekk at gmail.com
Wed Apr 29 22:53:43 EEST 2020


i wanna set 15th second of video as thumbnail.

or can i set any time of video  as preview scene

or can i choose which time/frame/scane will be in front of video?

i added sample screenshot.

Mark Filipak <markfilipak.windows+ffmpeg at gmail.com>, 29 Nis 2020 Çar, 22:15
tarihinde şunu yazdı:

> On 04/29/2020 02:23 PM, Cemal Direk wrote:
> > 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?
>
> Cemal,
>
> Suppose you want 15 seconds of video that starts at running time 3:23.
>
> ffmpeg -ss 3:23 -to 3:38 -i in.mp4 -codec copy -map 0 out.mp4
>
> I don't know what you had in mind for the PNGs.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> https://ffmpeg.org/mailman/listinfo/ffmpeg-user
>
> To unsubscribe, visit link above, or email
> ffmpeg-user-request at ffmpeg.org with subject "unsubscribe".
-------------- next part --------------
A non-text attachment was scrubbed...
Name: thumbnail.png
Type: image/png
Size: 54703 bytes
Desc: not available
URL: <https://ffmpeg.org/pipermail/ffmpeg-user/attachments/20200429/cd5c51b2/attachment.png>


More information about the ffmpeg-user mailing list