#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
_______________________________________________ FFmpeg-trac mailing list FFmpeg-trac@avcodec.org https://ffmpeg.org/mailman/listinfo/ffmpeg-trac To unsubscribe, visit link above, or email ffmpeg-trac-requ...@ffmpeg.org with subject "unsubscribe".