feat: add ffmpeg-sidecar library

Also add a Video section underneath libraries
pull/1467/head
Nathan Babcock 1 year ago committed by GitHub
parent 633e798f10
commit a4dbbccab1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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)

Loading…
Cancel
Save