Opened 4 years ago

Closed 4 years ago

#8570 closed defect (duplicate)

Incorrect flac audio file length after cutting (e.g -ss -to arguments)

Reported by: Atg Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords:
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

OS Win 10 x64. Cutting flac audio files by using "-ss -to" arguments, or splitting by using "-segment_time" results in output files with unchanged audio length (file properties -> details -> length) as the input file. Because of that these files played correctly in audio players, but have broken seekbar.
Just try with attached file:

ffmpeg -y -i test_input.flac -f  segment  -segment_time 2 -segment_start_number 1 -c copy OUTPUT%02d.flac

Or:

ffmpeg -y -i test_input.flac -ss 8 -to 12 -c copy OUTPUT.flac

Occurs in both 20200312-675bb1f version and 4.2.2

Attachments (1)

test_input.flac (1.7 MB ) - added by Atg 4 years ago.

Download all attachments as: .zip

Change History (2)

by Atg, 4 years ago

Attachment: test_input.flac added

comment:1 by Carl Eugen Hoyos, 4 years ago

Keywords: flac length removed
Priority: importantnormal
Resolution: duplicate
Status: newclosed
Version: 4.2unspecified

Duplicate of ticket #4905 (and ticket #8569).

Note: See TracTickets for help on using tickets.