最終更新:2023-08-09 (水) 05:39:32 (456d)
FFmpeg
Top / FFmpeg
フォーク
メモ
- Ubuntu 14.04以降公式リポジトリから削除されていたが、Ubuntu 15.04では公式リポジトリに戻ってきた。(Libavから以降)
FFmpeg/バージョン
コマンドラインツール
- ffmpeg: ffmpeg tool
- ffmpeg-all?: ffmpeg tool and FFmpeg components
- ffplay: ffplay tool
- ffplay-all?: ffplay tool and FFmpeg components
- ffprobe: ffprobe tool
- ffprobe-all?: ffprobe tool and FFmpeg components
- ffserver?: ffserver tool
- ffserver-all?: ffserver tool and FFmpeg components
コンポーネント
- ffmpeg-utils?: FFmpeg utilities
- ffmpeg-scaler?: FFmpeg video scaling and pixel format converter
- ffmpeg-resampler?: FFmpeg audio resampler
- ffmpeg-codecs?: FFmpeg encoders and decoders (codecs)
- ffmpeg-bitstream-filters?: FFmpeg bitstream filters
- ffmpeg-formats?: FFmpeg muxers and demuxers (formats)
- ffmpeg-protocols?: FFmpeg protocols
- ffmpeg-devices?: FFmpeg input and output devices
- ffmpeg-filters?: FFmpeg filters
ライブラリ
- libavutil
- libswscale
- libswresample?
- libavcodec
- libavformat?
- libavdevice?
- libavfilter?
対応フォーマット
動画
静止画
パラメータ
インストール
RPMforgeから入れる。
yum -–enablerepo=rpmforge install ffmpeg
ライブラリ
パラメータ
ffmpeg [[infile options][‘-i’ infile]]... {[outfile options] outfile}...