vault backup: 2022-06-07 10:38:59

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
This commit is contained in:
2022-06-07 10:38:59 +08:00
parent 34530ea612
commit a60c6dfa14
4 changed files with 24 additions and 13 deletions

12
.obsidian/workspace vendored
View File

@@ -10,7 +10,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "02. PARA/03. Resources資源/FFMPEG/Introduction.md", "file": "02. PARA/03. Resources資源/FFMPEG/01. Setup.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -23,7 +23,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "02. PARA/03. Resources資源/FFMPEG/Introduction.md" "file": "02. PARA/03. Resources資源/FFMPEG/01. Setup.md"
} }
} }
} }
@@ -81,7 +81,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "02. PARA/03. Resources資源/FFMPEG/Introduction.md", "file": "02. PARA/03. Resources資源/FFMPEG/01. Setup.md",
"collapseAll": true, "collapseAll": true,
"extraContext": true, "extraContext": true,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -125,7 +125,8 @@
}, },
"active": "94f0e8a81af6c9e2", "active": "94f0e8a81af6c9e2",
"lastOpenFiles": [ "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", "02. PARA/03. Resources資源/FFMpeg.md",
"00. TOP/01. TODO.md", "00. TOP/01. TODO.md",
"02. PARA/03. Resources資源/99. templates/日記.md", "02. PARA/03. Resources資源/99. templates/日記.md",
@@ -133,7 +134,6 @@
"01. Daily/2022-06-06(週一).md", "01. Daily/2022-06-06(週一).md",
"02. PARA/03. Resources資源/Qt.md", "02. PARA/03. Resources資源/Qt.md",
"02. PARA/03. Resources資源/C++17/智慧指標.md", "02. PARA/03. Resources資源/C++17/智慧指標.md",
"02. PARA/04. Archives歸檔/01. Project專案/004. Group firmware update check.md", "02. PARA/04. Archives歸檔/01. Project專案/004. Group firmware update check.md"
"02. PARA/03. Resources資源/01. 架站/04. Gitea.md"
] ]
} }

View File

@@ -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

View File

@@ -0,0 +1 @@
- FFmpeg doesn't support any official builds for any operation systems.

View File

@@ -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
-