I'm downloading some dash videos(not encrypted and not paid) but with ffmpeg I get sometimes errors on fragments or 503 errors, how can I force ffmpeg to download the fragments that fail?
I saw that youtube-dl supports it, but I can't get to download the mp4 file(using direct link to the dash stream).
Can you point me at some documentation or suggest me a better way to achieve that ffmpeg retires downloading a fragment if it fails?
Sorry but I can get to work youtube-dl with the link since it doesn't detect any video.
Sorry if it's a noob question.
+ Reply to Thread
Results 1 to 11 of 11
-
-
Thanks I solved using yt-dlp, do you know how to choose the output names for video and audio? To avoid this "You have requested merging of multiple formats while also allowing unplayable formats to be downloaded. The formats won't be merged to prevent data corruption."
Thanks in advance. -
-
I know thanks, I was saying that I wanted to set a filename for the output, but I get issues(I know that I need to merge the two files using ffmpeg). Nevermind I'll go ahead like I tried, even if I get an error because I'm trying to set an output name when there are two files.
-
I use:
HTML Code:yt-dlp "https://link" --allow-unplayable-formats -o "video.mp4" -R "infinite" --fragment-retries "infinite" WARNING: You have requested merging of multiple formats while also allowing unplayable formats to be downloaded. The formats won't be merged to prevent data corruption.
Similar Threads
-
ffmpeg x11grab capture on Xubuntu Linux fails
By CursedLemon in forum Video ConversionReplies: 11Last Post: 21st Jan 2022, 16:10 -
Does YT-DLP or FFMPEG Merge The Raw Encrypted Fragments
By SoConfused in forum Video Streaming DownloadingReplies: 1Last Post: 14th Jun 2021, 17:21 -
FFMPEG fails when downloading youtube video
By SuperNova15 in forum Video Streaming DownloadingReplies: 0Last Post: 25th Sep 2020, 08:42 -
TVDownloader Error 503?
By KermitJ in forum Video Streaming DownloadingReplies: 15Last Post: 12th Oct 2019, 13:35 -
ffmpeg Creating slideshow from images fails
By Budman1 in forum Video ConversionReplies: 1Last Post: 19th Feb 2018, 04:44