Does razuna use poster image to get video frame size?

I found razuna to use preview image for determining video frame size. Am I right? If so, how it could be changed?

Hi, Yes that is correct that we use the preview image that is generated from the video to get the frame size. Why do you wish to change it? Is there anything wrong with the approach?

BestHarkirat

As I have to store 4K videos in razuna I don’t want preview images to be of 4K size. I tried to specify preview image size in ffmpeg conversion string and got mismatch between video real size and data in razuna database. This is no problem to get video frame size with ffprobe etc. and my opinion is asset parameters should be got from originals, not derivatives. And always remember 8K is coming…

Ok makes sense. We are not planning to change this in the near future but will keep it in mind for our next big release of version 2.0. You are welcome to change the existing code and use ffprobe instead. If you do you can send us the changes and we will merge it in.

This is twice strange as asset’s raw metadata contains right values…