Module re_video::decode::ffmpeg_h264::ffmpeg
source · Expand description
Send video data to ffmpeg
over CLI to decode it.
Structs§
- Decode H.264 video via ffmpeg over CLI
- ffmpeg does not tell us the timestamp/duration of a given frame, so we need to remember it.
- Encapsulates the running of an ffmpeg process.
- Wraps an stdin with a shared shutdown boolean.
Enums§
Functions§
- Strips out buffer addresses from
FFmpeg
log messages so that we can use it with the log-once family of methods. - Ignore some common output from ffmpeg.