[FFmpeg-trac] #11696(avcodec:new): Long PCM WAV incomplete decoding?
FFmpeg
trac at avcodec.org
Sat Aug 2 23:28:24 EEST 2025
#11696: Long PCM WAV incomplete decoding?
-----------------------------------+-----------------------------------
Reporter: wavybaby | Owner: (none)
Type: defect | Status: new
Priority: minor | Component: avcodec
Version: 7.1 | Resolution:
Keywords: pcm_f32le | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 1 |
-----------------------------------+-----------------------------------
Comment (by Marton Balint):
You might want to try using the -ignore_length 1 option. In wav fiels the
data chunk contains the wave data and it has a 32 bit length, so if your
phone writes some random data there instead of UINT32_MAX, then that can
limit the read audio.
Alternatively you might want to upload here the first 64kb of some of your
samples which are > 4GiB so we can check if there is a pattern which can
be used to autodetect this...
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11696#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list