Update more links
This commit is contained in:
@ -8,7 +8,7 @@ authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
|
||||
license = "WTFPL"
|
||||
|
||||
description = "FFI bindings to FFmpeg"
|
||||
repository = "https://github.com/zmwangx/rust-ffmpeg-sys"
|
||||
repository = "https://github.com/shssoichiro/ffmpeg-the-third"
|
||||
keywords = ["audio", "video"]
|
||||
|
||||
[lib]
|
||||
|
@ -1,9 +1,9 @@
|
||||
[](https://crates.io/crates/ffmpeg-sys-the-third)
|
||||
[](https://github.com/zmwangx/rust-ffmpeg-sys/actions)
|
||||
[](https://github.com/shssoichiro/ffmpeg-the-third-sys/actions)
|
||||
|
||||
This is a fork of the abandoned [ffmpeg-sys](https://github.com/meh/rust-ffmpeg-sys) crate. You can find this crate as [ffmpeg-sys-the-third](https://crates.io/crates/ffmpeg-sys-the-third) on crates.io.
|
||||
|
||||
This crate contains low level bindings to FFmpeg. You're probably interested in the high level bindings instead: [ffmpeg-next](https://github.com/zmwangx/rust-ffmpeg).
|
||||
This crate contains low level bindings to FFmpeg. You're probably interested in the high level bindings instead: [ffmpeg-next](https://github.com/shssoichiro/ffmpeg-the-third).
|
||||
|
||||
A word on versioning: major and minor versions track major and minor versions of FFmpeg, e.g. 4.2.x of this crate has been updated to support the 4.2.x series of FFmpeg. Patch level is reserved for bug fixes of this crate and does not track FFmpeg patch versions.
|
||||
|
||||
|
Reference in New Issue
Block a user