Am Mo., 13. Apr. 2020 um 15:12 Uhr schrieb Ramana <[email protected]>:

> I am trying yo select select the very starting frame of every second on a
> live input video. Input is a .ts file. I have a command to select the 0th
> frame of every second on a non-live video.
>
> ffmpeg -i INPUT.ts -vf "select=between(mod(n\, 25)\, 0\, 0), setpts=N/24/TB"
> output-%04d.png
>
>  But this is useless for me, as I want to work on live feed.

Why would this command not work on a live feed?

Carl Eugen
_______________________________________________
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