FFMPEG - VP9 - не удалось создать файл манифеста DASH

Не удается создать файл manifest.mpd с помощью FFMPEG.

Это пишет:

Stream mapping:
Stream #0:0 -> #0:0 (copy)
Stream #1:0 -> #0:1 (copy)
Could not write header for output file #0 (incorrect codec parameters ?): Invalid data found when processing input

Мой код для генерации манифеста:

ffmpeg \
    -f webm_dash_manifest -live 1 -i video720.hdr \
    -f webm_dash_manifest -live 1 -i audio128.hdr \
    -map 0 -map 1 -c copy \
    -f webm_dash_manifest -y -live 1 -adaptation_sets "id=0,streams=0 id=1,streams=1" \
        -chunk_start_index 1 -chunk_duration_ms 2000 -time_shift_buffer_depth 7200 -minimum_update_period 7200 manifest.mpd

0 ответов

Другие вопросы по тегам