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