Hi there,
I'm new to using Video DownloadHelper (using Firefox browser). I am struggling to download a video file with audio. I can download the video but the audio is missing. Can someone please walk me through how I can download the video with audio? The video is at https://www.courttv.com/title/1-wi-v-dahmer-defense-opening-statement/
Any help would be greatly appreciated.
Thank you.
Support our site by donate $5 directly to us Thanks!!!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
Try StreamFab Downloader and download streaming video from Netflix, Amazon!
+ Reply to Thread
Results 1 to 11 of 11
-
-
HTML Code:
youtube-dl -F https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/6009760719001/c31cf290-f197-4674-9948-a24d29ef4819/10s/master.m3u8?fastly_token=NjE4MTU3YmVfZTljMmUwMDMwZmQ0ODI1ZjBhNGY0NzAyNjVhODRlOWUzZjBlOWVmZGJhZTM5YTc4NzI1NjZlMjAxZjk3NWYwYg%3D%3D [generic] master: Requesting header [generic] master: Downloading m3u8 information [info] Available formats for master: format code extension resolution note audio-0-en__Main_ mp4 audio only [en] audio-1-en__Main_ mp4 audio only [en] audio-2-en__Main_ mp4 audio only [en] 563 mp4 360x270 563k , avc1.42000d, video only 874 mp4 480x360 874k , avc1.420016, video only 1129 mp4 480x360 1129k , avc1.4d0016, video only 1458 mp4 640x480 1458k , avc1.4d001e, video only 2009 mp4 640x480 2009k , avc1.4d001e, video only 2339 mp4 640x480 2339k , avc1.4d001e, video only (best)
HTML Code:youtube-dl -f audio-2-en__Main_ "https://manifest.prod.boltdns.net/manifest/v1/hls/v4/clear/6009760719001/c31cf290-f197-4674-9948-a24d29ef4819/10s/master.m3u8?fastly_token=NjE4MTU3YmVfZTljMmUwMDMwZmQ0ODI1ZjBhNGY0NzAyNjVhODRlOWUzZjBlOWVmZGJhZTM5YTc4NzI1NjZlMjAxZjk3NWYwYg%3D%3D"
-
use the firefox add0n called the stream detector, use it to grab the master.m3u8 file to download the video with youtube-dl.
-
-
-
When you watch a video on the internet, a lot of the times it has a "source" file called mpd/manifest or m3u8 (they have the same function, but are different standards). That mpd or m3u8 file contains information about all of the different video and audio qualities. There are programs, like youtube-dl, that can read that file and present you all the different video/audio in a readable way. Then, you can tell that program to download any/all of those streams. He gave you a command that will download only the audio. You need to download youtube-dl, put it in a folder, open cmd in that folder (just type cmd and press enter in the address bar of the folder) and type that program in the black window. It will download the audio.
ytdlp is probably a better alternative as of late to youtube-dl and you can just switch
Code:-f audio-2-en__Main_
Code:-f bv+ba
But this will require another program, ffmpeg, to be in the same folder as ytdlp.
Also, that command might not work because the link to the mpd might expire.
So you will to find a new mpd link, using the Developer tools in your browser, then the network tab.
Welcome to the fun, and what might seem as somewhat complex world of Video Streaming DownloadingLast edited by [ss]vegeta; 3rd Oct 2021 at 15:04.
-
too many words in public environment ...
better through PM, if you want provide all these explanations ... -
Plus youtube-dl default behaviour is much different to yt-dlp behaviour with regard to 'best' v + a.
-
Plus apparently youtube-dl is pretty much defunct by now... (Hasn't been updated in months.)
too many words in public environment ...
better through PM, if you want provide all these explanations ...
@Jpin
To complete the above explanations from “pedrothelion” and “[ss]vegeta” : when typing “youtube -F [URL]” (with upper-case “F”), it will display a list of all available formats it detected (if it did recognize the link), which is what you can see in post #2. Then you choose whichever format you want, or combination of video + audio formats, for the actual download, with “youtube-dl -f [video ID]+[audio ID] [URL] -o [file name]” (notice that it is a lower-case “f” in this case, it's a bit confusing but that's how it is, that's always been the case). If I'm not mistaken yt-dlp works the same with regards to listing available formats (with “-F”) and requesting the download of specific format(s) (with “-f”) ; but unless I missed something, yt-dlp is not readily available as a standalone .exe file, which makes it quite complicated to install for a newbie already struggling with the very notion of command line utility.Last edited by abolibibelot; 4th Oct 2021 at 10:40.
-
Pre-compiled yt-dlp here: https://github.com/yt-dlp/yt-dlp/releases/latest/download/yt-dlp.exe
Inviato dal mio SM-G970F utilizzando TapatalkLast edited by pedrothelion; 4th Oct 2021 at 12:21.
Discord Sei#0555 -
Pre-compiled yt-dlp here: https://github.com/yt-dlp/yt-dlp/releases/tag/2021.09.25
Similar Threads
-
Can download and decrypt Video from Peacocktv, but not audio?
By delurker2021 in forum Video Streaming DownloadingReplies: 5Last Post: 22nd Aug 2021, 11:51 -
Download HLS video using FFMPEG with separate video and audio URLs?
By oschrndz in forum Video Streaming DownloadingReplies: 2Last Post: 15th Dec 2020, 13:53 -
how to download a portion of video from m3u8 that has separate video audio.
By adi111 in forum Video Streaming DownloadingReplies: 8Last Post: 5th Aug 2020, 14:53 -
Download DASH stream (audio and video mp4)
By axes in forum Video Streaming DownloadingReplies: 1Last Post: 30th May 2020, 07:30 -
Need help to download video with audio
By adjnabi in forum Video Streaming DownloadingReplies: 2Last Post: 13th Jan 2019, 13:14