Re: [FFmpeg-user] repeat first and last frame of a video

2018-08-01 Thread Gyan Doshi
On 02-08-2018 01:15 AM, Michael Koch wrote: Related question: Is it possible to give ffmpeg a video as input, and get the last frame of this video as output? Yes, using something like ffmpeg -sseof -0.2 -i input -q:v 1 -update 1 out.jpg For holding last frame, see

Re: [FFmpeg-user] repeat first and last frame of a video

2018-08-01 Thread Michael Koch
Repeat the first frame of a video 100 times (with the same framerate as the video), then copy the video, then repeat the last frame 100 times? If you mean to copy video without generally losing quality than answer is no. Otherwise you can use loop video filter. The loop video filter

Re: [FFmpeg-user] repeat first and last frame of a video

2018-08-01 Thread Michael Koch
Repeat the first frame of a video 100 times (with the same framerate as the video), then copy the video, then repeat the last frame 100 times? If you mean to copy video without generally losing quality than answer is no. Otherwise you can use loop video filter. The loop video filter

Re: [FFmpeg-user] repeat first and last frame of a video

2018-08-01 Thread Paul B Mahol
On 8/1/18, Michael Koch wrote: > Hi, > > is it possible to do the following with ffmpeg? > > Repeat the first frame of a video 100 times (with the same framerate as > the video), then copy the video, then repeat the last frame 100 times? If you mean to copy video without generally losing quality

[FFmpeg-user] repeat first and last frame of a video

2018-08-01 Thread Michael Koch
Hi, is it possible to do the following with ffmpeg? Repeat the first frame of a video 100 times (with the same framerate as the video), then copy the video, then repeat the last frame 100 times? Thanks, Michael ___ ffmpeg-user mailing list