File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ There are a few requirements. Those being:
1717* [ VapourSynth] ( https://github.com/vapoursynth/vapoursynth/releases )
1818* [ SVT-AV1-PSY] ( https://github.com/psy-ex/svt-av1-psy )
1919* mkvmerge
20- * libbestsource, ffms2 (a part of FFmpeg), l-smash
20+ * libbestsource, ffms2 (a part of FFmpeg), l-smash; only of the three has to be installed
2121* XDG Desktop Portal
2222
2323The steps to installing ** AV1Studio** are the following:
@@ -33,9 +33,13 @@ git clone https://github.com/CyntexMore/AV1Studio.git
3333``` bash
3434cargo build --release
3535```
36- (The built binaries are now located in ` ./target ` .)
36+ or
37+ ``` bash
38+ cargo install --git https://github.com/CyntexMore/AV1Studio.git
39+ ```
40+ (The built binary are now located in ` ./target ` .)
3741
38- 3 . (Optionally and for Linux only) Move the built binaries to ` /usr/local/bin ` and make a .desktop file for it.
42+ 3 . (Optionally and for Linux only) Move the built binary to ` /usr/local/bin ` and make a .desktop file for it.
3943
4044## License
4145
You can’t perform that action at this time.
0 commit comments