mlaiacker / rosbag2video

converts image sequence in ros bag files to video files
GNU General Public License v2.0
313 stars 111 forks source link

Code is not working #16

Closed vim5818 closed 3 years ago

vim5818 commented 4 years ago

Dear @mlaiacker , Used you code, installed ffmpeg. The command executed

python rosbag2video.py --25 --1 -o testing.mp4 -/camera/image_raw data1.bag

and also

python rosbag2video.py --25 --1 -o testing.mp4 data1.bag

After that, followed the same syntax of your given example.

rosbag2video.py -r 50 -o test.mp4 data1.bag

I did not get any output. No video file was created. Request support. Thank you

mlaiacker commented 4 years ago

no output at all on the command line?

mlaiacker commented 4 years ago

I just tested the code again and it seems to work fine and i also refactored a lot to make it nicer and run with python3. try to pull the new version and read the readme to install the required dependencys

vim5818 commented 4 years ago

@mlaiacker. Thank you for the Reply. I have all dependencies installed and all are fine. Can you share the correct command once again. ?

cardboardcode commented 3 years ago

Based on the last response, it seems this issue has been resolved.

Closing issue.