Skip to content

Commit

Permalink
Merge pull request automatic-ripping-machine#1118 from rdosrun/update…
Browse files Browse the repository at this point in the history
…_intel_link

corrected link in for intel bash script
  • Loading branch information
microtechno9000 authored Apr 28, 2024
2 parents 761ab76 + e5e52e6 commit 1492a8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions arm_wiki/intel-qsv.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ You can either follow along the [commands](https://raw.githubusercontent.com/aut

```
sudo apt install wget
wget https://github.com/automatic-ripping-machine/automatic-ripping-machine/blob/main/scripts/ubuntu-quicksync.sh
wget https://raw.githubusercontent.com/automatic-ripping-machine/automatic-ripping-machine/main/scripts/ubuntu-quicksync.sh
sudo chmod +x ubuntu-quicksync.sh
sudo ./ubuntu-quicksync.sh
```
Expand All @@ -57,4 +57,4 @@ sudo usermod -a -G render arm
## HandBrake Official Documentation
For more detailed information you can read through the official HandBrake documentation [HandBrake Building for linux](https://handbrake.fr/docs/en/1.3.0/developer/build-linux.html)

You can also use the flat-packs provided by HandBrake - More information from here [Flatpacks](https://handbrake.fr/docs/en/1.3.0/developer/flatpak-repo.html)
You can also use the flat-packs provided by HandBrake - More information from here [Flatpacks](https://handbrake.fr/docs/en/1.3.0/developer/flatpak-repo.html)

0 comments on commit 1492a8f

Please sign in to comment.