Update more links

This commit is contained in:
Josh Holmer 2023-01-23 10:02:21 -05:00
parent 170e3926ec
commit 028bdb490c
5 changed files with 8 additions and 8 deletions

View File

@ -2,5 +2,5 @@ blank_issues_enabled: false
contact_links: contact_links:
- name: Questions about usage - name: Questions about usage
url: https://github.com/zmwangx/rust-ffmpeg/discussions url: https://github.com/shssoichiro/ffmpeg-the-third/discussions
about: If you have a question about usage, please use discussions instead of opening a (non-)issue. Note that I (solo maintainer short on time) unfortunately might not be able to respond, though I try to be helpful when time permits. about: If you have a question about usage, please use discussions instead of opening a (non-)issue. Note that I (solo maintainer short on time) unfortunately might not be able to respond, though I try to be helpful when time permits.

View File

@ -12,7 +12,7 @@ jobs:
- name: Generate release notes - name: Generate release notes
run: | run: |
cat >release_notes.md <<EOF cat >release_notes.md <<EOF
See [CHANGELOG.md](https://github.com/zmwangx/rust-ffmpeg/blob/${GITHUB_REF##*/}/CHANGELOG.md) for changes. See [CHANGELOG.md](https://github.com/shssoichiro/ffmpeg-the-third/blob/${GITHUB_REF##*/}/CHANGELOG.md) for changes.
EOF EOF
- name: Create release - name: Create release
uses: actions/create-release@v1 uses: actions/create-release@v1

View File

@ -6,7 +6,7 @@ This is a fork of the abandoned [ffmpeg-next](https://crates.io/crates/ffmpeg-ne
Currently supported FFmpeg versions: 4.x, 5.x. Currently supported FFmpeg versions: 4.x, 5.x.
Build instructions can be found on the [wiki](https://github.com/zmwangx/rust-ffmpeg/wiki/Notes-on-building). Build instructions can be found on the [wiki](https://github.com/shssoichiro/ffmpeg-the-third/wiki/Notes-on-building).
Documentation: Documentation:

View File

@ -8,7 +8,7 @@ authors = ["meh. <meh@schizofreni.co>", "Zhiming Wang <i@zhimingwang.org>"]
license = "WTFPL" license = "WTFPL"
description = "FFI bindings to FFmpeg" description = "FFI bindings to FFmpeg"
repository = "https://github.com/zmwangx/rust-ffmpeg-sys" repository = "https://github.com/shssoichiro/ffmpeg-the-third"
keywords = ["audio", "video"] keywords = ["audio", "video"]
[lib] [lib]

View File

@ -1,9 +1,9 @@
[![ffmpeg-sys-the-third on crates.io](https://img.shields.io/crates/v/ffmpeg-sys-the-third?cacheSeconds=3600)](https://crates.io/crates/ffmpeg-sys-the-third) [![ffmpeg-sys-the-third on crates.io](https://img.shields.io/crates/v/ffmpeg-sys-the-third?cacheSeconds=3600)](https://crates.io/crates/ffmpeg-sys-the-third)
[![build](https://github.com/zmwangx/rust-ffmpeg-sys/workflows/build/badge.svg)](https://github.com/zmwangx/rust-ffmpeg-sys/actions) [![build](https://github.com/shssoichiro/ffmpeg-the-third-sys/workflows/build/badge.svg)](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 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. 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.