-
Notifications
You must be signed in to change notification settings - Fork 48
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
Source Height must be even for YUV_420 colorspace #155
Comments
Hi @Ballevill , could you let me know the output of |
Hi @tianjunwork I have cut the version to 800mb for you. https://drive.google.com/file/d/1XRiBVh32Jz_NlbeLlXAd4qM9WWNj0sVz/view?usp=sharing Metadata: |
Hi @tianjunwork I have one more problem, if I encode via libvpx-vp9, it plays 4k movies on all devices without any problems, but if I use libsvt_vp9, even the samsung s 22 ultra cuts when playing. What could this be caused by? |
Hi @Ballevill , your input is 3840x1714, downscale to 1920x857 with You mean video playback stutter on samsung s 22 ultra? How about on desktop using VLC? |
Hi @tianjunwork It is a pity that it does not support, It does not crash on the computer, but using vp9 also does not cut after svt, I build a local vod portal and I can not tell someone to use vlc instead of the browser, maybe you have some hint why this is happening using svt? It is this in s 21, s21 ultra, s22 ultra :/ |
Hi, what do you mean |
Sorry my english is not the best :) no cut just cuts when playing |
No worries. It is stuttering, jittering or lagging? |
Hi, I made a video for you what it looks like. https://drive.google.com/file/d/1z_nvVA6IzfuAGS8onwiGwJbqPy5CO7Dm/view?usp=sharing The problem only occurs when using svt-vp9. When I encode libsvt_vp9 all is well |
Will the resolution problem be solved? Because it's a big problem when you want to use svt to convert online videos |
|
@tianjunwork Hi, I am sending 2 versions, one svt and the other encoded vp9. hostup.pl/vp9.webm hostup.pl/svt.webm Please check on the phone as you can see the svt version is not smooth and the picture is freezing. the normally encoded version does not have this problem. Yeah I know you are focusing on av1 right now but this fix would have been handy too. |
I tried with VLC on desktop and my Galaxy S10e, svt.webm plays smoothly, no stutter at all. I don't have access to other Samsung devices. |
Hi, I have this error:
Error Instance 1: Source Height must be even for YUV_420 colorspace
Error instance 1: Source Height must be a multiple of 8
Demo downloaded from google:
Link to the article
https://developers.google.com/media/vp9/settings/vod
Link to the source file
http://ftp.nluug.nl/pub/graphics/blender/demo/movies/ToS/tearsofsteel_4k.mov
Sample 800 mb
https://drive.google.com/file/d/1XRiBVh32Jz_NlbeLlXAd4qM9WWNj0sVz/view?usp=sharing
My settings:
-vf scale=1920:-1 -c:v libsvt_vp9 -b:v 2000k -maxrate 4000k -bufsize 4000k -rc 1 -tune 1 -g 240 -preset 4
Most movies encode correctly, but that's what I have a problem with.
The text was updated successfully, but these errors were encountered: