Compare commits
2 Commits
91418fa898
...
7c1994c569
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
7c1994c569 | ||
|
|
b8f6c60b5e |
@@ -554,3 +554,4 @@ A: Full CPU by default. Use `--workers 1` for single-threaded, or limit with `--
|
|||||||
|
|
||||||
**Last Updated:** December 31, 2025
|
**Last Updated:** December 31, 2025
|
||||||
**Version:** 2.0 with Windows and Linux Wrapper Scripts
|
**Version:** 2.0 with Windows and Linux Wrapper Scripts
|
||||||
|
>>>>>>> 91418fa898de4a73e144a9fb9202b2315e922ab9
|
||||||
|
|||||||
3
SETUP.md
3
SETUP.md
@@ -10,6 +10,7 @@
|
|||||||
### Installation
|
### Installation
|
||||||
|
|
||||||
**On Linux (Server/WSL):**
|
**On Linux (Server/WSL):**
|
||||||
|
>>>>>>> 91418fa898de4a73e144a9fb9202b2315e922ab9
|
||||||
```bash
|
```bash
|
||||||
# Clone repository
|
# Clone repository
|
||||||
git clone https://gitea.theflagroup.com/bnair/VMAFOptimiser.git /opt/Optmiser
|
git clone https://gitea.theflagroup.com/bnair/VMAFOptimiser.git /opt/Optmiser
|
||||||
@@ -300,7 +301,6 @@ cat /opt/Optmiser/logs/failed_encodes.jsonl | jq '.'
|
|||||||
## Git Workflow
|
## Git Workflow
|
||||||
|
|
||||||
### Initial Setup
|
### Initial Setup
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /opt/Optmiser
|
cd /opt/Optmiser
|
||||||
git init
|
git init
|
||||||
@@ -312,7 +312,6 @@ git push -u origin main
|
|||||||
```
|
```
|
||||||
|
|
||||||
### Daily Updates
|
### Daily Updates
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
cd /opt/Optmiser
|
cd /opt/Optmiser
|
||||||
git pull origin main
|
git pull origin main
|
||||||
|
|||||||
Reference in New Issue
Block a user