-
Notifications
You must be signed in to change notification settings - Fork 1.3k
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
Can anime4K enlarge the video and save it? #167
Comments
I have tried to use ffmpeg to upscale video, but something went wrong,here is my command: |
I want to upscale a video(1280:720) to 1440P: |
In encoding mode, currently |
Working example with A+A mode for lower-end GPU:
|
您的邮件已收到!谢谢!
|
--glsl-shaders seen not work |
Thanks for your reply, but I still failed to run the command. Here is my GPU device, how can I use the command "--vf=gpu"
|
Maybe |
I used this method but changed "--vf=gpu -vf scale=2560:1440" to "--vf=gpu=w=2560:h=1440" and now mpv is able to encode the video with the shaders applied |
I used this to enlarge.
and this is SHADERS path full path on below, one day you will write a script to generate this long long spell |
Is your feature request related to a problem? Please describe.
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
Describe the solution you'd like
A clear and concise description of what you want to happen.
Describe alternatives you've considered
A clear and concise description of any alternative solutions or features you've considered.
Additional context
Add any other context or screenshots about the feature request here.
The text was updated successfully, but these errors were encountered: