Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
ユーザーがアップロードした動画のフレームをキャプチャする必要があります。ffmpegがそれを行うことを知りました。Linuxサーバーへのffmpegの詳細なインストール手順を教えてください。パテを介してsshにログインするための情報があります。また、インストールする必要のあるソフトウェアは何ですか。ffmpegプレーヤーはインストールプロセスに含まれていますか。前もって感謝します
あなたが提供した非常に限られた情報に基づいて、以下を使用して非常に基本的な ffmpeg インストールを実行できる場合があります。
$ git clone --depth 1 git://source.ffmpeg.org/ffmpeg $ cd ffmpeg $ ./configure $ make # make install
gcc、git、およびmakeが依存関係として必要になります。pkg-configおよびyasm推奨される依存関係です。
gcc
git
make
pkg-config
yasm