Hi All,
I have been trying to import some video to Vegas Post 18 (Vegas Pro) however I get a generic, "failed to import and we don't know error," when I try. The source video is H.265 recorded at Chroma Sub-sampling of 4:4:4 using 1920x1080 FHD resolution into a MKV file. I then use FFMpeg to convert it before importing into Vegas Pro 18.
I have been all up and down the list of options for both the libx265 and hevc_nvec encoders in FFMpeg. I also tried converting the video to 10-bit h.265, however anything that has 4:2:0 doesn't show up as 10-bit when I test the video in VLC. Anything greater then 4:2:0 h.265/hevc will give the import error. I tried changing the project settings for 8-bit limited, 8-bit full, 32-bit float, 32-bit full, but still get the same error during import. I also the file I/O options, enabling Legacy GPU rendering, but the same result.
A few setting examples.
Fails:
-pix_fmt yuv444p10le -profile:v main444-10
-pix_fmt yuv422p10le -profile:v main422-10
-pix_fmt yuv444p -profile:v main444-8
Works:
-pix_fmt yuv420p10le -profile:v main10 (doesn't show as 10-bit)
-pix_fmt p016le -profile:v main10 (doesn't show as 10-bit)
I have an RTX 3070, so 4:4:4 decode/encode is supported by the GPU for H.265.
To be more specific about the info I'm looking for.
Does Vegas support 4:4:4, 4:2:2 in any format for h.265/hevc? I haven't been able to find it in the documentation.
Am I missing some setting in Vegas for 4:4:4 on h.265/hevc imports.
Any examples for FFMpeg to actually get h.265 or hevc_nvec 4:2:0 that is actually 10-bit?
I know h.264 4:4:4 works, but I am really hoping to get the bitrate and quality savings of h.265 into my work flow.
This is a hobby for me. It's been driving me crazy trying to push that extra little step in quality of production.
Thank you in advance for your time and consideration.