#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
_______________________________________________
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".