Expand description
Send video data to ffmpeg
over CLI to decode it.
Structsยง
- Decode H.264 video via ffmpeg over CLI
- FFmpeg
Frame ๐Info 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.
- Frame
Buffer ๐ - Nalu
Stream ๐State - Stdin
With ๐Shutdown Wraps an stdin with a shared shutdown boolean.
Enumsยง
- FFmpeg
Frame ๐Data
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