Opened 6 hours ago

#11301 new defect

ffmpeg pan=mono ignores 'smpl' chunk in wav files

Reported by: Danny Weijermans Owned by:
Priority: normal Component: undetermined
Version: unspecified Keywords: ffmpeg pan smpl chunk ignore
Cc: Blocked By:
Blocking: Reproduced by developer: no
Analyzed by developer: no

Description

when using ffmpeg for splitting to mono files
(for example, to get only the left channel:
ffmpeg -i test.wav -af "pan=mono|c0=c0" testmono.wav
)
the resulting wav file ignores any 'smpl' chunk.
(which can contain loop information)
I'll add a test.wav file containing a loop in the 'smpl' chunk.

Attachments (1)

test.wav (1.4 MB ) - added by Danny Weijermans 6 hours ago.
wav soundfile containing a loop-start and -end in the 'smpl' chunk

Download all attachments as: .zip

Change History (1)

by Danny Weijermans, 6 hours ago

Attachment: test.wav added

wav soundfile containing a loop-start and -end in the 'smpl' chunk

Note: See TracTickets for help on using tickets.