Am 23.04.21 um 21:20 schrieb Leo Butler via ffmpeg-user:
I would put the select filters before filter_A, etc., rather than after.
I would use the concat filter at the end to concatenate the streams.
Otherwise, out.mp4 ends with 3 parallel video streams.
May be that would work, but I didn't test it, as I was successful with "trim".

On the other hand, if you have frame information, then you can use
'between(n,startframe,endframe)' in place of
'between(t,starttime,endtime)'.

---
As a sidenote, for this sort of thing, it would be *really* nice if
ffplay could display frame numbers (and/or pts) and print them to
stdout.

+ 1 from my side.

-Ulf

_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to