User Tools

Site Tools


tech:streamlink

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
tech:streamlink [2025/10/08 23:44] – added some code to help downloading Nebula videos katsimbristech:streamlink [2025/10/20 18:48] (current) – Add local example to "How to download and combine m3u8 files" katsimbris
Line 6: Line 6:
 <code>$ ffmpeg -i "video_example.m3u8" -i "audio_example.m3u8" \ <code>$ ffmpeg -i "video_example.m3u8" -i "audio_example.m3u8" \
   -c copy -map 0:v:0 -map 1:a:0 output.mp4</code>   -c copy -map 0:v:0 -map 1:a:0 output.mp4</code>
 +or
 +<code>$ ffmpeg -i video.mp4 -i audio.mp4 -c copy -map 0:v:0 -map 1:a:0 output.mp4</code>
 ===== How to encode downloaded file ===== ===== How to encode downloaded file =====
 <code>$ ffmpeg -i input.mp4 output.mkv</code> <code>$ ffmpeg -i input.mp4 output.mkv</code>
tech/streamlink.1759967098.txt.gz · Last modified: by katsimbris