-
Notifications
You must be signed in to change notification settings - Fork 466
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SVO to MP4 (+ downsizing procedure question) #547
Comments
Bump |
Hi, You can use the sample for svo export here : You just need to create a single mode left only.
That is not possible. SVO file contains RAW YUYV side by side image and the MP4 file will contain RGB Left image. So it cannot be the same encoding. it will always require re-encoding. |
Hi! The cv2.resize function aside, I wanted to know what resizing scheme was used when we pass in the Zed resolution to the reader functions. Basically, I want to know what resizing parameters to use with cv2.resize so that the resulting images are the same. |
For example, bilinear, lanzos, etc. What does the Zed SDK use? |
We use bilinear sampling inside the SDK for direct resizing |
Preliminary Checks
Proposal
I would like to convert SVO files to MP4 files, and at a later time down size them in such a way that is identical to passing in the resolution parameter. What is the exact approach used for downsizing images so that I can replicate it without any distribution shift to my model?
Furthermore, it would be awesome if there was a built in way to convert SVO files to MP4 files without having to compress (live to svo), decompress, and then recompress into a new MP4 file.
Use-Case
Converting from SVO files to a more easily readable and supported format.
Anything else?
No response
The text was updated successfully, but these errors were encountered: