Sign inSign up

stereolabs/svo-conversion-tool

By stereolabs

Updated about 1 year ago

Standalone tool to convert Stereolabs ZED SDK SVO files into MP4 without using CUDA or a GPU.

Image
1

1.5K

stereolabs/svo-conversion-tool repository overview

Standalone tool to convert Stereolabs ZED SDK SVO files into MP4 without using CUDA or a GPU. It supports all SVO/SVO2 files. Only SVO to MP4 is supported, not the opposite.

Note: This tool can modify the input SVO if it detects corruption. It will auto-repair it in place before converting it.

Options:
  -i, --input <0>        Specify input filename
  -o, --output <0>       Specify output filename
  -b, --bitrate <12000>  Specify bitrate in KB/s
  -m, --mode <left>      Specify output mode (left,right,sbs)
  -s, --start_frame <0>  Specify start frame unit
  -e, --end_frame <0>    Specify end_frame_unit
  -c, --codec <h265>     use H264 or H265 enconding in mp4
  -p, --parallel <6>     numa pools for H265 encoding
  -h, --help             Displays help on commandline options.

Example usage:

docker run --rm -v /path/on/host:/data stereolabs/svo-conversion-tool -i /data/sequence.svo2 -o /data/sequence.mp4

Tag summary

Content type

Image

Digest

sha256:e0ffb3aa2

Size

52.2 MB

Last updated

about 1 year ago

docker pull stereolabs/svo-conversion-tool