You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-5Lines changed: 2 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -72,14 +72,11 @@ Better just to be on this fork and bug me about my bugs, rather than bugging som
72
72
- Also needs MediaInfo and ffmpeg installed on your system
73
73
- On Windows systems, ffmpeg must be added to PATH (https://windowsloop.com/install-ffmpeg-windows-10/)
74
74
- 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)
79
76
- Get the source:
80
77
- Clone the repo to your system `git clone https://github.com/Audionut/Upload-Assistant.git`
81
78
- 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)
83
80
-`git checkout tags/tagname` where `tagname` is the release name, eg `v5.0.0`
84
81
- or download a zip of the source from the releases page and create/overwrite a local copy.
0 commit comments