Hello, Y16 format is supported on raw video input with odd number of pixels, however it cannot be exported with odd number of pixels (output pixel format to compressor):
Not a bug! It's a warning because your set done wrong! >>> 1135 <<< Video frame size need to be a multiple of 2, so try with 1136 or 1134...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-17
That's what my data is... 1135 lines wide. I can export 8-bit video with such dimensions while 16-bit not. There are no restrictions because no chroma is used for subsampling.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-17
However I can bypass it temporarily with external FFmpeg encoder.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-18
If you can do it, it's cool to you but I never seen a video with an odd number on the world of internet since +30 years... After it's just a little detail...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-18
This is because of digital composite videos I have... PAL signal sampled at 4fsc gives 1135 pixels per line, it cannot have less or more because color decoder works at fixed frequency. This might be first such video you may see:
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Anonymous
Anonymous
-
2021-02-18
My english is bad & so, whatever the frame size source, the most important is the frame size export video... I don't know with which support you will see you export video but try a little test by doing the samething you did before using external FFmpeg encoder & just change the frame size like I said before & no need to convert the full video, just 15s it's enought to see the export video... But the error said truly "frame size not compatible" so just change frame size by +1 or -1 only, it's not a big deal...
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Not a bug! It's a warning because your set done wrong! >>> 1135 <<< Video frame size need to be a multiple of 2, so try with 1136 or 1134...
That's what my data is... 1135 lines wide. I can export 8-bit video with such dimensions while 16-bit not. There are no restrictions because no chroma is used for subsampling.
However I can bypass it temporarily with external FFmpeg encoder.
If you can do it, it's cool to you but I never seen a video with an odd number on the world of internet since +30 years... After it's just a little detail...
I think this is valid bug.
This is because of digital composite videos I have... PAL signal sampled at 4fsc gives 1135 pixels per line, it cannot have less or more because color decoder works at fixed frequency. This might be first such video you may see:
My english is bad & so, whatever the frame size source, the most important is the frame size export video... I don't know with which support you will see you export video but try a little test by doing the samething you did before using external FFmpeg encoder & just change the frame size like I said before & no need to convert the full video, just 15s it's enought to see the export video... But the error said truly "frame size not compatible" so just change frame size by +1 or -1 only, it's not a big deal...