low-batt

Results 467 comments of low-batt

Anyone know if the MPEG standard has anything to say about how a compliant player should behave given this file? FFprobe shows the file has several seconds of video before...

@KrisCris Can you please upload the full file to onedrive again?

Hold of reviewing this PR. I have plans to change how termination is handled that may eliminate the need for this PR.

Closing. A more extensive fix in PR #3961 addresses the problem in a different way by closing windows before shutting down mpv.

No need to ask others. I looked at the code. New HDR related code added for 1.3.0 in `VideoView` is not checking to see if `icc-profile` has been specified in...

The mpv option in question is [icc-profile](https://mpv.io/manual/stable/#options-icc-profile): > **--icc-profile=\** >        Load an ICC profile and use it to transform video RGB to screen output. Needs LittleCMS 2...

### Analysis When the user chooses the `Quit IINA` menu item `AppDelegate.applicationShouldTerminate` is called. This method calls `PlayerCore.terminateMPV` on each `PlayerCore` instance. The `terminateMPV` method makes various calls to shutdown...

Interesting timing. I am right at this moment working on a revised fix for this issue. Should be posting a proposed change in the next day or two. Thank you...

I've closed the original proposed fix in favor of the fix in PR #3938 which directly addresses logger crashes.

I'm interpreting this as two issues: - Code attempts to log messages after the log file has been closed - The logger crashes if code tries to log a message...