Is Vegas looking to add Zraw decoder?

nut4squirrel wrote on 9/2/2022, 8:05 PM

Seems like the community of Zcam users is growing and Zraw is not well supported by NLE yet. It might be an area where Vegas can corner the market. At least for a while. I would appreciate at least a decoder, I'm not sure I would render to Zcam. I hear Zcam is very approachable for support to developers.

Alan

Comments

Howard-Vigorita wrote on 9/2/2022, 8:41 PM

Unfortunately, zcam has not released an sdk as bmd has. You might want to suggest they do that.

nut4squirrel wrote on 9/2/2022, 9:06 PM

I will do that.

Alan

Howard-Vigorita wrote on 10/2/2022, 2:13 PM

It wasn't that great the 1st time I looked at it but the newest alpha version of the Zraw Parser is quite good. Maybe better than the official Zraw Converter... it's certainly way faster. It apparently just re-wraps the lossless-hevc content in the zraw container and puts it into a container-less file with a ".avc" file-type (it's content is actually hevc). I was able to turn that file into a video clip that Vegas can read with this ffmpeg command:

ffmpeg -r 29.97 -i IN.avc -c:v copy -c:a copy OUT.mov

Only drawback being that I had to wire the frame-rate of the zraw clip into the ffmpeg command. Folks in the Zcam fb group say ShutterEncoder can be used instead of ffmpeg for the final re-wrap.

Looking at the Zraw Parser open-source on github would give Vegas developers a leg-up on implementing Zraw directly in Vegas.