Skip to content

Instantly share code, notes, and snippets.

@noherczeg
Created January 6, 2023 23:17
Show Gist options
  • Save noherczeg/e8d2b8ce80b5ff9a9dc2f64772958cdb to your computer and use it in GitHub Desktop.
Save noherczeg/e8d2b8ce80b5ff9a9dc2f64772958cdb to your computer and use it in GitHub Desktop.
ffmpeg -i https://56cf3370d8dd3.streamlock.net:1935/live/cedar1.stream/playlist.m3u8 \
-c copy \
-f segment \
-segment_time 3600 \
-segment_format mkv \
-segment_atclocktime 1 \
-reset_timestamps 1 \
-strftime 1 "streamname_%Y-%m-%d_%H-%M-%S_%z.mkv"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment