FFmpeg Command-Line Reference
Synopsis
ffmpeg [global_options] {[input_file_options] -i input_url} ... {[output_file_options] output_url} ...
Description
FFmpeg is a fast and versatile multimedia converter capable of reading from any number of inputs (files, pipes, network streams, capture devices) specified via the -i option and writing to any number of outputs. Anything ...
Posted on Wed, 22 Jul 2026 16:25:32 +0000 by notepad
First Steps with rosbag
ROS (Robot Operating System) provides a set of libraries and tools to help software developers create robotic applications. It offers hardware abstraction, device drivers, libraries, visualization tools, message passing, and package management among other features.
rosbag is used for recording depth camera data. The rosbag package provides a co ...
Posted on Thu, 14 May 2026 03:38:20 +0000 by cbassett03