Comment on The Age-Checked Internet Has Arrived
gandalf_der_12te@discuss.tchncs.de 4 weeks agoto convert from hls (m3u8 streams) to mp4, you can also use ffmpeg:
ffmpeg -i https://y.com/path/to/stream.m3u8 output.mp4
Comment on The Age-Checked Internet Has Arrived
gandalf_der_12te@discuss.tchncs.de 4 weeks agoto convert from hls (m3u8 streams) to mp4, you can also use ffmpeg:
ffmpeg -i https://y.com/path/to/stream.m3u8 output.mp4
masterofn001@lemmy.ca 4 weeks ago
Now this I can use.
Vlc can be a bit… Tedious.
Thanks.