On Mon, Jul 15 at 2:42 AM Carl Eugen Hoyos <[email protected]> wrote:
>
> Am Mo., 15. Juli 2019 um 20:08 Uhr schrieb Griffin Smith <[email protected]>:
> > I've got a few hundred video files I'm working with that have an issue
> > where ffmpeg -i reports them as having a duration of a few minutes,
> > but when I try to split them into frames, I only get one frame.
>
> Please provide the input file.

Unfortunately I can't legally.

On Tue, Jul 16, 2019 at 3:57 AM Stéphane Chauveau
<[email protected]> wrote:
> For example, the following command should keep 1 out of 25 frames:
>
> ffmpeg -i video.mpg  -s 640x480 -f rawvideo -c:v rawvideo -pix_fmt
> yuv420p pipe: | ffmpeg -f rawvideo -framerate 25 -s 640x480
> -pixel_format yuv420p -i pipe: -r 1 output/frame%06d.jpg

Unfortunately this also results in only one frame. Thanks for the idea though.
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to