sorry for my bad English
For a certain reason, i have m3u8(s) file on my PC,
I can play it (stream it) on Media Player Classic flawlessly,
but I like to download and convert it to mp4,
[yes, I know the m3u8 is a playlist and does not contain any streams]
I tried ffmpeg to convert, and ffplay to play, but both failed,
I tried vlc "convert", but only the first "scene" that converted,
any clue, tips, link, software, google keyword is enough,
please help me!
+ Reply to Thread
Results 1 to 9 of 9
-
Last edited by kucing; 11th Jun 2024 at 09:52. Reason: [Solved]
-
-
Install ffmpeg, download and put yt-dl.exe to the folder with ffmpeg.exe. Create .bat file in the same folder with lines:
Code:yt-dlp ytsearch:yourfilename.m3u8 pause
It is sometimes possible that you'll get a .webm file instead (if it has the max resolution), then you'll need some debugging in your .bat. -
@Sagnik
no it not protected, and all m3u8 to mp4 converter usually very inconvinient to use
@Alex_ander
it not youtube video
after i google, i download the "ts parts" inside m3u8 as jpg,
in m3u8, find and replace all "ts" to "jpg"
then convert it using ffmpeg
ffmpeg -i D:\video001.m3u8 -acodec copy -vcodec copy D:\video001.mp4Last edited by kucing; 11th Jun 2024 at 06:44.
-
It's source doesn't matter (it even could be an iPlayer source - inside UK, of course).
An m3u8 file is a text file with links to the streaming server. Since you are able to use it in a standalone player, your file contains full path URLs (like 'master' m3u8 files do). You can also manually choose a link from it to a version with desired resolution, then use that specific link in yt-dlp. -
-
Similar Threads
-
Is it possible to decrypt one mp4 file from the m3u8 list?
By Frankss in forum Video Streaming DownloadingReplies: 2Last Post: 23rd Mar 2024, 02:28 -
How to Convert Mkv File to M3u8
By cinamews in forum Video Streaming DownloadingReplies: 9Last Post: 22nd Jan 2023, 15:50 -
Streaming mp4 File live in m3u8 playlist
By thegeek in forum Video Streaming DownloadingReplies: 1Last Post: 9th Oct 2021, 08:04 -
m3u8 to mp4 (AES-128 Encrypted)
By vel3ro in forum Video Streaming DownloadingReplies: 4Last Post: 19th Jul 2021, 18:11 -
[tentime.com] Hidden m3u8 file and separated mp4 files
By Semohan in forum Video Streaming DownloadingReplies: 34Last Post: 2nd Jan 2021, 22:13