FFmpeg конвертировать mp3 в pcm ошибка "не удалось найти код c параметров" - PullRequest
0 голосов
/ 20 февраля 2020

Когда я пытаюсь преобразовать mp3-файл в pcm, используя следующий код, я постоянно получаю сообщение об ошибке

[mp3 @ 0x22cc420] Format mp3 detected only with low score of 1, misdetection possible!
[mp3 @ 0x22cd260] Header missing
[mp3 @ 0x22cc420] decoding for stream 0 failed
[mp3 @ 0x22cc420] Could not find codec parameters for stream 0 (Audio: mp3, 0 channels, s16p): unspecified frame size
Consider increasing the value for the 'analyzeduration' and 'probesize' options
test.mp3: could not find codec parameters
Input #0, mp3, from 'test.mp3':
  Duration: N/A, start: 0.000000, bitrate: N/A
    Stream #0:0: Audio: mp3, 0 channels, s16p
[abuffer @ 0x22cfaa0] Value inf for parameter 'time_base' out of range [0 - 2.14748e+09]
    Last message repeated 3 times
[abuffer @ 0x22cfaa0] Error setting option time_base to value 1/0.
[graph 0 input from stream 0:0 @ 0x22cf620] Error applying options to the filter.

mp3-файл был преобразован из видео на Youtube.

Добро пожаловать на сайт PullRequest, где вы можете задавать вопросы и получать ответы от других членов сообщества.
...