FLAC 1.1.3 beta1 available |
![]() ![]() |
FLAC 1.1.3 beta1 available |
Oct 13 2006, 22:23
Post
#51
|
|
![]() Group: Super Moderator Posts: 4887 Joined: 12-August 04 From: Exeter, UK Member No.: 16217 |
nope , but i searched and there is on flac.exe in win32 folder but no other files, that i believe belong to it. So i can delete it? and paste the newset beta version in there? You can replace that file with 1.1.3b1, but whether you should move completely to 1.1.3 while it is in beta is another matter.I never deleted anything out of win32folder... It seems to me that 1.1.3 will already be well tested by Josh, so I doubt you will have problems. -------------------- I'm on a horse.
|
|
|
|
Oct 17 2006, 18:30
Post
#52
|
|
![]() Group: Members Posts: 195 Joined: 3-September 06 Member No.: 34773 |
Thats all i needed to do, thanks. FLAC is awesome
|
|
|
|
Oct 17 2006, 18:37
Post
#53
|
|
![]() Group: Members Posts: 840 Joined: 7-October 01 Member No.: 235 |
Just noticed that 1.1.3beta2 is up on sourceforge. I know nothing about changes.
|
|
|
|
Oct 17 2006, 19:53
Post
#54
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
yes, the difference is in the API, I have merged libOggFLAC into libFLAC (and libOggFLAC++ into libFLAC++) so that both native FLAC and Ogg FLAC are supported with the same API (metadata editing still only works for native FLAC though).
the command-line programs are still the same, though I guess there's a small chance I screwed up something in the Ogg handling that wasn't caught by the test suite. Josh |
|
|
|
Oct 17 2006, 20:04
Post
#55
|
|
![]() Group: Members Posts: 840 Joined: 7-October 01 Member No.: 235 |
One thing i noticed. If i encode with Flac-Frontend and add Tags and RG it takes much longer now. I mean the writing of the Tags after encoding. Does this relate to a problem? i didnīt found any but it makes me wonder. This was in beta1 already.
|
|
|
|
Oct 17 2006, 20:13
Post
#56
|
|
![]() Group: Members Posts: 139 Joined: 23-December 05 Member No.: 26599 |
Beta2 doesn't want to work under x86_64 linux, bug report submitted on sourceforge tracker.
|
|
|
|
Oct 18 2006, 09:15
Post
#57
|
|
![]() Group: Members Posts: 91 Joined: 23-February 04 From: tokyo, japan Member No.: 12207 |
beta2 dosen't work ogg-FLAC
CODE options: --ogg -P 8192 -b 4608 -m -l 12 -e -q 0 -r 0,6 -V ERROR initializing encoder init_status = FLAC__STREAM_ENCODER_INIT_STATUS_UNSUPPORTED_CONTAINER beta1 work fine. -------------------- <name>madoka</name>
<uri>http://codecs.ex-sounds.net/</uri> |
|
|
|
Oct 18 2006, 17:42
Post
#58
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
One thing i noticed. If i encode with Flac-Frontend and add Tags and RG it takes much longer now. I mean the writing of the Tags after encoding. Does this relate to a problem? i didnīt found any but it makes me wonder. This was in beta1 already. what takes longer? and what is the time difference and how big is the WAV file? Beta2 doesn't want to work under x86_64 linux, bug report submitted on sourceforge tracker. ok, will take a look. beta2 dosen't work ogg-FLAC CODE options: --ogg -P 8192 -b 4608 -m -l 12 -e -q 0 -r 0,6 -V ERROR initializing encoder init_status = FLAC__STREAM_ENCODER_INIT_STATUS_UNSUPPORTED_CONTAINER beta1 work fine. ugh, the problem is that the .dsp files for libFLAC don't have /D "FLAC__HAS_OGG" in them (and some other .dsp's then need to link with libogg). I fixed that in CVS and re-uploaded the windows binaries. Josh |
|
|
|
Oct 18 2006, 18:12
Post
#59
|
|
![]() Group: Members Posts: 840 Joined: 7-October 01 Member No.: 235 |
One thing i noticed. If i encode with Flac-Frontend and add Tags and RG it takes much longer now. I mean the writing of the Tags after encoding. Does this relate to a problem? i didnīt found any but it makes me wonder. This was in beta1 already. what takes longer? and what is the time difference and how big is the WAV file? with 1.1.2 i see only running all trakcs thru the window ~1 second when after encoding the tags and replaygain are written. An average album with wavs ~50-80MB. For 1.1.3 it is ~1 whole second per song. Nothing to worry indeed but a difference i thought should be reported. Maybe Tag.exe needs longer? This post has been edited by Wombat: Oct 18 2006, 18:13 |
|
|
|
Oct 18 2006, 18:40
Post
#60
|
|
![]() Group: Members Posts: 91 Joined: 23-February 04 From: tokyo, japan Member No.: 12207 |
beta2 dosen't work ogg-FLAC CODE options: --ogg -P 8192 -b 4608 -m -l 12 -e -q 0 -r 0,6 -V ERROR initializing encoder init_status = FLAC__STREAM_ENCODER_INIT_STATUS_UNSUPPORTED_CONTAINER beta1 work fine. ugh, the problem is that the .dsp files for libFLAC don't have /D "FLAC__HAS_OGG" in them (and some other .dsp's then need to link with libogg). I fixed that in CVS and re-uploaded the windows binaries. New beta2 work fine ogg-FLAC. thx Josh -------------------- <name>madoka</name>
<uri>http://codecs.ex-sounds.net/</uri> |
|
|
|
Oct 18 2006, 19:41
Post
#61
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
One thing i noticed. If i encode with Flac-Frontend and add Tags and RG it takes much longer now. I mean the writing of the Tags after encoding. Does this relate to a problem? i didnīt found any but it makes me wonder. This was in beta1 already. what takes longer? and what is the time difference and how big is the WAV file? with 1.1.2 i see only running all trakcs thru the window ~1 second when after encoding the tags and replaygain are written. An average album with wavs ~50-80MB. For 1.1.3 it is ~1 whole second per song. Nothing to worry indeed but a difference i thought should be reported. Maybe Tag.exe needs longer? hmm, don't know what that could be. at first it sounded like the whole file was being rewritten because of the tags but that would take a lot longer than 1sec. |
|
|
|
Oct 18 2006, 22:05
Post
#62
|
|
|
Group: Members Posts: 29 Joined: 22-January 05 Member No.: 19216 |
Thanks for the new improvements.
I've been playing with the picture importing feature and everything seems ok. Although I have one question: how do we extract the pictures from the block to a file? it would be nice to have a --export-pictures switch that would extract all pictures to files with the names made from the pic type and extensions from mime types. (I hope this is not too dumb.. Thanks! |
|
|
|
Oct 18 2006, 22:14
Post
#63
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
yeah, that's on the TODO but I didn't want to hold back 1.1.3 for it.
|
|
|
|
Oct 18 2006, 22:23
Post
#64
|
|
![]() Group: Members Posts: 597 Joined: 15-February 04 From: Venezia, Italia Member No.: 12025 |
yeah, that's on the TODO but I didn't want to hold back 1.1.3 for it. Hold on a second... do you mean we can embed album art with 1.1.3 but there is no way to extract it and we should wait for a future release to have any use for it?Totally unrealated: I can be blind (and already proved to be in the past) but I don't see anything in the changelog about the possibility to embed cuesheets on non-CDA-sector-aligned material that was supposed to be available in the "next release". Is that fixed? Sergio Edit: sorry, I posted an empty reply in the first time. Now there is one. This post has been edited by smz: Oct 18 2006, 22:33 -------------------- Sergio
Revox B150 + (JBL 4301B | Sennheiser HD430) |
|
|
|
Oct 18 2006, 22:24
Post
#65
|
|
|
Group: Members Posts: 29 Joined: 22-January 05 Member No.: 19216 |
glad to know that
thanks once again |
|
|
|
Oct 19 2006, 03:08
Post
#66
|
|
![]() Group: Members Posts: 139 Joined: 23-December 05 Member No.: 26599 |
|
|
|
|
Oct 22 2006, 01:16
Post
#67
|
|
|
Group: Members Posts: 65 Joined: 3-May 05 Member No.: 21842 |
Please please please do us (those of us who want the smallest sized FLAC files) remove the embedding of album art. It's only going to lead to FLAC files posted on the net with album art included and I really really hate embedded album art of any kind. I don't need it at all and I don't want to risk getting files that have embedded album art.
Jon |
|
|
|
Oct 22 2006, 12:40
Post
#68
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
JWolf, what are you saying ?
Also, just remember that you'll be able to batch-remove all the embedded album art you don't want in just a few clicks with most of the tag&rename softwares out there. So I really don't see the point. So come on, let's be honest : the new album art embedding is a great improvement to FLAC, and I hope there will be soon lyrics embedding also (that's 2-3 more KB per file... wow, big deal ! As for myself, I just can't wait for FLAC 1.1.3 final in order to begin ripping my 1000 CD collection. Thanks Josh for all your hard work. You rock ! This post has been edited by Jose Hidalgo: Oct 22 2006, 12:45 |
|
|
|
Oct 22 2006, 14:18
Post
#69
|
|
![]() Group: Members Posts: 2525 Joined: 25-July 02 From: South Korea Member No.: 2782 |
Please please please do us (those of us who want the smallest sized FLAC files) remove the embedding of album art. It's only going to lead to FLAC files posted on the net with album art included and I really really hate embedded album art of any kind. I don't need it at all and I don't want to risk getting files that have embedded album art. Jon From metaflac --help: QUOTE --import-picture=SPECIFICATION Import a picture and store it in a PICTURE block. You can probably just delete the block with metaflac. -------------------- http://blacksun.ivyro.net/vorbis/vorbisfaq.htm
|
|
|
|
Oct 22 2006, 18:16
Post
#70
|
|
|
FLAC Developer Group: Developer Posts: 1526 Joined: 27-February 02 Member No.: 1408 |
yeah, that's on the TODO but I didn't want to hold back 1.1.3 for it. Hold on a second... do you mean we can embed album art with 1.1.3 but there is no way to extract it and we should wait for a future release to have any use for it?well I thought it was only going to be used it players through the API. the calls in libFLAC are there to read pictures, it's just there is no metaflac command to export yet. Totally unrealated: I can be blind (and already proved to be in the past) but I don't see anything in the changelog about the possibility to embed cuesheets on non-CDA-sector-aligned material that was supposed to be available in the "next release". Is that fixed? yep, it's fixed. So come on, let's be honest : the new album art embedding is a great improvement to FLAC, and I hope there will be soon lyrics embedding also (that's 2-3 more KB per file... wow, big deal ! hmm, I haven't really been asked for that yet so I haven't looked into it. are there any players that use it? what is the usual mechanism? Josh |
|
|
|
Oct 22 2006, 22:24
Post
#71
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
hmm, I haven't really been asked for that yet so I haven't looked into it. are there any players that use it? what is the usual mechanism? I'm afraid I'm not qualified enough to answer that question. - iTunes has been supporting album art & lyrics embedding for some time now. Everything seems to be inside the music files, but I don't know how. Of course iTunes doesn't support FLAC yet (it should in a few months according to XiphQT developer : http://www.xiph.org/quicktime ). - There's also Music Library ( http://www.wensoftware.com/MusicLibrary ) that would allow to add album art & lyrics to a FLAC file, in which case the album art is external (link to an external jpg) and as for the lyrics I haven't found any link or external file, so maybe the lyrics are added somewhat to the FLAC file ? - And probably lots of others players / library organizers. I don't know if I'm answering your question. I don't know about the mechanisms. Sorry but I just can't be more helpful on that matter. This post has been edited by Jose Hidalgo: Oct 22 2006, 22:26 |
|
|
|
Oct 25 2006, 10:10
Post
#72
|
|
|
Group: Members Posts: 57 Joined: 29-May 06 Member No.: 31289 |
Josh, I'm just curious. Why the size increase in the default padding?
|
|
|
|
Oct 25 2006, 15:32
Post
#73
|
|
|
Group: Members Posts: 826 Joined: 29-September 04 Member No.: 17374 |
|
|
|
|
Oct 26 2006, 12:47
Post
#74
|
|
|
Group: Members Posts: 57 Joined: 29-May 06 Member No.: 31289 |
Why the size increase in the default padding? The previous 4kb padding was clearly not enough: there was a number of complaints about slow tag update speed, especially for CD-audio images. Hence the new nice 8k padding and 64k for audio longer than 20 minutes. Oh, I understand. Since I use individual files and I don't add too much information to them, it's normal I didn't have any problems retagging the files, even those 20 minutes ones. Although I never tried with "Octavarium"... |
|
|
|
Oct 26 2006, 12:56
Post
#75
|
|
|
Group: Banned Posts: 385 Joined: 22-June 06 Member No.: 32111 |
How is this beta going ? Can we expect a 1.1.3 Final soon ?
|
|
|
|
![]() ![]() |
|
Lo-Fi Version | Time is now: 21st May 2013 - 23:08 |