Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2975 – 2018-03-16 12:10:46 Quote from: lvqcl on 2018-03-16 05:57:17IIRC this special version works with stdin on Linux, but not on Windows.It was a pointless exercise anyway <edit> beyond showing the OP that a patched exe was needed for stdin/stdout </edit> as that version isn't newer than the current built-in MAC_SDK. I did test the linked exe before posting and it is working here on 2 machines and on both v2.1.6 & v2.1.7 without error. Last Edit: 2018-03-16 12:53:56 by korth
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2976 – 2018-03-18 20:21:47 cuetools 2.16 prerequisites lists net framework 2.0sp2 & vcrun2008.today i created a fresh 64bit wineprefix, installed only dotnet20sp2 (x64) and to my surprise, cuetools (libflac) was working just fine.in the changelog of cuetools you find:I moved from Visual Studio 2005 to Visual Studio 2008, sorry folks, you might need to install yet another MS redistributable (most likely it's already installed): x86 version, x64 version. If you don't see libFLAC in the list of flac encoders, that means you need this redistributable. Although you can just use libFlake instead, which doesn't require it.is vcrun2008 needed at all?p.s. it even works with dotnet20sp1 alone - is wine transcendent or what?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2977 – 2018-03-21 16:48:18 a quick question: i would like to update (overwrite) the codecs from cuetools 2016 with the ones from 2017, will this work?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2978 – 2018-03-21 16:51:33 Quote from: sanskrit44 on 2018-03-21 16:48:18a quick question: i would like to update (overwrite) the codecs from cuetools 2016 with the ones from 2017, will this work?Sorry, no. Also settings are incompatible, so it's best to either remove user_profiles_enabled file to keep settings with the program.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2979 – 2018-03-21 16:58:11 ok, i see, thanks.i would like to stick with 2016 stable, any chance to make use of the latest flac version avaiable, then?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2980 – 2018-03-22 13:54:37 No. But there's really no point. At this point in flac development, there aren't many improvements to be had.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2981 – 2018-03-22 16:34:37 have you ever considered making cuetools more modular by using codec.exes that can be exchanged more easily? i guess there is good reasons how things are working out right now, but i believe a modular concept has its claim.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2982 – 2018-03-22 16:39:15 First of all, it is. You can actually configure it to use an external command line encoder if you wish to do so.I wouldn't recommend it. As i said, flac is very stable and there's really no point in updating it.Personally i use cuetools built in encoder, because it provides better compression than official encoder.If i didn't have that, i'd use builtin libFLAC version, because it's stable and using a .dll is faster and safer in some ways than using an external command line encoder.But if for some reason i fail to grasp those two options don't appeal to you, go ahead and configure an external command line encoder.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2983 – 2018-03-22 16:55:26 hey, no worries - it was more or less a kind of remembrance of the good old burrrn days i loved the tool for its modularity, a very clean and simply way to update codecs (if you feel the need for).i can live with an older flac version, but i would have upgraded if it is just a matter of copying over a file...
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2984 – 2018-03-22 17:36:03 Quote from: sanskrit44 on 2018-03-22 16:55:26i can live with an older flac version, but i would have upgraded if it is just a matter of copying over a file...Same here. I'm still trying out CUETools and using 2.1.6 but am looking forward to 2.1.7 with updated FLAC.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2985 – 2018-03-26 08:05:53 hiwill there be support for musepack?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2986 – 2018-03-31 14:37:09 i just tested cuetools 2.17 on a 64bit wineprefix (dotnet40 + vcrun2015 installed). when running libflac as encoder, i get the following warning:exception: arithmetic operation resulted in an overflowbtw - cuetools encoder works, but it is very slow (50x) in comparison to libflac (170x on 2.16). is this the normal case (always used libflac)?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2987 – 2018-03-31 15:05:46 Quote from: Ozz on 2018-03-26 08:05:53will there be support for musepack?It's probably possible to configure CUETools to use a command line musepack encoder.Quote from: sanskrit44 on 2018-03-31 14:37:09i just tested cuetools 2.17 on a 64bit wineprefix (dotnet40 + vcrun2015 installed). I'm afraid i never tested cuetools with Wine. Was cuetools encoder as slow in 2.1.6? Also, what compression levels are we talking about in both cases, because cuetools -5 often compresses as good as libFLAC -7.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2988 – 2018-03-31 15:36:56 Quote from: sanskrit44 on 2018-03-31 14:37:09btw - cuetools encoder works, but it is very slow (50x) in comparison to libflac (170x on 2.16). is this the normal case (always used libflac)?You have to realize that CUETools flake compresses as least as good as the generic flac encoder using the additional parameters e and p. The speed is great for its compression rate then. It is ~150x on a slightly OC'd 8700k at -8 btw.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2989 – 2018-03-31 17:31:12 Quote from: Gregory S. Chudov on 2018-03-31 15:05:46I'm afraid i never tested cuetools with Wine. Was cuetools encoder as slow in 2.1.6? Also, what compression levels are we talking about in both cases, because cuetools -5 often compresses as good as libFLAC -7.no prob, just wanted to let you know there is problems with wine and ct 2.17.regarding cuetools encoder, i left all to default values (-5). in 2.16, the speed is pretty much identical.@wombat: thanks for clarifying. which level to choose then with cuetools, if i am looking for libflac -6 (cuetools -4)? Last Edit: 2018-03-31 17:49:23 by sanskrit44
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2990 – 2018-03-31 18:05:44 Sorry, i don't have numbers for inbetween levels. I always used and therefore compared high compression settings.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2991 – 2018-04-01 12:57:26 Quote from: Wombat on 2018-03-31 18:05:44Sorry, i don't have numbers for inbetween levels. I always used and therefore compared high compression settings.well, i tried with cuetools -4 so to be on par with libflac -6, but it did not get that much better. now it is 58x (2.16 & 2.17) vs 170x (2.16).
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2992 – 2018-04-01 15:10:36 Thanks. Well, i'll blame Wine. It's a lot faster without it. Have you tried Mono?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2993 – 2018-04-01 17:55:41 Quote from: Gregory S. Chudov on 2018-04-01 15:10:36Thanks. Well, i'll blame Wine. It's a lot faster without it. Have you tried Mono?no, i have not, but i'd be interrested to know as well. unfortunately, with mono, some tools refuse to work properly and you can not have both (dotnet + mono) in parallel.in the end, it is just my wineprefix - ha! anyone on linux with the same results?what is the speed of cuetools vs libflac on your win machine?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2994 – 2018-04-01 19:31:22 Quick unscientific test on one small file:Code: [Select]Size mode speed25,144,135 cuetools-8.flac 83.21x; 25,149,808 cuetools-7.flac 110.74x25,153,336 cuetools-6.flac 122.28x25,161,336 cuetools-5.flac 152.34x25,172,183 cuetools-4.flac 172.86x25,171,795 libFLAC-8.flac 161.39x25,182,825 libFLAC-7.flac 222.90x
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2996 – 2018-04-05 19:03:18 Quote from: Gregory S. Chudov on 2018-03-31 15:05:46Quote from: Ozz on 2018-03-26 08:05:53will there be support for musepack?It's probably possible to configure CUETools to use a command line musepack encoder.Unable to select an extension to configure musepack
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2997 – 2018-04-05 19:06:55 Oh right, sorry. Forgot i never got around to adding a button to register a new extension.
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2998 – 2018-04-14 06:26:49 Quote from: Corwin on 2018-01-22 05:44:19Wow, I've been running CUETools 2.1.5 in kvm (Linux VM) with XP for years. Running CUETools 2.1.6 under wine 3.0 on the same system is 7.5x faster (6 seconds vs 45 seconds) for a verify on the same album. Fortunately I did not encounter any crashes using wine, all the config screens worked fine. The font size is microscopically small on my 4K monitor though.I'm seeing the same with Windows 10. It appears that CUETools 2.1.6 does not follow DPI scaling I set. Does anyone have any solutions?
Re: CUETools versions 1.9.5 through 2.1.5 (current) Reply #2999 – 2018-05-06 02:41:18 Is CUETools having issues querying recently added albums from ctdb?http://db.cuetools.net/?tocid=xlmbOkBcwfHM2CvMl990tuhd5TY-When running verify:Code: [Select][CUETools log; Date: 5/5/2018 6:38:02 PM; Version: 2.1.6][AccurateRip ID: 001681b5-00d1bdf6-960bb00c] disk not present in database.Track Peak [ CRC32 ] [W/O NULL] [ LOG ] -- 99.8 [436F1A4D] [2933A9F6] 01 99.8 [F4F2AA2F] [5D9DCF21] CRC32 02 99.8 [7044355F] [3E8D5529] CRC32 03 99.8 [ECF0A1A8] [907B2025] CRC32 04 99.8 [517F682D] [D8EBD158] CRC32 05 99.8 [22D45D61] [4530D008] CRC32 06 99.8 [3A3ED517] [0C7663F0] CRC32 07 99.8 [598B0B27] [CDEDA38A] CRC32 08 99.8 [4D7EE73F] [CA9905E1] CRC32 09 99.8 [BED8E745] [4E9C0D9A] CRC32 10 99.8 [3C97D910] [8E80C50D] CRC32 11 99.8 [12BC2E1E] [EAC74562] CRC32 12 99.8 [C1DDBF90] [D3D7D3D9] CRC32An older album verified just fine.