How to choose the video version when I use youtube-dl to grab from BBC?Code:
~$ youtube-dl -F http://www.bbc.co.uk/iplayer/episode/xxxxxxxxxxxxxxxx the format codes from bbc are different from youtube format codes. I want to download the 720p version. Can anyone help me? Thanks in advance. =================================== update: ok. after I checked the youtube-dl documentation, I have solved the problem by myself. |
Re: How to choose the video version when I use youtube-dl to grab from BBC?good you solved your problem
i put here to help others with same problem :) How to choose a certain video version (not just best) type this to get the formats Code:
youtube-dl -F http://www.bbc.co.uk/iplayer/episode/b06h7gj1/strictly-come-dancing-series-13-week-2 Code:
iplayer_streaming_h264_flv_lo_akamai flv 640x360 h264@ 480k, 461 iplayer_streaming_h264_flv_limelight flv 640x360 h264@ 796k, 718 we just need the bit in red now write it like this Code:
youtube-dl -f iplayer_streaming_h264_flv_limelight "http://www.bbc.co.uk/iplayer/episode/b06h7gj1/strictly-come-dancing-series-13-week-2" -o C:\out.flv |
Re: How to choose the video version when I use youtube-dl to grab from BBC?Quote:
nice tips. before I posted this thread, I used the same format code as you did. But it just didn't work for me. and It' weird that youtube-dl didn't tell me the truth, there isn't any 1920x1080 at all. The best version is 720p 5000Kbps@50fps , the second best is 720p 2000Kbps @25fps . I want do download the 720p 25fps because my PC can't play the 50fps video smoothly. I use this command to choose the version I want. Code:
youtube-dl -f "[height=720][tbr<5000]" http://www.bbc.co.uk/iplayer/episode/xxxxxxxxxx |
All times are GMT -6. The time now is 12:27 PM. |