I’m using enable=between(t,0,5)
with ffmpeg
to apply a filter during only part of a video, but when I add -copyts
then it extends the length of the output based on the PTS
of the input and causes playback issues. Is there a way to still use -copyts
without it extending the beginning like this?