JRiver looks nice, it's just not easy enough for my specific application.
Sigh.
Well, I guess then it's up to me and myself...
NoiTunes - file manager with built-in FLAC -> MP3 conversion
Re: NoiTunes - file manager with built-in FLAC -> MP3 conver
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
Re: NoiTunes - file manager with built-in FLAC -> MP3 conver
Okay... I can go two ways, either use a DLL (preferable, makes the program look better / more professional) but for now there's no problem using command line stuff. It's for my own use anyway, so I don't mind a little extra installing.
Some more links...
https://xiph.org/flac/download.html
http://www.fi.muni.cz/~qruzicka/Smid/man.htm
http://lame.sourceforge.net/
http://lame1.buanzo.com.ar/#lamewindl
https://wiki.archlinux.org/index.php/Co ... lac_to_Mp3
http://blog.tordeu.com/?p=184
http://forum.videohelp.com/threads/3528 ... mmand-line
http://sox.sourceforge.net/Main/HomePage
http://www.ffmpeg.org/
http://www.free-codecs.com/
So, with all those links and encoders available it's time for the next step: making a rough design and start coding...
Some more links...
https://xiph.org/flac/download.html
http://www.fi.muni.cz/~qruzicka/Smid/man.htm
http://lame.sourceforge.net/
http://lame1.buanzo.com.ar/#lamewindl
https://wiki.archlinux.org/index.php/Co ... lac_to_Mp3
http://blog.tordeu.com/?p=184
http://forum.videohelp.com/threads/3528 ... mmand-line
http://sox.sourceforge.net/Main/HomePage
http://www.ffmpeg.org/
http://www.free-codecs.com/
So, with all those links and encoders available it's time for the next step: making a rough design and start coding...
( PB6.00 LTS Win11 x64 Asrock AB350 Pro4 Ryzen 5 3600 32GB GTX1060 6GB)
( The path to enlightenment and the PureBasic Survival Guide right here... )
( The path to enlightenment and the PureBasic Survival Guide right here... )
-
- User
- Posts: 69
- Joined: Tue Sep 16, 2008 6:11 am
- Location: ger
Re: NoiTunes - file manager with built-in FLAC -> MP3 conver
Do it yourself!
Why not using VLC?
- at least for the transcoding
(Transcoding FLAC to MP3) - jet as VBS but should be easy to do in PB too:
https://forum.videolan.org/viewtopic.ph ... 96#p365096
Reading MP3/Flac/<OTHERFORMATHERE> MediaInfo/Tags could be done with the bass.dll
http://www.un4seen.com/
http://www.un4seen.com/forum/?topic=105 ... 2#msg73252

Why not using VLC?

(Transcoding FLAC to MP3) - jet as VBS but should be easy to do in PB too:
https://forum.videolan.org/viewtopic.ph ... 96#p365096
Reading MP3/Flac/<OTHERFORMATHERE> MediaInfo/Tags could be done with the bass.dll
http://www.un4seen.com/
http://www.un4seen.com/forum/?topic=105 ... 2#msg73252
Re: NoiTunes - file manager with built-in FLAC -> MP3 conver
If ever there were a case for a PB-Community project, then this might be it. A great media player that is X-Platform would be a very good way to showcase PB and a constructive project for all concerned, there's lots of sample code snippets that could be incorporated without necessarily having to resort to external resources.
Ta - N