-
Notifications
You must be signed in to change notification settings - Fork 155
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
Video quality suffers when input is a Vapoursynth script and not mkv file #810
Comments
What are your encoding setting? |
For testing I used
|
Try lowering your preset and crf, my guess that quality is bad because of them |
My issue isn't the encode settings (I chose preset 10 so my testing would be quick) But rather that when I use a vapoursynth script as the input the result isn't the same as if I were to use an mkv file. Looking at the scenes.json file there's a large difference between the two vs-scenes.json and mkv-scenes.json. The regular mkv one seems to have more scenes in it compared to the vapoursynth one. also the resulting video file(s) are visually different from each other as shown here |
While testing with Vapoursynth I noticed that if I were to use a vapoursynth script as the input in Av1an the bitrate would be lower and visually worse than if I were to use an mkv file as the input. I don't know why this is an issue as the vapoursynth script is the bare minimum of
The mkv also contains no audio or fonts of any kind. I would be glad if someone could help as I'm lost as to why this is happening.
The text was updated successfully, but these errors were encountered: