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)
Note:
See TracTickets
for help on using tickets.
wav soundfile containing a loop-start and -end in the 'smpl' chunk