#11087(ffprobe:new): ffprobe.exe detect MP3-File wrong since Version 6.xx
#11087: ffprobe.exe detect MP3-File wrong since Version 6.xx -------------------------------------+------------------------------------- Reporter: Richi | Type: defect Status: new | Priority: normal Component: ffprobe | Version: 6.1.1 Keywords: wrong | Blocked By: detect audioformat | Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Summary of the bug: The ffprobe 7.0.1 Version detect sometimes a MP3-File wrong. How to reproduce: .\ffprobe.exe -i "./1.mp3" -print_format json -show_format >"./1.json" Output ffprobe { "format": { "filename": "./1.mp3", "nb_streams": 1, "nb_programs": 0, "nb_stream_groups": 0, "format_name": "vvc", "format_long_name": "raw H.266/VVC video", "size": "575232", "probe_score": 51 } } Input #0, vvc, from './1.mp3': Duration: N/A, bitrate: N/A Stream #0:0: Video: vvc, none, 25 fps, 1200k tbr, 1200k tbn Output ffprobe Version 5.x { "format": { "filename": "./1.mp3", "nb_streams": 1, "nb_programs": 0, "format_name": "mp3", "format_long_name": "MP2/3 (MPEG audio layer 2/3)", "start_time": "0.000000", "duration": "35.952000", "size": "575232", "bit_rate": "128000", "probe_score": 51 } } -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11087: ffprobe.exe detect MP3-File wrong since Version 6.xx -------------------------------------+------------------------------------- Reporter: Richi | Owner: (none) Type: defect | Status: new Priority: normal | Component: ffprobe Version: 6.1.1 | Resolution: Keywords: wrong | Blocked By: detect audioformat | Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Richi): * Attachment "1.mp3" added. Wrong detected MP3-File -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11087: ffprobe.exe detect MP3-File wrong since Version 6.xx -------------------------------------+------------------------------------- Reporter: Richi | Owner: (none) Type: defect | Status: new Priority: normal | Component: ffprobe Version: 7.0 | Resolution: Keywords: wrong | Blocked By: detect audioformat | Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Changes (by Richi): * version: 6.1.1 => 7.0 -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087#comment:1> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11087: ffprobe.exe detect MP3-File wrong since Version 6.xx -------------------------------------+------------------------------------- Reporter: Richi | Owner: (none) Type: defect | Status: new Priority: normal | Component: ffprobe Version: 7.0 | Resolution: Keywords: wrong | Blocked By: detect audioformat | Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | -------------------------------------+------------------------------------- Comment (by sid): We faced with this issue to. And currently we had to downgrade to FFMPEG 6.0 which works as expected. Could this issue be addressed? -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087#comment:2> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11087: [Regression] Inconsistent MP3 detection result since 7.0 ---------------------------------+------------------------------------ Reporter: Richi | Owner: (none) Type: defect | Status: new Priority: normal | Component: avformat Version: 7.0 | Resolution: Keywords: mp3 vvc | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+------------------------------------ Changes (by MasterQuestionable): * cc: MasterQuestionable (added) * keywords: wrong detect audioformat => mp3 vvc * component: ffprobe => avformat * summary: ffprobe.exe detect MP3-File wrong since Version 6.xx => [Regression] Inconsistent MP3 detection result since 7.0 Comment: ͏ “"probe_score": 51” ͏ As workaround: explicitly specify the input format "-f mp3". ͏ https://ffmpeg.org/ffmpeg.html#Main-options ͏ Side note: ͏ Under the most extreme cases auto-detection maybe impractical. ͏ E.g. https://github.com/orgs/community/discussions/4373#discussioncomment-1087617... ͏ ; specificar la língua du c'tte? -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087#comment:3> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11087: [Regression] Inconsistent MP3 detection result since 7.0 ---------------------------------+------------------------------------ Reporter: Richi | Owner: (none) Type: defect | Status: new Priority: normal | Component: avformat Version: 7.0 | Resolution: Keywords: mp3 vvc | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+------------------------------------ Comment (by xiongweixiao): Hello, I believe the patch I submitted at https://patchwork.ffmpeg.org/project/ffmpeg/patch/20250511050814.966335-1-xi... should resolve the issue reported here (https://trac.ffmpeg.org/ticket/11087). Additionally, this fix may also address the similar problem described in ticket https://trac.ffmpeg.org/ticket/11496, as both appear to involve related decoder synchronization logic. Could the maintainers please review this patch? Let me know if any adjustments are needed. Thank you, XiongweiXiao -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087#comment:4> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
#11087: [Regression] Inconsistent MP3 detection result since 7.0 ---------------------------------+------------------------------------ Reporter: Richi | Owner: (none) Type: defect | Status: closed Priority: normal | Component: avformat Version: 7.0 | Resolution: fixed Keywords: mp3 vvc | Blocked By: Blocking: | Reproduced by developer: 0 Analyzed by developer: 0 | ---------------------------------+------------------------------------ Changes (by Michael Niedermayer): * resolution: => fixed * status: new => closed Comment: fixed by xiongweixiao in 8ce32a7cbb17e47e4e7f8a278c5b05cd9e6e967e -- Ticket URL: <https://trac.ffmpeg.org/ticket/11087#comment:5> FFmpeg <https://ffmpeg.org> FFmpeg issue tracker
participants (1)
-
FFmpeg