Announcement
Collapse
No announcement yet.
ALAC Encoder {implemented with a third-party plug-in by thinktink}
Collapse
X
-
Originally Posted by MrSinatra View Postdo u think this will work in 5.9? do u think winamp will try to replace it with their own in house ver? (yours works great for me in 5.8!)
Leave a comment:
-
do u think this will work in 5.9? do u think winamp will try to replace it with their own in house ver? (yours works great for me in 5.8!)
Leave a comment:
-
Originally Posted by MrSinatra View Posti gotcha... so if i understand you correctly now, ur saying that if there is any xfer of tags during a transcode, from one format to the next, it is not handled by the encoder, but rather by the input plugin (that also handles playback) for that new format, once the new file is created, and the encoder phase of the operation is complete, and over and done with.
sound right?
Leave a comment:
-
i gotcha... so if i understand you correctly now, ur saying that if there is any xfer of tags during a transcode, from one format to the next, it is not handled by the encoder, but rather by the input plugin (that also handles playback) for that new format, once the new file is created, and the encoder phase of the operation is complete, and over and done with.
sound right?
my confusion was that i just figured the encoder did more than just create the new tag or container as a blank, but i can see now the elegance of doing it this way.
Leave a comment:
-
Originally Posted by MrSinatra View Postinteresting... so if i use winamp to transcode a FLAC to ALAC using your encoder, should i expect Vorbis tags to xfer (and become m4a tags), and if so, how is their input plugin invoked to do it?
Leave a comment:
-
interesting... so if i use winamp to transcode a FLAC to ALAC using your encoder, should i expect Vorbis tags to xfer (and become m4a tags), and if so, how is their input plugin invoked to do it?
Leave a comment:
-
Originally Posted by MrSinatra View Post... i was under the impression your encoder was standalone in that regard.
...
Leave a comment:
-
Originally Posted by Benski View PostI can help you with using libmp4v2 to encode the ALAC file to mp4/m4a if you want. just e-mail meOriginally Posted by thinktink View PostWell I'll be damned, I didn't even see libmp4v2.dll. Looking at the exports I imagine it's far better than what I'm doing. Does it support in-memory reading/writting?Originally Posted by MrSinatra View PostFantastic!
Is this with winamps library, or your own implementation?
Did you get in touch with Benski?
I posted this thread to the fb winamp group.Originally Posted by thinktink View PostI don't actually have a full implementation of the full ISO standard, just a basic hierarchical class handler to help me organize and construct the Moov box piece by piece. Once everything is in place, I call a single function which then triggers callbacks that outputs the data in it's proper order. All I had to do was update the class handler to support 64 bit boxes. I never did contact Benski as my preliminary research into libmp4v2 revealed that it seems to exclusively deal with files already on the drive, which doesn't work very well for a standard Winamp encoder. If memory serves, DrO described one of the encoders that ships with Winamp that just outputs dummy data to Winamp and writing the actual file contents to a temporary location and then swapping the file in once the data is finalized, I'm guessing that encoder uses the libmp4v2 library.
i would like to see all the apps that make m4a tags include WM tags and windows file property attributes, so everything is congruent; but i doubt this niche issue will get attention from winamp anytime soon.
Leave a comment:
-
Originally Posted by MrSinatra View Postodd Q for you...
i noticed an issue where windows explorer, for any m4a, could have data divergent from "normal" atom tags and i couldn't understand it. the answer seems to be that windows uses "normal" atoms, but ALSO creates a custom moov.udta.Xtra atom and sticks a data blob in there, with what i believe is a WMA style WM tag; odd & bizarre, but NOT out of m4a spec. among the fields win exp uses in this blob, is one for ratings, that win exp can see:
ok, here's a weird one: mp3tag will store ratings as 0-100 I believe (the raw data, translates to 5 stars) in m4a as a %rate% atom, which is what twonky and MM and winamp use and np so far. however windows explorer in win7 will allow you to rate a m4a as well! this rating is NOT in the %rate% atom! so what atom is windows storing the rating to? how do u get mp3tag to read it? I would guess WMP does the same thing, but I haven't tested it to see. I saw nothing about any of this here: ht...
Do you have a great idea about Winamp? Let us know and maybe your features will be in the next release!
this i think is relevant to you (& me!) if say you have a rated FLAC, and you want to transcode it to ALAC m4a, b/c you want the tag info to also go with the transcode.
Media Monkey solved the issue years ago, (i reported it), by basically updating/saving both sets of tags simultaneously. yes, its duplicative, but it keeps info from being divergent and it also makes the info exposed in windows explorer:
any chance you could fool around with this and get it to work with your plugin?
also, i think the media monkey solution needs to be adopted by winamp as well, esp for the ML, so that ratings and other tags don't become divergent.
Leave a comment:
-
odd Q for you...
i noticed an issue where windows explorer, for any m4a, could have data divergent from "normal" atom tags and i couldn't understand it. the answer seems to be that windows uses "normal" atoms, but ALSO creates a custom moov.udta.Xtra atom and sticks a data blob in there, with what i believe is a WMA style WM tag; odd & bizarre, but NOT out of m4a spec. among the fields win exp uses in this blob, is one for ratings, that win exp can see:
ok, here's a weird one: mp3tag will store ratings as 0-100 I believe (the raw data, translates to 5 stars) in m4a as a %rate% atom, which is what twonky and MM and winamp use and np so far. however windows explorer in win7 will allow you to rate a m4a as well! this rating is NOT in the %rate% atom! so what atom is windows storing the rating to? how do u get mp3tag to read it? I would guess WMP does the same thing, but I haven't tested it to see. I saw nothing about any of this here: ht...
Do you have a great idea about Winamp? Let us know and maybe your features will be in the next release!
this i think is relevant to you (& me!) if say you have a rated FLAC, and you want to transcode it to ALAC m4a, b/c you want the tag info to also go with the transcode.
Media Monkey solved the issue years ago, (i reported it), by basically updating/saving both sets of tags simultaneously. yes, its duplicative, but it keeps info from being divergent and it also makes the info exposed in windows explorer:
any chance you could fool around with this and get it to work with your plugin?
also, i think the media monkey solution needs to be adopted by winamp as well, esp for the ML, so that ratings and other tags don't become divergent.
Leave a comment:
-
hi, thx, yes i already had it, but i just hoped he had it back up in case i install elsewhere remotely, so that helps, thx.
Leave a comment:
Leave a comment: