Skip to content
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

Function Request 20220620 #108

Open
PorcelainSky opened this issue Jun 19, 2022 · 2 comments
Open

Function Request 20220620 #108

PorcelainSky opened this issue Jun 19, 2022 · 2 comments

Comments

@PorcelainSky
Copy link

1、Film grain synthesis support
2、Vmaf Tune support
3、Support to import audio, when processing silent video can be in the audio Settings to import audio tracks.
4、Additional Settings for segmented processing support requests . Although you can choose the segmentation time, each processing is to segment the entire video. Could you please add an extra button to segment part of the coding and part of the coding (automatic processing in the background) after setting the segmentation time? This can solve the problem of insufficient space. For example, "turn on segment processing" ~ if not, split all videos into temporary folders. When you open it, you split it up and you process it, and then you process the rest, and then you synthesize and encapsulate the video.

@Alkl58
Copy link
Owner

Alkl58 commented Oct 21, 2022

Film grain synthesis support has been added for svt-av1 in Release v2.1.0

Request number 3 is pretty interesting, the goal is to implement this for v2.1.1

I'll have to try the tune VMAF options, if it works, then this will also probably be added in v2.1.1

Request number 4 sounds also promising, however this will take longer to implement as there are different approaches in the backend how this could be done. Maybe v2.1.1, probably v2.1.2 or v2.1.3

Alkl58 added a commit that referenced this issue Oct 30, 2022
@PorcelainSky
Copy link
Author

Film grain synthesis support has been added for svt-av1 in Release v2.1.0

Request number 3 is pretty interesting, the goal is to implement this for v2.1.1

I'll have to try the tune VMAF options, if it works, then this will also probably be added in v2.1.1

Request number 4 sounds also promising, however this will take longer to implement as there are different approaches in the backend how this could be done. Maybe v2.1.1, probably v2.1.2 or v2.1.3

First thanks for adding these features, then I found some issues
Fixes
Fix Filter: Crop before Resize (b0a0845)
In the latest version 2.1.5, crop and resize do not work when both are enabled at the same time.

In addition vmaf target mode still does not work, it is not implemented correctly and still encodes with a fixed quality value.
There is a problem with the Chinese translation of the target mode parameters. It is recommended that the parameters be kept in the original English text. In addition, the parameter analysis/explanation can retain the Chinese translation, but there is a problem with the translation of min and max. Based on the two values, I speculate that this should be the crf/qp value, so min may represent the best quality rather than the worst quality. max represents the worst quality rather than the best quality.
I'm not too sure about how to submit a translation, so I'm sorry I can't help, but I added a comment before.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants