/bag2mp4

Primary LanguageC++

bag2mp4

Reference https://github.com/tssc67/bag2mp4

Usage

1. Download OpenCV for cpp

2. Clone this repo

  • Go to your ros workspace
  • catkin_make
  • If error please check install path (CMAKE_INSTALL_PREFIX=/usr/local)
    • If your path is not /usr/local. please change directory in CMakeLists.txt line 7 SET(OpenCV_DIR /usr/local/lib/cmake/opencv4/)

3. Execute

  • rosrun bag2mp4 bag2mp4 <filename.bag> <output.mp4>