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
- FFmpegFrameInfo ๐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.
- FrameBuffer ๐
- NaluStreamState ๐
- StdinWithShutdown ๐Wraps an stdin with a shared shutdown boolean.
Enumsยง
- FFmpegFrameData ๐
Functionsยง
- read_ffmpeg_output ๐
- 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.
- write_bytes ๐
- write_ffmpeg_input ๐