diff --git a/README.md b/README.md index fad4d9e..72d4bc7 100644 --- a/README.md +++ b/README.md @@ -99,6 +99,7 @@ If you want to contribute, please read [this](CONTRIBUTING.md). * [Text processing](#text-processing-1) * [Text search](#text-search) * [Unsafe](#unsafe) + * [Video](#video-1) * [Virtualization](#virtualization-1) * [Web programming](#web-programming) - [Registries](#registries) @@ -1578,6 +1579,10 @@ https://github.com/BinChengZhao/delay-timer/actions) * [zerocopy](https://crates.io/crates/zerocopy) — Utilities for safely reinterpreting arbitrary byte sequences as native Rust types +### Video + +* [ffmpeg-sidecar](https://github.com/nathanbabcock/ffmpeg-sidecar) — Wrap a standalone FFmpeg binary in an intuitive Iterator interface. [![Build Status](https://github.com/nathanbabcock/ffmpeg-sidecar/actions/workflows/rust.yml/badge.svg)](https://github.com/nathanbabcock/ffmpeg-sidecar/actions/workflows/rust.yml) + ### Virtualization * [beneills/quantum](https://github.com/beneills/quantum) — Advanced Rust quantum computer simulator [![build badge](https://api.travis-ci.org/beneills/quantum.svg?branch=master)](https://travis-ci.org/beneills/quantum)