Slush.Net YouTube Mp3 Converter Version 2
|
Author |
Message |
Slushba132
BustyLoli-Chan
Posts: 3,125.3993 Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
|
Slush.Net YouTube Mp3 Converter Version 2
Lost the old version after a reformat and the number of songs I want is just increasing so I've decided to develop a new version of it. This time it's almost entirely asynchronous :D
I'm currently working on building the firefox extension because I don't remember how I did it last time
also if anyone actually installed the extension and has the firefox extension if you could give me the xpi file for that I would be grateful
|
|
22/06/2011 09:15 PM |
|
Assassinator
...
Posts: 6,646.6190 Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
|
RE: Slush.Net YouTube Mp3 Converter Version 2
Better, don't convert anything, just demux the audio directly out of the stream.
|
|
22/06/2011 09:41 PM |
|
-UrbanHybrid23-
Do You Want A Taco?
Posts: 551.1159 Threads: 24
Joined: 20th Jun 2010
Reputation: 4.57281
E-Pigs: 18.4247
|
RE: Slush.Net YouTube Mp3 Converter Version 2
(22/06/2011 09:41 PM)Assassinator Wrote: Better, don't convert anything, just demux the audio directly out of the stream.
What? o.0?
|
|
22/06/2011 09:59 PM |
|
Slushba132
BustyLoli-Chan
Posts: 3,125.3993 Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
|
RE: Slush.Net YouTube Mp3 Converter Version 2
All the program goes is pass the video to ffmpeg
ffmpeg does the actual converting from an flv to an mp3
the program just sits there between the browser extension and ffmpeg and spits converted files where ever you tell it to
|
|
23/06/2011 11:51 AM |
|
S7*
Sweet Dreams
Posts: 16,689.4373 Threads: 1,056
Joined: 3rd Apr 2007
Reputation: 14.29926
E-Pigs: 383.2309
|
RE: Slush.Net YouTube Mp3 Converter Version 2
(22/06/2011 09:41 PM)Assassinator Wrote: Better, don't convert anything, just demux the audio directly out of the stream.
indeed, repacking into m4a/mp4 should do it just fine.
|
|
23/06/2011 11:59 AM |
|
Slushba132
BustyLoli-Chan
Posts: 3,125.3993 Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
|
RE: Slush.Net YouTube Mp3 Converter Version 2
I was thinking of making it allow the option to convert to a music video or an mp3 file
probably wouldn't be too hard, but since I'm the only one who uses this thing anyway and I really only wanted mp3's I don't see the point
|
|
24/06/2011 03:38 AM |
|
Assassinator
...
Posts: 6,646.6190 Threads: 176
Joined: 24th Apr 2007
Reputation: 8.53695
E-Pigs: 140.8363
|
RE: Slush.Net YouTube Mp3 Converter Version 2
(24/06/2011 03:38 AM)Slushba132 Wrote: I was thinking of making it allow the option to convert to a music video or an mp3 file
probably wouldn't be too hard, but since I'm the only one who uses this thing anyway and I really only wanted mp3's I don't see the point
Well, re-encoding causes quality loss. Demuxing doesn't.
And it's not hard or anything.
Demux audio stream
Mux raw aac into m4a
(24/06/2011 03:38 AM)Slushba132 Wrote: I was thinking of making it allow the option to convert to a music video or an mp3 file
Music video is even easier. Just rip the stream off youtube and that's it.
(This post was last modified: 24/06/2011 05:19 AM by Assassinator.)
|
|
24/06/2011 04:38 AM |
|
Slushba132
BustyLoli-Chan
Posts: 3,125.3993 Threads: 508
Joined: 20th Feb 2008
Reputation: -8.27558
E-Pigs: 73.1299
|
RE: Slush.Net YouTube Mp3 Converter Version 2
Anyway to do all that with just ffmpeg?
because so far that's the only tool I'm using
also is FFMPEG bad? oo
would you recommend another tool?
I'd rather only use one or two if possible lol
|
|
24/06/2011 04:53 AM |
|
User(s) browsing this thread: 2 Guest(s)