rambo3889 Posted April 29, 2008 Posted April 29, 2008 (edited) Heya.So here i was looking at 100 different bookmarks for music on Youtube. And i knew that it is possible to download from youtube. So i decided to make a downloader which downloads the given file, and after that converts it to a mp3 file ( only audio stream offc).The autoit script is made by me.The c++ code is made by Napalm from a forum which posted the converter.Program is pretty straightforwarded just copy a url from youtube like : Edited November 6, 2013 by Melba23 Code removed and title adjusted My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
Zedna Posted April 29, 2008 Posted April 29, 2008 Looks really good. Resources UDF ResourcesEx UDF AutoIt Forum Search
Pain Posted April 29, 2008 Posted April 29, 2008 will this also work for fmt 18 youtube videos? here is some information if you don't know what I'm talking about fmt 18 / MP4 fmt 6 / HQ FLV - fmt 18 / MP4 fmt 6 / HQ FLV Screen Res. 480 x 270 480 x 360 Bitrate ≅ 512 kbps ≅ 900 kbps Audio 44.1KHz 128 kbps Stereo 44.1KHz 96 kbps Mono CBR Frame Rate 24 30 Video Codec h.264 Flash Sorenson Audio Codec AAC Mp3 - Normal Youtube High Quality Youtube Screen Res. 320 x 240 480 x 360 Bitrate ≅ 200 kbps ≅ 900 kbps Audio 22KHz 64 kbps Mono ABR 44.1KHz 96 kbps Mono CBR Frame Rate 30 30 Video Codec Flash Sorenson Flash Sorenson Audio Codec Mp3 Mp3 as you can see fmt 18 offers stereo sound so the question is will the converter keep it as stereo?
NELyon Posted April 29, 2008 Posted April 29, 2008 (edited) Hmm... First steps work fine (Retrieving the FLV Url), but it seems to download a 0 B file and converts that to MP3 (Which obviously does nothing). I'll see if it's perhaps something about running on wine. Maybe I can make it work. Does the first part awesomely though EDIT: Yes, it fails on the downloading. The converter worked fine on an flv I had laying around. EDIT2: Damn. That is a fast converter. Converted my 13 Meg FLV file to a 3 Meg mp3 file in less that one second. Edited April 29, 2008 by KentonBomb
rambo3889 Posted April 30, 2008 Author Posted April 30, 2008 Kenton, could you give me the youtube url that you are trying to download, ill look into it when i get home from school My Scripts:Radioblog Club Music DownloaderOther stuff:Fun movieIm serious read the help file it helps :PFight 'Till you drop. Never stop, You Cant give up. Til you reach the top Fight! youre the best in town Fight!
thenewkid Posted January 2, 2009 Posted January 2, 2009 (edited) i know its a old post but i liked the downloader and fort i give it a littie edit heres a littie upgrade things i added areu can make it hide while downloadingpick where to save the video todown load youtubes HQ videosand convet to avi mpg or wmvand down load from a list<snip> Edited November 6, 2013 by Melba23 Links removed some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted January 2, 2009 Posted January 2, 2009 @rambo3889 nice one for 1.50min video I have 21min of music and that not repeat ! I don know how do you do that Cheers, FireFox.
FireFox Posted January 2, 2009 Posted January 2, 2009 @TheNewKid Nice job ! Add line to line 39 : (for drop down list instead of dropdown) $Combo1 = GUICtrlCreateCombo(".avi", 192, 168, 185, 25, BitOR($CBS_DROPDOWNLIST,$CBS_AUTOHSCROLL,$CBS_DISABLENOSCROLL,$WS_CLIPSIBLINGS), BitOR($WS_EX_CLIENTEDGE,$WS_EX_STATICEDGE)) Cheers, FireFox
thenewkid Posted January 2, 2009 Posted January 2, 2009 @firefox thanks what do u mean addline? im a bit lost from what u mean some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted January 2, 2009 Posted January 2, 2009 @thenewkid no sry replace line 39 Cheers, FireFox.
MoarDenEnuf Posted January 2, 2009 Posted January 2, 2009 can u use something beter than rapidshare i dont want to wait for a download
FireFox Posted January 2, 2009 Posted January 2, 2009 (edited) @MoarDenEnufthe time you take for post your reply is the same time for wait <snip> Edited November 6, 2013 by Melba23 Code removed
thenewkid Posted January 2, 2009 Posted January 2, 2009 whats a better one? some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted January 6, 2009 Posted January 6, 2009 (edited) My own youtube downloaderSpecial thanks to thenewkid for sharing his code Edit 1 : Fixed minor bugsEdit 2 : Added Stop buttonEdit 3 : Added detection of youtube url from clipboard<snip> Edited November 6, 2013 by Melba23 Code removed
thenewkid Posted January 6, 2009 Posted January 6, 2009 (edited) you should take flv off the convert list as it downloads in flv and u would not convert to what u downloaded i like the clipborad idea and i think im going to add that to my update may seem a bit dumb to ask this but why FileInstall("ffmpeg.exe", @TempDir & "\ffmpeg.exe", 1) FileInstall("flv.exe", @TempDir & "\flv.exe", 1) Edited January 6, 2009 by thenewkid some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted January 6, 2009 Posted January 6, 2009 you should take flv off the convert list as it downloads in flv and u would not convert to what u downloadedYes but if flv is selected my script wont convert the file but youre right its stupid to have add that... lol may seem a bit dumb to ask this but why FileInstall("ffmpeg.exe", @TempDir & "\ffmpeg.exe", 1) FileInstall("flv.exe", @TempDir & "\flv.exe", 1)I use fileInstall because when I compile it, its easier to give only one file to my friends Comments are welcome ! Cheers, FireFox.
thenewkid Posted January 6, 2009 Posted January 6, 2009 so if u give them the one file u mean the downloader.au3 so where does the script get the ffmpeg from? ive never used fileinstaill before sorry some of my scripts check them out and give feedback so i can learn from them :)autoclicker a autoclickernote taker a script to take notes with
FireFox Posted January 6, 2009 Posted January 6, 2009 @thenewkid I dont think you read my post propely, FileInstall is used when script is compiled for have binded files in your app then you extract it to dest selected with fileInstall ... look at FileInstall in helpfile; im sure you will use it soon Cheers, FireFox.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now