GithubHelp home page GithubHelp logo

OptimFROG blind tags about atldotnet HOT 6 CLOSED

Agagamand avatar Agagamand commented on June 16, 2024
OptimFROG blind tags

from atldotnet.

Comments (6)

Agagamand avatar Agagamand commented on June 16, 2024 1

OptimFROG still provides better compression. As long as it remains so, it cannot be considered obsolete.

The necromancy is to use something like "RKau lossless compressor", which is not the best at anything. But that didn't stop the ffmpeg team from adding its support in version 6.0.

from atldotnet.

Zeugma440 avatar Zeugma440 commented on June 16, 2024 1

Great suggestion - I've just done that 😄

Now the default for Settings.DefaultTagsWhenNoMetadata is MetaDataIOFactory.TagType.RECOMMENDED, which adapts to every audio format. Recommendation for OFR is APE, of course.

from atldotnet.

Zeugma440 avatar Zeugma440 commented on June 16, 2024

Alright, thanks for your feedback. Talking about optimFROG is almost necromancy xD I'll see what I can do

from atldotnet.

Zeugma440 avatar Zeugma440 commented on June 16, 2024

Looks like there are multiple factors at play here :

  • When writing to an audio file without any metadata, ATL uses the Settings.DefaultTagsWhenNoMetadata property to determine which tag types it should write. Default value is { MetaDataIOFactory.TagType.ID3V2, MetaDataIOFactory.TagType.NATIVE}, which means ATL writes ID3v2 values to empty OFR files.

NB : "Native" means "any non-standard tagging system native to the audio format" such as what MP4/M4A and WMA use.

  • MP3tag seems to be unable to read ID3v2 data from OFR files. The latest foobar2000 OFR plugin does, though.

  • When changing the default settings to write APE tags on empty files, everything seems to work fine

Settings.DefaultTagsWhenNoMetadata = new[] { MetaDataIOFactory.TagType.APE };

Can you confirm that on your side?

from atldotnet.

Agagamand avatar Agagamand commented on June 16, 2024

I confirm.

It seems to me that it would be better if ATL would default to APEv2 for . ofr, so that no additional setting.

from atldotnet.

Zeugma440 avatar Zeugma440 commented on June 16, 2024

Available in today's v5.19

Please close the issue if it works on your side~

from atldotnet.

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.