xqms / rosbag_extract_video

Extract video from a ROS1 bagfile

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

rosbag_extract_video

This tool allows extraction of video from a ROS 1 bagfile. It does not re-encode the video and keeps timestamps exactly the same.

In order to encode the resulting .nut file, use a command like

ffmpeg -vsync passthrough -i input.nut -c:v libx264 -preset:v medium output.mp4

About

Extract video from a ROS1 bagfile

License:MIT License


Languages

Language:C++ 93.5%Language:CMake 6.5%