From fdc1c13fcd7225afbe7eede8379e437fdf768fdf Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Wed, 12 Oct 2022 17:50:15 +0800 Subject: [PATCH] vault backup: 2022-10-12 17:50:15 Affected files: .obsidian/workspace 04. Programming/FFMPEG/01. Setup.md --- .obsidian/workspace | 10 +++++----- 04. Programming/FFMPEG/01. Setup.md | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.obsidian/workspace b/.obsidian/workspace index 8c44684..af24105 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -9,7 +9,7 @@ "state": { "type": "markdown", "state": { - "file": "04. Programming/FFMPEG/01. Setup.md", + "file": "04. Programming/FFMPEG/FFMpeg.md", "mode": "source", "source": true } @@ -69,7 +69,7 @@ "state": { "type": "backlink", "state": { - "file": "04. Programming/FFMPEG/01. Setup.md", + "file": "04. Programming/FFMPEG/FFMpeg.md", "collapseAll": false, "extraContext": false, "sortOrder": "alphabetical", @@ -86,7 +86,7 @@ "state": { "type": "outline", "state": { - "file": "04. Programming/FFMPEG/01. Setup.md" + "file": "04. Programming/FFMPEG/FFMpeg.md" } } } @@ -116,6 +116,7 @@ }, "active": "828beb43bb437dd1", "lastOpenFiles": [ + "04. Programming/FFMPEG/01. Setup.md", "04. Programming/FFMPEG/00. Introduction.md", "00. Inbox/01. TODO.md", "03. 專注Study/C++/lambda.md", @@ -124,7 +125,6 @@ "01. 個人/00. Informations/Datas.md", "03. 專注Study/Android/Service.md", "03. 專注Study/Android/Ktor.md", - "03. 專注Study/Android/AOSP.md", - "03. 專注Study/Android/UI.md" + "03. 專注Study/Android/AOSP.md" ] } \ No newline at end of file diff --git a/04. Programming/FFMPEG/01. Setup.md b/04. Programming/FFMPEG/01. Setup.md index 2c636e4..cc3be96 100644 --- a/04. Programming/FFMPEG/01. Setup.md +++ b/04. Programming/FFMPEG/01. Setup.md @@ -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]] \ No newline at end of file +![[Pasted image 20220607110949.png|800]] \ No newline at end of file