Aesther

Results 10 comments of Aesther

I have also tried many settings to try to maintain the grain of the video but without much result, what I was able to avoid a little was the blur....

When copying the DV using the --dolby-vision-rpu copy mode, the raw HEVC file contains a Profile 7.6, even though it’s not visible when viewed with MediaInfo. However, when the file...

I would have to modify my script to first export the RPU and convert it and then add the path to the encoder parameter 😭

I confirm that this is true. It happens to me when I download a 50GB file. At the time of performing the recheck, the interface freezes for 10 seconds. I...

![Captura de pantalla 2024-10-01 180958](https://github.com/user-attachments/assets/25f5d1f9-dc54-4552-b832-888be1510410) At the moment version 5.0 does not seem to have this problem, the interface is more fluid and maintains considerably low CPU usage that does...

> > Will see if it happens again > > If you use lt20 build, it **will** happen again. It's just how it works. Follow [arvidn/libtorrent#6667](https://github.com/arvidn/libtorrent/issues/6667). Also see recent #21300....

It would be nice to have the files in zip format, since I currently have to use UniExtract to extract the executable and use it in portable mode.

I had to find some workarounds so that the TS wouldn't cry. ``` // @ts-check import comments from "@eslint-community/eslint-plugin-eslint-comments/configs"; import css from "@eslint/css"; import js from "@eslint/js"; import json from...

``` import { mkdir, copyFile } from "node:fs/promises"; import { join, dirname } from "node:path"; import { fileURLToPath } from "node:url"; const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); const...