From 655036951c1ff5823a4f8a977de2b503b7c2bd0a Mon Sep 17 00:00:00 2001 From: Xiang ZHU Date: Sat, 23 Nov 2024 10:53:43 +0100 Subject: [PATCH] new post / 2024-11-23-downloading-online-videos-by-ffmpeg.md --- ...024-11-23-downloading-online-videos-by-ffmpeg.md | 13 +++++++++++++ mkdocs.yml | 1 + 2 files changed, 14 insertions(+) create mode 100644 docs/posts/2024/2024-11-23-downloading-online-videos-by-ffmpeg.md diff --git a/docs/posts/2024/2024-11-23-downloading-online-videos-by-ffmpeg.md b/docs/posts/2024/2024-11-23-downloading-online-videos-by-ffmpeg.md new file mode 100644 index 00000000..4ff01a3f --- /dev/null +++ b/docs/posts/2024/2024-11-23-downloading-online-videos-by-ffmpeg.md @@ -0,0 +1,13 @@ +--- +authors: +- copdips +categories: +- video +comments: true +date: + created: 2024-11-23 +--- + +# Downloading online videos by ffmpeg + +Sometimes, we need to download online videos maybe a Teams recording. Here's a [tip from StackOverflow](https://stackoverflow.com/a/72653505/5095636) by using [ffmpeg](https://www.gyan.dev/ffmpeg/builds/). Be sure to check the comments for solutions to errors like "*Error opening input: Invalid data found when processing input*.". Another solution is to use [kylon/Sharedown](https://github.com/kylon/Sharedown) which is much more faster. diff --git a/mkdocs.yml b/mkdocs.yml index deed8ad5..05d840c9 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -128,6 +128,7 @@ plugins: - ubuntu - unittest - vault + - video - vmware - vscode - web