vault backup: 2022-10-12 17:50:15

Affected files:
.obsidian/workspace
04. Programming/FFMPEG/01. Setup.md
This commit is contained in:
2022-10-12 17:50:15 +08:00
parent b747ef1acd
commit fdc1c13fcd
2 changed files with 8 additions and 8 deletions

View File

@@ -18,13 +18,13 @@ sudo apt install ffmpeg
### Windows
Goto https://www.ffmpeg.org/download.html, and
![[Pasted image 20220607105807.png]]
![[Pasted image 20220607105807.png|640]]
And then browser jumps to https://www.gyan.dev/ffmpeg/builds/, click [release build](https://www.gyan.dev/ffmpeg/builds/#release-builds), download **release-full**.
![[Pasted image 20220607110211.png]]
![[Pasted image 20220607110211.png|640]]
Unzip the file, then put the folder to anywhere you like, e.g. `C:\libs`, so the full path of ffmpeg packages should looks like: `C:\libs\ffmpeg-5.0.1-full_build`
#### Add to system variable
Add the path of bin of ffmpeg packages to `PATH` system variable.
![[Pasted image 20220607110949.png]]
![[Pasted image 20220607110949.png|800]]