Bug 47345 - Утилита fs_encode не конвертирует wav -> wav, хотя {wav,gsm} -> gsm и gsm -> wav работают
Summary: Утилита fs_encode не конвертирует wav -> wav, хотя {wav,gsm} -> gsm и gsm -> ...
Status: NEW
Alias: None
Product: Sisyphus
Classification: Development
Component: freeswitch-daemon (show other bugs)
Version: unstable
Hardware: x86_64 Linux
: P5 normal
Assignee: Anton Farygin
QA Contact: qa-sisyphus
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-08-25 13:33 MSK by Artem Varaksa
Modified: 2023-08-25 13:47 MSK (History)
11 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Artem Varaksa 2023-08-25 13:33:25 MSK
Описание ошибки
===============

1. Необходим тестовый файл с расширением wav, например: # wget https://example-files.online-convert.com/audio/wav/example.wav -O file.wav
2. Создать файл с расширением gsm: # ffmpeg -i file.wav -ar 8000 file.gsm
3. # fs_encode file.gsm output.gsm
4. # fs_encode file.gsm output.wav
5. # fs_encode file.wav output.gsm
6. # fs_encode file.wav output.wav
(запускаются от имени root из-за https://bugzilla.altlinux.org/47334)

Фактический результат: 3-5: успешно. 6: ошибка:

> Couldn't initialize codec for wav@8000h@20i

Ожидаемый результат: 3-6 успешно.

Воспроизводимость
=================

[p10] server-10.1-x86-64
freeswitch-daemon-1.10.9-alt1.x86_64

[sisyphus] server-10.1-x86-64
freeswitch-daemon-1.10.10-alt1.x86_64
Comment 1 Artem Varaksa 2023-08-25 13:35:17 MSK
Для полноты, версии ffmpeg:

[p10] server-10.1-x86-64
ffmpeg-4.4.4-alt1.x86_64

[sisyphus] server-10.1-x86-64
ffmpeg-4.4.4-alt1.x86_64