Compare commits

...

2 Commits

Author SHA1 Message Date
bnair
7c1994c569 Merged unrelated histories and resolved conflicts 2025-12-31 16:35:58 +01:00
bnair123
b8f6c60b5e Initial commit: VMAF optimisation pipeline 2025-12-31 17:35:03 +04:00
2 changed files with 2 additions and 2 deletions

View File

@@ -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

View File

@@ -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