Changes between Version 1 and Version 2 of Ticket #10440


Ignore:
Timestamp:
Jun 29, 2023, 2:11:33 PM (3 years ago)
Author:
ffmpeg.golden
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #10440 – Description

    v1 v2  
    1 Summary of the bug:
     1**Summary of the bug:**
    22
    33I have a vod file and related caption file. I am trying to package them as a live HLS stream with following command. It fails with error Segmentation fault. This should be working fine and produce hls output on disk.
    44
    5 How to reproduce:
     5**How to reproduce:**
    66{{{
    77ffmpeg -re -i keynote.mp4 -i english.vtt -c copy \
     
    1818}}}
    1919
    20 Output:
     20**Output:**
    2121{{{
    2222ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers
     
    130130
    131131
    132 Source Files:
     132**Source Files:**
    133133
    134134Download Google IO 2023 youtube video and subtitles using following.