facebookresearch / vrs

VRS is a file format optimized to record & playback streams of sensor data, such as images, audio samples, and any other discrete sensors (IMU, temperature, etc), stored in per-device streams of timestamped records.
https://facebookresearch.github.io/vrs/
Apache License 2.0
323 stars 55 forks source link

VRS image/video support #136

Closed moversevlad closed 1 year ago

moversevlad commented 1 year ago

As far as you've made public, no video support is present yet. Is there any plans for it? Especially h264?

georges-berenger commented 1 year ago

Correct, no public support for video codec compression at this point. What we have requires a slightly modified version of ffmpeg to be able to reliably handle single frame compression, and that's a pain in the butt to publish/officialize, and we don't have bandwidth for that (on top of dealing with ffmpeg).