Git Product home page Git Product logo

Comments (3)

Tichau avatar Tichau commented on July 29, 2024

Hi,

I will try to reproduce that issue.
What was the version of File Converter you used?

Thanks for the report.

from fileconverter.

Tichau avatar Tichau commented on July 29, 2024

Hi,

The AAC conversion is by default a VBR encoding. I didn't offer the option to force the CBR because I think it is not very compatible (optimized) with this kind of compression. Maybe I should remove the CBR option for mp3 too.

For the AAC tags, I made some researches. It seems that the AAC format doesn't have the possibility to metadata without violating the format.

AAC can't and won't be able to have tags into themselves. As a consequence, tagging an AAC file is violating the format and nothing makes it understandable by other players.

It seems to exists 2 solutions to tag it anyway.

  • management of AAC format with APEv2 tags, complete and which should normally not create incompatibility problems as they are located at the end of the file and may not be considered as a corruption of the format (as ID3)
  • management of the mp4 format, with its own tag standard. This operation is fully reversible and without any loss of information, the only inconvenient is the lost of compatibility with only AAC readers (as nokia cellphones)"

I will see if I can implement the first solution otherwise, I will add a new output conversion format (m4a) that is the extension for audio mp4.

Source: foobar documentation

from fileconverter.

Tichau avatar Tichau commented on July 29, 2024

I succeed to write the metadata in ApeV2 format. You will now need to have a player compatible with this format to see the metadata.
I will push the fix asap.
Thanks again for the report

from fileconverter.

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.