i have a YouTube video https://www.youtube.com/watch?v=qj5Be-tjNgs
this video is in VP9 but I want to download it without the vp9.
I need only 1080p in x264
is that possible ?
everything I tried downloads it with VP9
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 14 of 14
-
-
try - -f 'bestvideo[ext!=webm]+bestaudio[ext!=webm]/best[ext!=webm]'
- https://github.com/ytdl-org/youtube-dl/issues/6709 -
The problem is "ext!=webm" may give you AV1 codec (in mp4 container), not necessarily H.264.
Try:
Code:youtube-dl -f "bestvideo[vcodec^=avc1][height<=1080]+bestaudio[acodec^=mp4a]/best[vcodec^=avc1][height<=1080]" https://www.youtube.com/watch?v=qj5Be-tjNgs
-
Since it is only a 1.04 GB file I downloaded it for you in highest AVC Video and AAC Audio and muxed the audio and video to a single mkv file which should play everywhere.
<link removed>
Hope you're happy with itLast edited by flashandpan007; 3rd Jan 2020 at 06:27.
-
Youtube-dl can give you a list of available streams with the command line:
Code:youtube-dl -F https://www.youtube.com/watch?v=qj5Be-tjNgs
Code:format code extension resolution note 249 webm audio only tiny 62k , opus @ 50k (48000Hz), 17.97MiB 250 webm audio only tiny 81k , opus @ 70k (48000Hz), 22.74MiB 140 m4a audio only tiny 133k , m4a_dash container, mp4a.40.2@128k (44100Hz), 49.35MiB 251 webm audio only tiny 157k , opus @160k (48000Hz), 42.27MiB 160 mp4 256x144 144p 111k , avc1.4d400c, 30fps, video only, 33.08MiB 278 webm 256x144 144p 114k , webm container, vp9, 30fps, video only, 35.60MiB 242 webm 426x240 240p 231k , vp9, 30fps, video only, 77.54MiB 133 mp4 426x240 240p 245k , avc1.4d4015, 30fps, video only, 64.65MiB 243 webm 640x360 360p 418k , vp9, 30fps, video only, 143.35MiB 134 mp4 640x360 360p 635k , avc1.4d401e, 30fps, video only, 165.84MiB 244 webm 854x480 480p 777k , vp9, 30fps, video only, 258.62MiB 135 mp4 854x480 480p 1172k , avc1.4d401f, 30fps, video only, 315.45MiB 247 webm 1280x720 720p 1539k , vp9, 30fps, video only, 528.50MiB 136 mp4 1280x720 720p 2317k , avc1.4d401f, 30fps, video only, 587.86MiB 248 webm 1920x1080 1080p 2715k , vp9, 30fps, video only, 943.24MiB 137 mp4 1920x1080 1080p 4368k , avc1.640028, 30fps, video only, 1.00GiB 271 webm 2560x1440 1440p 8957k , vp9, 30fps, video only, 2.80GiB 313 webm 3840x2160 2160p 17884k , vp9, 30fps, video only, 6.30GiB 43 webm 640x360 360p , vp8.0, vorbis@128k, 328.60MiB 18 mp4 640x360 360p 681k , avc1.42001E, mp4a.40.2@ 96k (44100Hz), 259.87MiB 22 mp4 1280x720 720p 1671k , avc1.64001F, mp4a.40.2@192k (44100Hz) (best)
Code:youtube-dl -f 137+140 https://www.youtube.com/watch?v=qj5Be-tjNgs
-
I know nothing about Macs but I have just read elsewhere that one can use Homebrew to install youtube-dl on a Mac OS.
H.T.H."Programmers are human-shaped machines that transform alcohol into bugs." -
Thread moved to the mac forum where you can get more help.
I think,therefore i am a hamster. -
Youtube-dl is available via Homebrew and MacPorts.
https://github.com/ytdl-org/youtube-dl/blob/master/README.md#installation
Similar Threads
-
YouTube's VP9 to h264
By DonSeenu in forum Video ConversionReplies: 7Last Post: 12th Mar 2018, 09:27 -
Youtube - Not getting VP9 in my latest videos
By stranno in forum Video Streaming DownloadingReplies: 9Last Post: 25th Apr 2017, 17:09 -
How to download VP9-videos from Youtube without VDH and converter?
By pxstein in forum Newbie / General discussionsReplies: 2Last Post: 16th Nov 2016, 04:01 -
How to watch Youtube videos (with h264 codec insead of VP9) in browsers?
By Stears555 in forum Software PlayingReplies: 9Last Post: 26th Aug 2015, 08:01 -
VP9 on Youtube
By newpball in forum Video Streaming DownloadingReplies: 4Last Post: 1st Apr 2015, 18:27