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:
12
.obsidian/workspace
vendored
12
.obsidian/workspace
vendored
@@ -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"
|
||||
]
|
||||
}
|
||||
17
02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md
Normal file
17
02. PARA/03. Resources(資源)/FFMPEG/00. Introduction.md
Normal 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
|
||||
1
02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md
Normal file
1
02. PARA/03. Resources(資源)/FFMPEG/01. Setup.md
Normal file
@@ -0,0 +1 @@
|
||||
- FFmpeg doesn't support any official builds for any operation systems.
|
||||
@@ -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
|
||||
-
|
||||
Reference in New Issue
Block a user