Comment on The Age-Checked Internet Has Arrived
gandalf_der_12te@discuss.tchncs.de 1 week 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 1 week 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 1 week ago
Now this I can use.
Vlc can be a bit… Tedious.
Thanks.