05.04.2018, 18:51
(04.04.2018, 18:41)Selur Wrote: 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.
Which is why Hybrid reported:
Quote:Width and Height need both to be dividable through 2 without rest.in the hope that the user would know about color sampling and it's associated limitations.
Reason: Yv12-colorspace
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
Thanks Selur!
Since I need to stick with the 2.35:1 (anamorphic) sizing, I could only choose answer "c" encoding to a different color space.
But that means I cannot use h264, right? The only option for Output Color Space there is i420.
thanks!
g