From 34530ea612e43ca87c247ac10b4dfa20c8aa147b Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Tue, 7 Jun 2022 10:28:59 +0800 Subject: [PATCH] vault backup: 2022-06-07 10:28:59 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Affected files: .obsidian/workspace 02. PARA/03. Resources(資源)/FFMPEG/Introduction.md --- .obsidian/workspace | 14 +++++++------- .../03. Resources(資源)/FFMPEG/Introduction.md | 7 +++++++ 2 files changed, 14 insertions(+), 7 deletions(-) create mode 100644 02. PARA/03. Resources(資源)/FFMPEG/Introduction.md diff --git a/.obsidian/workspace b/.obsidian/workspace index a29a632..bf227f0 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -10,8 +10,8 @@ "state": { "type": "markdown", "state": { - "file": "00. TOP/01. TODO.md", - "mode": "preview", + "file": "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md", + "mode": "source", "source": true } } @@ -23,7 +23,7 @@ "state": { "type": "outline", "state": { - "file": "00. TOP/01. TODO.md" + "file": "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md" } } } @@ -81,7 +81,7 @@ "state": { "type": "backlink", "state": { - "file": "00. TOP/01. TODO.md", + "file": "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md", "collapseAll": true, "extraContext": true, "sortOrder": "alphabetical", @@ -125,15 +125,15 @@ }, "active": "94f0e8a81af6c9e2", "lastOpenFiles": [ + "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md", + "02. PARA/03. Resources(資源)/FFMpeg.md", "00. TOP/01. TODO.md", "02. PARA/03. Resources(資源)/99. templates/日記.md", - "02. PARA/03. Resources(資源)/FFMpeg.md", "02. PARA/01. Project(專案)/008. Sentinel.md", "01. Daily/2022-06-06(週一).md", "02. PARA/03. Resources(資源)/Qt.md", "02. PARA/03. Resources(資源)/C++17/智慧指標.md", "02. PARA/04. Archives(歸檔)/01. Project(專案)/004. Group firmware update check.md", - "02. PARA/03. Resources(資源)/01. 架站/04. Gitea.md", - "02. PARA/03. Resources(資源)/Tool Setup/Obisidian.md" + "02. PARA/03. Resources(資源)/01. 架站/04. Gitea.md" ] } \ No newline at end of file diff --git a/02. PARA/03. Resources(資源)/FFMPEG/Introduction.md b/02. PARA/03. Resources(資源)/FFMPEG/Introduction.md new file mode 100644 index 0000000..c6451e8 --- /dev/null +++ b/02. PARA/03. Resources(資源)/FFMPEG/Introduction.md @@ -0,0 +1,7 @@ +- [FFmpeg](https://www.ffmpeg.org/) +- Open source +- For handling multimedia files and streams +- GPL/LGPS license +- Inspired by MPEG(Moving Picture Experts Group), FF means "Fast Foward" +- Libray + - \ No newline at end of file