Changes between Version 1 and Version 2 of Ticket #10440
- Timestamp:
- Jun 29, 2023, 2:11:33 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #10440 – Description
v1 v2 1 Summary of the bug: 1 **Summary of the bug:** 2 2 3 3 I 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. 4 4 5 How to reproduce: 5 **How to reproduce:** 6 6 {{{ 7 7 ffmpeg -re -i keynote.mp4 -i english.vtt -c copy \ … … 18 18 }}} 19 19 20 Output: 20 **Output:** 21 21 {{{ 22 22 ffmpeg version 6.0 Copyright (c) 2000-2023 the FFmpeg developers … … 130 130 131 131 132 Source Files: 132 **Source Files:** 133 133 134 134 Download Google IO 2023 youtube video and subtitles using following.


