This forum uses cookies
This forum makes use of cookies to store your login information if you are registered, and your last visit if you are not. Cookies are small text documents stored on your computer; the cookies set by this forum can only be used on this website and pose no security risk. Cookies on this forum also track the specific topics you have read and when you last read them. Please confirm whether you accept or reject these cookies being set.

A cookie will be stored in your browser regardless of choice to prevent you being asked this question again. You will be able to change your cookie settings at any time using the link in the footer.

Error on h264 2.35:1 ratio encoding?
#2
Okay the problems is you are trying to encode a video with odd width/height values into a color space (YV12 <> 4:2:0) that doesn't support such resolutions. Smile
Which is why Hybrid reported:
Quote:Width and Height need both to be dividable through 2 without rest.
Reason: Yv12-colorspace
in the hope that the user would know about color sampling and it's associated limitations.

Ways to solve this are:
a. resize to archive even width and height values
b. crop to archive even width and height values
c. encode to a color space which support such resolutions (4:4:4 color sampling is needed), assuming your target format support such color sampling.

Cu Selur
----
Dev versions are in the 'experimental'-folder of my GoogleDrive, which is linked on the download page.
Reply


Messages In This Thread
RE: Error on h264 2.35:1 ratio encoding? - by Selur - 04.04.2018, 18:41

Forum Jump:


Users browsing this thread: 1 Guest(s)