ROS Resources: Documentation | Support | Discussion Forum | Index | Service Status | ros @ Robotics Stack Exchange |
1 | initial version |
Hello,
I wrote a python script that will directly output a video file from a ros bag without the need to convert them to images first. https://github.com/mlaiacker/rosbag2video
This tool will also convert the images to a fixed frame rate to get a real-time video.
You need to have avconv installed!
just type:
./rosbag2video.py yourbag.bag
and you will get a video file <topic>.mp4
with 25 fps and h264 encoded