vault backup: 2023-01-11 15:01:58

This commit is contained in:
2023-01-11 15:01:58 +08:00
parent 41e789425a
commit b8941c4a34
3 changed files with 1575 additions and 5 deletions

View File

@@ -37,7 +37,7 @@
"state": { "state": {
"type": "markdown", "type": "markdown",
"state": { "state": {
"file": "04. Programming/万字避坑指南C++ 的缺陷与思考(上).md", "file": "04. Programming/FFMPEG/FFMpeg.md",
"mode": "source", "mode": "source",
"source": true "source": true
} }
@@ -114,7 +114,7 @@
"state": { "state": {
"type": "backlink", "type": "backlink",
"state": { "state": {
"file": "04. Programming/万字避坑指南C++ 的缺陷与思考(上).md", "file": "04. Programming/FFMPEG/FFMpeg.md",
"collapseAll": false, "collapseAll": false,
"extraContext": false, "extraContext": false,
"sortOrder": "alphabetical", "sortOrder": "alphabetical",
@@ -131,7 +131,7 @@
"state": { "state": {
"type": "outline", "type": "outline",
"state": { "state": {
"file": "04. Programming/万字避坑指南C++ 的缺陷与思考(上).md" "file": "04. Programming/FFMPEG/FFMpeg.md"
} }
} }
} }
@@ -176,6 +176,7 @@
}, },
"active": "a57de7511dc77150", "active": "a57de7511dc77150",
"lastOpenFiles": [ "lastOpenFiles": [
"04. Programming/万字避坑指南C++ 的缺陷与思考(上).md",
"04. Programming/QT/Application Icon.md", "04. Programming/QT/Application Icon.md",
"01. 個人/20230227 - 日本福岡旅遊.md", "01. 個人/20230227 - 日本福岡旅遊.md",
"01. 個人/01. Daily/2023年度目標.md", "01. 個人/01. Daily/2023年度目標.md",
@@ -184,7 +185,6 @@
"01. 個人/01. Daily/2023-01-02(週一).md", "01. 個人/01. Daily/2023-01-02(週一).md",
"01. 個人/01. Daily/2022/2022年度目標.md", "01. 個人/01. Daily/2022/2022年度目標.md",
"01. 個人/01. Daily/2023-01-11(週三).md", "01. 個人/01. Daily/2023-01-11(週三).md",
"01. 個人/01. Daily/2023-01-10(週二).md", "01. 個人/01. Daily/2023-01-10(週二).md"
"02. 工作/01. Logitech/Meetup.md"
] ]
} }

View File

@@ -299,3 +299,5 @@ buffer = NULL;
- [mpv.io](https://mpv.io/) - [mpv.io](https://mpv.io/)
- [《FFmpeg基础知识》](https://opensourcelibs.com/lib/zhangfangtaozft-ffmpeg) - [《FFmpeg基础知识》](https://opensourcelibs.com/lib/zhangfangtaozft-ffmpeg)
- [ffmpeg - 专题 - 简书](https://www.jianshu.com/c/21a6fafc8ee3) - [ffmpeg - 专题 - 简书](https://www.jianshu.com/c/21a6fafc8ee3)
- [FFmpeg打开输入文件 · FFmpeg原理](https://ffmpeg.xianwaizhiyin.net/api-ffmpeg/input.html)
- [FFplay视频同步分析 - 掘金](https://juejin.cn/post/7156903872789741581)