[FFmpeg-user] Retain but don't playback frames outside of edit

Mark Filipak markfilipak.trash at gmail.com
Tue May 21 08:28:27 EEST 2024


On 21/05/2024 01.19, Anne Wu via ffmpeg-user wrote:
-snip-
> ... Also, I'd like the
> timestamps of the output video to remain the same as the original,
> so essentially preserving the edit-lists from the original, which I
> don't think the above would accomplish. Is there a way to do that?

Try putting
   -copyts
before the input, and put
   -muxdelay 0
just before the output.

--Mark.

PS: I'm sending this from a different account, so if it gets to FFmpeg-user, that will tell me 
something good.


More information about the ffmpeg-user mailing list