I am using the following command to cut a FLAC file:
ffmpeg -i input.flac -ss 10s -t 10s -c copy output.flac
output.flac contains the correct duration of audio. However, all media players show its duration as the duration of input.flac.
The only other mention of this issue is an open ticket from 5 years ago.
How do I correct the timestamp of the output file?