Skip to content

bluerobotics/mcap-foxglove-video-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcap-foxglove-video-extract

Usage

usage: main.py [-h] [--output OUTPUT] mcap_file [topic]

List topics containing foxglove.CompressedVideo messages in an MCAP file or
extract a specific video topic

positional arguments:
  mcap_file        Path to MCAP file
  topic            Topic name to extract video from, use 'all' to extract all
                   topics

options:
  -h, --help       show this help message and exit
  --output OUTPUT  Output directory

docker run -v ~/Downloads:/video extractor /video/recorder_20250822_014827.mcap video/UDPStream0/stream --output /video
uv run main.py ~/Downloads/recorder_20250822_014827.mcap

About

A simple program to extract video files from mcap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published