-
-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
mpv
player shows error after tagging with atldotnet
#296
Comments
@Zeugma440 |
More context: Tone 0.1.6 updated to atl with version 5.22 so if it is an regression it is a regression months ago |
Can repro the issue from end to end on Windows with ATL 6.10 on MPV 0.39.0 👍 Can also repro the issue not happening on Windows with ATL 4.19 on MPV 0.39.0 👍 I'll investigate further and let you know what I find. NB : The UI disappearing is a design problem on MPV's side, btw. VLC also seems to be annoyed by these files, but at least it keeps its composure 😄 |
Thank you very much... I think this is probably a minor thing, maybe even a problem with |
Okay, I got it! The issue is linked to a feature introduced in v5.06 to handle MP4/M4A chapters that have no attached images. See #163 for the description of the issue and its solution, i.e. Problem is the implementation always inserted that 1x1 image regardless of whether there's any user-defined picture among chapters or not. That's what I just fixed. That fixes the immediate problem triggered by the code you posted, where chapters have no attached picture. ✅ However, that doesn't really fix the case when you feed MPV a file that has :
My own take about that is you need to submit a bug report to the MPV tracker and explain the problem you have. Their controls UI seems to be scaled to the picture that's being displayed regardless of its size. That leads to ridiculously small controls when loading files with low-res pics (here's an non-rescaled example of MPV reading a file with a 200x174 cover picture - top bar buttons have a correct size, but bottom bar controls are so tiny 😂 ) |
…er-defined chapter pictures are actually present [#296]
Fix is available on today's v6.11. Please comment back if you need a different fix, or close the issue if that works for you 😄 |
Great thank you.
Well, I'm going to redirect this to the initial issue reporter, because I neither use
You've already put a lot of effort in this wonderful library and I think it is one of the most complete and most versatile out there (in any language). I also love that you are regularly maintaining and responding to issues - this is not taken for granted. Last time I tried to write an audio (book) player app I mainly failed because I think some
I try to check in the next days, thanks. |
For one, ffmpeg is an institution. It's maintained regularly and is one of the most used audio libraries out there. Also, it does way more than just tagging : it's also the swiss-knife army for transcoding media. The main alternative to ATL is TagLibSharp, which is more or less of a zombie project right now, but still widespread and part of the Mono repos, which does give it prestige.
So far so good. I do appreciate people from other projects coming here to help me find edge cases. |
Recently someone submitted issue 79 in
tone
where he statedmpv
was not playing the file correctly after tagging (it IS playing audio, but it shows errors - something is strange). I traced this down to anatldotnet
behaviour, and I'm not sure, how to handle this...He also states, that with older versions of
tone
(and soatldotnet
) it worked - which I can confirm, so I suspect this to be a regression. Since and OpenGL error is reported:I also think this might have to do something with the cover...
Some code:
I attached both files, just in case:
input.zip
The text was updated successfully, but these errors were encountered: