Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: For Fun: Longest conversion "session" (Read 4300 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

For Fun: Longest conversion "session"

Last night, I started converting my entire music library from FLAC to MP3 (for playback on a portable player).  My library consists of approximately 3,100 songs and I'm using foobar to convert (with LAME 3.96.1 VBR with a -2 setting).

Obviously, this has to fall under a "for fun" topic ... everyone uses different hardware and system configurations.  But I'm curious how long it's taken others to convert a similar amount of music (or more!

I have an Intel P4 2.8 GHz, 512 MB memory and am using two different drives (source -> destination).

At the moment, this is looking like it will run for about 36-48 hours total for the entire collection (with minimal user load on the system).  Can anyone beat that?  You may sense an underlying question here ... is this about normal for that much music and a conversion between those two formats?

Thanks!

 

For Fun: Longest conversion "session"

Reply #1
Converting ~7000 files from Monkey's Audio normal (average decoding speed) to WavPack -fx5 (very slow encoding speed) with my Duron 800 took more than a full week of CPU work. Moreover, I had to delete myself and progressively all source files, then replaygain everything. Total time: ~15 days

For Fun: Longest conversion "session"

Reply #2
Quote
Converting ~7000 files from Monkey's Audio normal (average decoding speed) to WavPack -fx5 (very slow encoding speed) with my Duron 800 took more than a full week of CPU work. Moreover, I had to delete myself and progressively all source files, then replaygain everything. Total time: ~15 days
[a href="index.php?act=findpost&pid=291462"][{POST_SNAPBACK}][/a]


15 Days!?!?!  I am starting to feel a lot better about my 36-48 hour estimate...

After all this, I think I'm going to archive my MP3s as well ... I certainly do not want to go through this again!

For Fun: Longest conversion "session"

Reply #3
When I converted my ~4000 FLAC files to LAME 3.96.1 preset standard, it took almost exactly 24 hours on my AMD64 3200+. I tried vorbis autov b3 on the same system and it took around 14 hours.

EDIT: Giving this a second thought after my post, I think the amount of time is more important than the amount of files. My 4000 tracks amount to about 11 or 12 days if I remember correctly (around 280 hours of music)

For Fun: Longest conversion "session"

Reply #4
I just finished encoding about 10,000 APE files to MP3. It took around 80+ hours.
flac > schiit modi > schiit magni > hd650

For Fun: Longest conversion "session"

Reply #5
10,000 APE files?!  How much space does that take?


For Fun: Longest conversion "session"

Reply #7
Quote
It took 29 hours on my Pentium 4, 3.2 GHz to convert about 4000 Monkey's Audio Insane rips to FLAC --best.
[a href="index.php?act=findpost&pid=291528"][{POST_SNAPBACK}][/a]

just curious, but what caused you to make that change (ape to flac)?  unless you bought a karma or something, it seems like a step down to me...  just my opinion...
a windows-free, linux user since 1/31/06.

For Fun: Longest conversion "session"

Reply #8
Quote
Quote
It took 29 hours on my Pentium 4, 3.2 GHz to convert about 4000 Monkey's Audio Insane rips to FLAC --best.
[a href="index.php?act=findpost&pid=291528"][{POST_SNAPBACK}][/a]

just curious, but what caused you to make that change (ape to flac)?  unless you bought a karma or something, it seems like a step down to me...  just my opinion...
[a href="index.php?act=findpost&pid=291530"][{POST_SNAPBACK}][/a]


Well, it was almost impossible to play the Insane files gaplessly because of the huge CPU power needed for decoding. There were gaps between one and three seconds between songs. I was wondering whether or not to switch to Extra High, but decided to change to FLAC because of compatibility. More and more players offer support for FLAC (at least for -2 and -3) and most Linux distros also have FLAC support by default.

For Fun: Longest conversion "session"

Reply #9
Currently coverting 100GB of ape files to mpc. Will probably take around 80 hours.
On top of that I am burning the ape files to dvds before converting and deleting.

For Fun: Longest conversion "session"

Reply #10
Quote
Last night, I started converting my entire music library from FLAC to MP3 (for playback on a portable player).  My library consists of approximately 3,100 songs and I'm using foobar to convert (with LAME 3.96.1 VBR with a -2 setting).

Obviously, this has to fall under a "for fun" topic ... everyone uses different hardware and system configurations.  But I'm curious how long it's taken others to convert a similar amount of music (or more!

I have an Intel P4 2.8 GHz, 512 MB memory and am using two different drives (source -> destination).

At the moment, this is looking like it will run for about 36-48 hours total for the entire collection (with minimal user load on the system).  Can anyone beat that?  You may sense an underlying question here ... is this about normal for that much music and a conversion between those two formats?

Thanks!
[a href="index.php?act=findpost&pid=291460"][{POST_SNAPBACK}][/a]


I just did a similar conversion recently.
I needed to encode my entire library onto my new iPod. I had a mixture of .wav files , wavpack and Psytel (mpeg2) - encoded AAC's, and I wanted them all converted to M4A files for the iPod

It took around 1.5 days (on a P4 1.8) to convert the .wv files into .M4A files using wvunpack and Nero Encoder. I had to write some interesting scripts to automate the processes. The following script is an example of the sort of stuff I was doing - this one traverses a directory tree and converts wv files to m4a files. Note: only run this on a backup copy of your .wv files as it deletes the originals:
Code: [Select]
@echo off

rem converts all .wv in a given directory tree to .m4a files
rem usage: b_wv2m4a.bat <directory>
rem requires wvunpack, NAACEnc, and a legal copy of NERO !

for /R %1 %%I in (*.wv) DO call :wv2m4a "%%I"
goto :end

:wv2m4a
rem --------------------------------------
rem Convert wv to wav
wvunpack -d -y %1 %temp%\unpacked.wav
rem --------------------------------------

rem --------------------------------------
rem Create a variable to contain final
rem filename
set AACFILE=%1  
rem --------------------------------------

rem --------------------------------------
rem Invoke AAC encoder and use
rem string substitution to generate
rem name of Output file.
NAACEnc -normal %temp%\unpacked.wav %AACFILE:.wv=.m4a%
rem --------------------------------------
:end


I also wrote scripts to tag entire directory trees using tg.exe etc, and scripts to invoke mp4creator on a set of Psytel-AACs to convert to M4A. I had a lot of fun and the whole procedure took about a week, including some tweaking.

For Fun: Longest conversion "session"

Reply #11
I can recode around 1000-1200 flac files to MP4 (Ipod) format.
With more than 10000 files it will be....
!!!!!!Boring!!!!!!.

Then Nero soon or already have improved codec.. FAST mode.

I have to do it again   

Size of flac  250GB.

But I don't have to rip it again, love FLAC.
That was a nightmare.   

BR
T