low-batt

Results 467 comments of low-batt

From the [FFmpeg](https://ffmpeg.org/) documentation for [avformat_find_stream_info](https://ffmpeg.org/doxygen/6.0/group__lavf__decoding.html#gad42172e27cddafb81096939783b157bb): > **Todo:** >           Let the user decide somehow what information is needed so that >           we do not waste time getting stuff the user...

Hi @cyprus1spirit To make the action assigned to the `Single click to` setting execute immediately set the `Double click to` setting to `None`. If you want an action assigned to...

@anohren Thanks for pointing that out. That macOS setting has changed quite a bit over the different macOS revisions. I appreciate that @cyberdrome brought up the technique used by some...

Ran a test of IINA modified to use mpv v0.35.1 and FFmpeg 5.1.2 and confirmed ProRes hardware decoding was used playing the `DJI_0023.MOV` test video I mentioned above. No changes...

That was a note to other developers that no changes to IINA will be needed. I thought that important to note as In a post above I mentioned IINA needing...

Just ran a test with the upgraded dependencies and: ```text [ 57.277][v][vd] Trying hardware decoding via prores-videotoolbox. [ 57.277][v][vd] Selected codec: prores (Apple ProRes (iCodec Pro)) ``` ProRes Hardware Acceleration...

This is fixed in the released version of IINA.

Interesting timing. Just yesterday I was trying to build mpv with this support just to check and see where support is at for JPEG XL. Using the [IINA+](https://github.com/iina-plus/iina) HDR Test...

Only in macOS Sonoma. The changes in PR #4367 first attempt to decode the screenshot using [NSImage](https://developer.apple.com/documentation/appkit/nsimage). If that fails then it tries to use `FFmpeg` to decode the image....