Skip to content

bluerobotics/mcap-foxglove-video-extract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mcap-foxglove-video-extract

Rust CLI that lists foxglove.CompressedVideo topics in an MCAP file or extracts them to MP4 using GStreamer.

Usage

mcap-foxglove-video-extract <mcap_file> [topic] [--output <output_dir>]
  • No topic argument: list topics and durations.
  • topic=all: extract every foxglove.CompressedVideo topic to MP4.
  • Specific topic: extract only that topic.

Examples:

mcap-foxglove-video-extract potato.mcap
mcap-foxglove-video-extract potato.mcap video/UDPStream0/stream --output ./out

About

A simple program to extract video files from mcap

Resources

Stars

Watchers

Forks

Packages

No packages published