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

2020-04-30 Thread Michael Koch
Am 30.04.2020 um 10:23 schrieb Gyan Doshi: On 30-04-2020 12:09 pm, Michael Koch wrote: Am 30.04.2020 um 06:33 schrieb Gyan Doshi: Basic syntax is |ffmpeg -i file.mp4 -ss 15 -i file.mp4 -map 1:v:0 -map 0 \ -filter:v:0 scale=320:-1,trim=end_frame=1 -c copy -c:v:0 mjpeg -disposition:0 attach

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

2020-04-30 Thread Gyan Doshi
On 30-04-2020 12:09 pm, Michael Koch wrote: Am 30.04.2020 um 06:33 schrieb Gyan Doshi: Basic syntax is |ffmpeg -i file.mp4 -ss 15 -i file.mp4 -map 1:v:0 -map 0 \ -filter:v:0 scale=320:-1,trim=end_frame=1 -c copy -c:v:0 mjpeg -disposition:0 attached_pic out.mp4| What's the meaning of the

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

2020-04-29 Thread Michael Koch
Am 30.04.2020 um 06:33 schrieb Gyan Doshi: Basic syntax is |ffmpeg -i file.mp4 -ss 15 -i file.mp4 -map 1:v:0 -map 0 \ -filter:v:0 scale=320:-1,trim=end_frame=1 -c copy -c:v:0 mjpeg -disposition:0 attached_pic out.mp4| What's the meaning of the "|" characters at the beginning and end? What's

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

2020-04-29 Thread Gyan Doshi
On 29-04-2020 11:53 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 w

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

2020-04-29 Thread Carl Zwanzig
Hello, First off, please do not top-post on this mailing list, and you also need to include the entire command output with the question and use an up-to-date ffmpeg (see https://ffmpeg.org/mailing-list-faq.html). On 4/29/2020 12:53 PM, Cemal Direk wrote: i added sample screenshot. Which mos

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

2020-04-29 Thread Cemal Direk
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 , 29 Nis 2020 Çar, 22:15 tarihinde şunu yazdı: > On 04/29/2020 02:23 PM, Cemal Direk wrote:

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

2020-04-29 Thread Mark Filipak
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 won

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

2020-04-29 Thread Cemal Direk
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 thu