This is the new home of the egghelp.org community forum.
All data has been migrated (including user logins/passwords) to a new phpBB version.


For more information, see this announcement post. Click the X in the top right-corner of this box to dismiss this message.

convert youtube links to HQ mp3 ( for ex 320 kbps )

Requests for complete scripts or modifications/fixes for scripts you didn't write. Response not guaranteed, and no thread bumping!
Post Reply
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

convert youtube links to HQ mp3 ( for ex 320 kbps )

Post by Arkadietz »

it's simple on command !convert tcl convert the requested link to HQ quality

request:
!convert http://www.youtube.com/watch?v=GoNXfQkpOfk&hd=1

output:
your wish is on link : http://link.com
On a unix system everything is a file ; if something is not a file , it is a proccess.
F
FightingNavyman
Voice
Posts: 35
Joined: Tue Jan 18, 2011 12:39 pm

Post by FightingNavyman »

hey dude i know you.. from what IRC you always at. Im chachin.
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

Could you elaborate on the output?
Once the game is over, the king and the pawn go back in the same box.
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

Post by Arkadietz »

egg: $nick your request is on link : and the link with the done mp3

may be with some script on the same machine or with some online site for convert i don't know but the head point is the end result be good

example online site for convert: http://www.online-convert.com/
On a unix system everything is a file ; if something is not a file , it is a proccess.
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

If you plan to use that site on a public channel where people can convert stuff they found on Youtube or whatever, then you should register for at least a Silver account, cos the free one has the following limitations:
- maximum conversions within 24 hours: 30
- maximum upload size per file: 100 Megabyte
- maximum 10 downloads per file within one day. After one day, the converted file is deleted.
But if you plan to use it for your own limited use then a free one will do fine. I'll have a look on their API later on. :P

If you got your own Debian powered PC then you can do the conversion on it, just pick one of the methods described this or this.
Once the game is over, the king and the pawn go back in the same box.
J
Johannes13
Halfop
Posts: 46
Joined: Sun Oct 10, 2010 11:38 am

Post by Johannes13 »

a small exec should be ok, then ftp for uploading it (depending on the configuration of the server it can be possible to dl it directly to a htdocs folder).

Can work :)

Edit: no, the scripts only downloads the flv file. So it have to be converted to mp3 after that.
User avatar
caesar
Mint Rubber
Posts: 3776
Joined: Sun Oct 14, 2001 8:00 pm
Location: Mint Factory

Post by caesar »

You can convert flv to mp3 via ffmpeg like this:

Code: Select all

ffmpeg -i FILE.flv -acodec libmp3lame -ac 2 -ab 128k -vn -y "OUTPUT.mp3"
Once the game is over, the king and the pawn go back in the same box.
User avatar
Arkadietz
Halfop
Posts: 67
Joined: Fri Jul 14, 2006 11:43 am
Location: cat /dev/zero > /dev/null;

Post by Arkadietz »

what about someone of these sites:

1. http://www.youtube-mp3.org/ - may be the leader from all
2. http://www.youtubetomp3.com/
3. http://www.makeitmp3.com
On a unix system everything is a file ; if something is not a file , it is a proccess.
Post Reply