Created
January 6, 2023 23:17
-
-
Save noherczeg/e8d2b8ce80b5ff9a9dc2f64772958cdb to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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