I was looking for a tutorial/book that would teach me how to start to use FFmpeg as a library (a.k.a. libav) and then I found the "How to write a video player in less than 1k lines" tutorial.
ffmpegは公式サイトが配布しているのは基本的にソースコードで、Windowsで手軽に使うなら「ビルド済みバイナリ」を入手するのが一般的です。公式のダウンロードページでも、ビルド済みを配布している外部サイトへの導線が案内されています。ffmpeg.org 1 ...
I was looking for a tutorial/book that would teach me how to start to use FFmpeg as a library (a.k.a. libav) and then I found the "How to write a video player in less than 1k lines" tutorial.
この記事は、PixInsightで画像選別によく使われる「Blink」と、フリーの動画作成ソフト「ffmpeg」を使った、PixInsight内での動画作成の仕方を紹介する記事です。 、、、と思っていたのですが、Blinkを使わなくともffmpegだけで動画を作成することが出来たので ...