[FFmpeg-trac] #11183(undetermined:new): When processing a video with fpcm audio, ffmpeg always produces an error
FFmpeg
trac at avcodec.org
Mon Sep 9 03:01:05 EEST 2024
#11183: When processing a video with fpcm audio, ffmpeg always produces an error
-------------------------------------+-------------------------------------
Reporter: Dave | Type: defect
Branagh-Miscampbell |
Status: new | Priority: normal
Component: | Version: 7.0
undetermined |
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-------------------------------------
Summary of the bug:
When processing a video with an audio track with fpcm encoding (produced
via QuickTime), ffmpeg always produces the following error
{{{
[mov,mp4,m4a,3gp,3g2,mj2 @ 0x123104280] Unsupported 'chnl' box with
version 1, flags: 0error reading header
[in#0 @ 0x6000018e4000] Error opening input: Invalid data found when
processing input
Error opening input file AssetVideo_original.mov.
Error opening input files: Invalid data found when processing input
}}}
How to reproduce:
1. Open a video with an audio track in QuickTime
2. Trim the video using the built-in QuickTime tools
3. Save the video
4. The resultant video has an fpcm Audio codec
5. Attempt to load the video using `ffmpeg -i [PATH TO VIDEO]`
6. FFMPEG produces the error message described above
--
Ticket URL: <https://trac.ffmpeg.org/ticket/11183>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list