Perhaps stupid question but what is wrong to download from YT (and different sources) with FireFox and with extension "Greasemonkey" (additionally extension named Greasefire to help find useful scripts) and script named "Download YouTube Videos as MP4" ?
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 31 to 41 of 41
-
-
i use AVGO free Hulu downloader. it downloads youtube videos and a lot of other sites. i believe it does the make resolution of the video you are downloading, so if it the video is 1080p, that what it will download(if you have it set to download max res). its free and works really well. i highly recommend
http://www.freedvdvideo.com/ -
Ok, i need to apologize, obviously downloading 1080p form YT is still possible but without audio as YT currently stream everything above 720p as separate audio and video stream (adaptive/dynamic streaming)... thus 1080p video need to be downloaded and combined with help of external muxer with audio track (downloaded separately).
-
Hi ,
@pandy : My process should be after catching YT's videos .
Code:@echo on ffmpeg -i "X:\Temp\Video_in.ts" -threads 0 -f mp4 -r 25 -vcodec mpeg4 -filter:v yadif=0:-1:1 -maxrate 4000k -b:v 2000k -qmin 3 -qmax 5 -bufsize 8000k -acodec libmp3lame -async 4 -ar 48000 -b:a 128k -ac 2 -vf scale=1280:720 -aspect 16:9 "Y:\Video_out.mp4" pause :end
-vf scale=1280:720
---
for screen 4/3 : W = H x 1.3333
for screen 16/9 : W = H x 1.7777
1280 = 720 x 1.7777
---
-aspect 16:9
---
4:3
16:9
---
-r 25
---
30 <= depending on witch player you watch ( in US or Europe )
---
Regards . -
@flashandpan007
Just use MassTube. It works great for downloads with separate audio and video stream method/types (1080p, etc.) from YouTube. Also this application is available in VideoHelp tools: https://www.videohelp.com/tools/MassTube
Usage screenshot:
I love it. I use it constantly and without any problem! I recommend you try it.Last edited by HitLet; 29th Apr 2014 at 07:22.
-
I downloaded a 1080p video yesterday with Freemake Video Downloader. Worked fine.
-
Similar Threads
-
1080p YouTube video falls apart in full screen
By brassplyer in forum Newbie / General discussionsReplies: 16Last Post: 12th Sep 2012, 20:12 -
For youtube 720p or 1080p which is better?
By FaisalKhan in forum Newbie / General discussionsReplies: 5Last Post: 7th Feb 2012, 22:30 -
No difference in YouTube audio whether 360p or 1080p?
By brassplyer in forum Video Streaming DownloadingReplies: 2Last Post: 29th Jun 2011, 20:46 -
Youtube HD 1080p settings? Youtube conversion out of sync!
By DoubleJMan in forum Video ConversionReplies: 12Last Post: 5th Jan 2010, 01:04 -
Where can I download 1080p HubbleCast episodes?
By Obamargarine in forum Newbie / General discussionsReplies: 2Last Post: 8th Mar 2009, 18:14