Is it possible to take a video (svo) and convert it to mp4 or something else easily readable?

same as title ^. i am on a jetson orin nano, running the video in the lossless version, and i just want to be able to save it as a mp4 so i can view it without having to use a display or svo_playback.py.

or, is there a way to take an svo and grab image frames from it without using svo_playback.py? like sampling the video every 10ms and grabbing a frame?

https://hub.docker.com/r/stereolabs/svo-conversion-tool

Is this of any help?

1 Like

Hi @adinesh
@sourza provided a good reply.

If you want to learn how that tool works you can find the source code on GitHub:

Does this support ARM/AARCH?

Also, has it been tested recently on an AMD64? I wanted to run it on a jetson.

I also tried running it windows, but the output is always corrupted. can you look at my command and try to spot anything going wrong?

docker run --rm -v C:\Users\Seneca\Downloads:/svo_files stereolabs/svo-conversion-tool -i /svo_files/left.svo -o /svo_files/wiggly_left.mp4

Please use the link I posted in my previous reply. This works with every device.