From a60c6dfa140c93c42d5b5dd890ef948cbb058ffc Mon Sep 17 00:00:00 2001 From: Awin Huang Date: Tue, 7 Jun 2022 10:38:59 +0800 Subject: [PATCH] vault backup: 2022-06-07 10:38: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/00. Introduction.md 02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md 02. PARA/03. Resources(資源)/FFMPEG/Introduction.md --- .obsidian/workspace | 12 ++++++------ .../FFMPEG/00. Introduction.md | 17 +++++++++++++++++ .../03. Resources(資源)/FFMPEG/01. Setup.md | 1 + .../FFMPEG/Introduction.md | 7 ------- 4 files changed, 24 insertions(+), 13 deletions(-) create mode 100644 02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md create mode 100644 02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md delete mode 100644 02. PARA/03. Resources(資源)/FFMPEG/Introduction.md diff --git a/.obsidian/workspace b/.obsidian/workspace index bf227f0..2dd8613 100644 --- a/.obsidian/workspace +++ b/.obsidian/workspace @@ -10,7 +10,7 @@ "state": { "type": "markdown", "state": { - "file": "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md", + "file": "02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md", "mode": "source", "source": true } @@ -23,7 +23,7 @@ "state": { "type": "outline", "state": { - "file": "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md" + "file": "02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md" } } } @@ -81,7 +81,7 @@ "state": { "type": "backlink", "state": { - "file": "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md", + "file": "02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md", "collapseAll": true, "extraContext": true, "sortOrder": "alphabetical", @@ -125,7 +125,8 @@ }, "active": "94f0e8a81af6c9e2", "lastOpenFiles": [ - "02. PARA/03. Resources(資源)/FFMPEG/Introduction.md", + "02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md", + "02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md", "02. PARA/03. Resources(資源)/FFMpeg.md", "00. TOP/01. TODO.md", "02. PARA/03. Resources(資源)/99. templates/日記.md", @@ -133,7 +134,6 @@ "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/04. Archives(歸檔)/01. Project(專案)/004. Group firmware update check.md" ] } \ No newline at end of file diff --git a/02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md b/02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md new file mode 100644 index 0000000..3512cc4 --- /dev/null +++ b/02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md @@ -0,0 +1,17 @@ +- [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" +- Libraries + - libavcodec: Contain all the encoders and decoders + - libavformat: Muxers and demuxers + - libavfilter: Filters that you can use on your video and audio according to your requirements + - libavdevice: Input and output devices + - libavutil + - libswscale + - libswresample +- Tools + - ffmpeg: Main transcoding engine + - ffplay: Minimum tool to play a video or audio + - ffprobe: For inspecting medias and extract valuable information \ No newline at end of file diff --git a/02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md b/02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md new file mode 100644 index 0000000..5587029 --- /dev/null +++ b/02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md @@ -0,0 +1 @@ +- FFmpeg doesn't support any official builds for any operation systems. diff --git a/02. PARA/03. Resources(資源)/FFMPEG/Introduction.md b/02. PARA/03. Resources(資源)/FFMPEG/Introduction.md deleted file mode 100644 index c6451e8..0000000 --- a/02. PARA/03. Resources(資源)/FFMPEG/Introduction.md +++ /dev/null @@ -1,7 +0,0 @@ -- [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