Giter Site home page Giter Site logo

How to get the Encoder about mp3agic HOT 3 CLOSED

mpatric avatar mpatric commented on July 21, 2024
How to get the Encoder

from mp3agic.

Comments (3)

mpatric avatar mpatric commented on July 21, 2024

The encoding software is probably either in the TENC frame or in the TSSE
frame (I suspect most encoders use TSSE).

The mp3agic library already has a method for the TENC frame (getEncoder()
on the id3v2 tag), but not one for TSSE. But it's very easy to add, just
copy what was done for getEncoder() in ID3v2.java and AbstractID3v2Tag.java
but use 'TSSE' as the tag id instead of 'TENC'.

If you do the work, fork the project on github and submit a pull request
once you've done the change and I'll merge it in. Thanks.

from mp3agic.

giorgioponza avatar giorgioponza commented on July 21, 2024

Hi mpratic. I tried but with no luck. After further investigation, it seems that my LameEncoder wrote the 'Encoder' somewhere else. I'm trying to understand where exactly this information is written. With MediaInfo i can see exactly the 'Writing library' and the 'Encoding settings'. Anyway, the solution is more complicated as i expected, and needs more time to find out a solution.
Thanks for your quick answer.

from mp3agic.

mpatric avatar mpatric commented on July 21, 2024

Look at the mp3 with a hex viewer like 0xED (or something else) and you should be able to recognise the tag id before the encoder. The id3v2 tag is usually at the start of the file.

from mp3agic.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.