Hello,
I am trying to encode yuv file using VVC encoder, the yuv file is 16 bitdepth.
When I encode and decode using VVC, I see all pixel values are zero.

command
=======
VVCencoder --InputBitDepth=16 --OutputBitDepth=16 -i input_file.yuv -0 output_file.bit

Is it correct?
could you please guide or help in this issue?