I would like to know if there is any way to choose the quality of the video to be downloaded with the ffmpeg command.
I'm trying to download an .mpd file, but there are three 360p 480p and 720p qualities and the ffmpeg command by default download the lower quality.
Which command should I use to be able to download the highest quality file?
I'm using this command:
ffmpeg -i "URL/File.mpd" -c copy -absf aac_adtstoasc t.mp4
+ Reply to Thread
Results 1 to 9 of 9
-
-
Hi ,
It is working , and tell you :
---
Stream #0:0: Video: h264
Stream #0:1: Audio: aac
---
Only 2 streams are available .
for improving your knowledge about your ask , read :
http://trac.ffmpeg.org/wiki/Map
Cheers .JE SUIS CHARLIE !!! -
Hi
I followed your suggestion, but ffmpeg continues downloading the worst quality file.
Using the youtube-dl command I find three types of videos (240p f1-v1.mp4 - 480p f2-v1.mp4 and 720p f3-v1.mp4) and two audio files (f1-v1.m4a and f3-a1.m4a ).
Which command should I use to download the best video and audio file? -
Hi ,
first try :
youtube-dl --hls-prefer-native "URL/file.mpd"
Cheers .JE SUIS CHARLIE !!! -
Hello aazerty. I am TeRrOkToR's brother, we are trying to solve this problem together. We tried now the command you told, but it didn't work. Have a look at the pictures attached. I tried both commands youtube-dl --hls-prefer-native and youtube-dl --hls-prefer-ffmpeg, and they didn't work. Please, do you mind if I send you a message inbox and you have a look at the website we are dealing with, so you will be able to tell us the best tool to download the videos. Thank you very much for your help.
-
Hi all ,
Gives all available formats :
===
@echo on
youtube-dl -F "URL/file.mpd"
pause
:fin
===
You can read for the bestest :
_ blabla-f3-A1 => Audio 165k
_ blabla-f3-v1 => Video 1280 x 720
Try "Choosed + Melting" below :
---
youtube-dl -f blabla-f3-A1+blabla-f3-v1 "URL/file.mpd" -o Your_Video.mp4
---
Note : replace 'blabla' by what you see on the screen !!!
If not working means some streams are down or protected (?) .
Cheers .JE SUIS CHARLIE !!! -
Hey Jagabo, can you help the poor
guy out? I can't even see what the url
is of the stream so I can try to play it
in the browser and use network tools.
Similar Threads
-
How to download this stream posted on STV PLayer (at the highest quality)?
By deepblue-9 in forum Video Streaming DownloadingReplies: 1Last Post: 3rd Apr 2017, 17:54 -
Error in Download of Stream with ffmpeg HLS
By 4lb3rt0 in forum Video Streaming DownloadingReplies: 0Last Post: 25th Sep 2016, 09:11 -
(Willing to pay)ffmpeg Need help downloading live stream ffmpeg and rtmp
By grabyea in forum Video Streaming DownloadingReplies: 0Last Post: 10th Apr 2016, 16:54 -
FFMPEG copy or download video stream issue!
By kairukun in forum ProgrammingReplies: 1Last Post: 13th May 2015, 16:14 -
Help me to choose a quality DVD writer!
By Single_Mode in forum DVD & Blu-ray WritersReplies: 34Last Post: 16th Mar 2015, 16:26