Skip to content

Commit 6d6246b

Browse files
committed
ffmpeg - point to wiki
1 parent 89bf550 commit 6d6246b

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

README.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -72,14 +72,11 @@ Better just to be on this fork and bug me about my bugs, rather than bugging som
7272
- Also needs MediaInfo and ffmpeg installed on your system
7373
- On Windows systems, ffmpeg must be added to PATH (https://windowsloop.com/install-ffmpeg-windows-10/)
7474
- On linux systems, get it from your favorite package manager
75-
- If you have issues with ffmpeg, such as `max workers` errors, and particuarly on seedboxes,
76-
- and cannot update binary, see https://github.com/Audionut/Upload-Assistant/pull/641
77-
- Use the following on linux based systems to check existing ffmpeg
78-
- `which ffmpeg` -v quiet -hide_banner -version | grep -q -- --enable-libzimg && echo "FFmpeg compiled with libzimg" || echo "FFmpeg not compiled with libzimg"
75+
- If you have issues with ffmpeg, such as `max workers` errors, see this [wiki](https://github.com/Audionut/Upload-Assistant/wiki/ffmpeg---max-workers-issues)
7976
- Get the source:
8077
- Clone the repo to your system `git clone https://github.com/Audionut/Upload-Assistant.git`
8178
- Fetch all of the release tags `git fetch --all --tags`
82-
- Check out the specifc release (see https://github.com/Audionut/Upload-Assistant/releases)
79+
- Check out the specifc release: see [releases](https://github.com/Audionut/Upload-Assistant/releases)
8380
- `git checkout tags/tagname` where `tagname` is the release name, eg `v5.0.0`
8481
- or download a zip of the source from the releases page and create/overwrite a local copy.
8582
- Install necessary python modules `pip3 install --user -U -r requirements.txt`

0 commit comments

Comments
 (0)