Zen

Results 11 issues of Zen

I wish to contribute and join rav1e development in the future, as I'm heavy invested in video encoding/AV1 and currently I'm a rust newbie. I heard that a good starting...

`output_frameno_scene_change_after_multiple_flashes` test doesn't pass when changed to speed 9 (Default scene detection instead of fast) Test expect scene detection to return true for scene cut after series of flashes. To...

bug

[x265 doc](https://x265-repo.readthedocs.io/en/latest/cli.html#cmdoption-qpfile) [SVT-AV1 doc](https://github.com/AOMediaCodec/SVT-AV1/blob/master/Docs/svt-av1_encoder_user_guide.md#rate-control-options) Rate control ability to set`--quantizer` value on per frame basis. Rav1e reads text file where each line represents quantizer number for the next frame. `--quantizer_file qp.txt`...

enhancement

Issue for tracking the progress and milestones than need to achieved for distributed encoding with av1an. As i understand server-client model is best way forward. Here are the points/steps so...

I'm sorry, i just follow a word of God.

![2023-08-28T19:40:51](https://github.com/PlagaMedicum/PlagueSur-icon-theme/assets/46526140/b1e541f4-876a-4615-8be5-46bb84d58cb5)

bug

Hey, love your work, I have a small request for change, that being a line between "Places" and main window in dolphin, can you remove that line please?

Just a poke to check what would be performance difference

This is issue for tracking progress of work on distributed encoder.

enhancement

In general it's way better practice to have error.rs as module that include all custom error enums. Also using `thiserror` crate is a good practice