You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I optionally donated to support the Fossify mission.
Feature description
Right now there is file Extensions (following codec, not indicating container):
(o) m4a
( ) mp3
( ) ogg (Opus)
Problem:
container mp4 with extension m4a can contain 2 codecs: AAC (loose) or ALAC (looseless). ALAC is considered better. Which one is used?
container ogg is very popular and can contain Vorbis, Dirac, Opus and other codecs. How can someone afterwards identify which one is used in this ogg? Specially for this .opus extension has been officially registered (probably in 2018), so the file with opus codec has .opus extension as this is modern and all major operating systems recognize it.
Offered change:
( ) m4a (mp4, acc or alac) 128
( ) mp3 128
(o) opus (ogg, opus) 128
Now default choice is m4a. If acc used instead of alac in it, opus could be made as default choice, as it generally performs better than order aac codec.
P.S. Also indicate bitrate (kbps) used for each.
Why do you want this feature?
Make it more clear and standard compliant.
Additional information
No response
The text was updated successfully, but these errors were encountered:
This issue has been automatically closed because there has been no response to our request for more information from the original author. With only the information that is currently in the issue, we don't have enough information to take action. Please reach out if you have or find the answers we need so that we can investigate further.
Aga-C
added
invalid
This does not seem right
and removed
feature request
Issue is about a new feature in the app
waiting for author
If the author does not respond, the issue will be closed. Otherwise, the label will be removed.
needs triage
Issue is not yet ready for PR authors to take up
labels
Mar 24, 2024
Checklist
Feature description
Right now there is file Extensions (following codec, not indicating container):
(o) m4a
( ) mp3
( ) ogg (Opus)
Problem:
https://wiki.xiph.org/MIME_Types_and_File_Extensions#.opus_-_audio.2Fogg
https://en.m.wikipedia.org/wiki/Opus_(audio_format)#cite_note-MIME-and-FileExt-1
So the codec is Opus, and the container format is Ogg, but the "official" file extension is .opus. 3 different things.
https://en.m.wikipedia.org/wiki/MP4_file_format
Offered change:
( ) m4a (mp4, acc or alac) 128
( ) mp3 128
(o) opus (ogg, opus) 128
Now default choice is m4a. If acc used instead of alac in it, opus could be made as default choice, as it generally performs better than order aac codec.
P.S. Also indicate bitrate (kbps) used for each.
Why do you want this feature?
Make it more clear and standard compliant.
Additional information
No response
The text was updated successfully, but these errors were encountered: