参考文献¶
最初の二つが公式なものと考えられる。残りは FFmpeg の強力な利用者の方々による記事。
- ffmpeg Documentation
コマンドラインツールとしての ffmpeg の仕様。オプションの意味を調べる場合、See Also に一覧されている文書群のほうに求める情報がある可能性が高い。
- FFmpeg
上記文書を補足するために使用者が記述したというものを読む。
Filtering Guide は必読だろう。
Audio Volume Manipulation も読む。
Denoise Examples は必読。強風の音を消したい。
Create a video slideshow from images はわかりやすい。
Creating multiple outputs はいつか使うだろう。
How to use
-map
option は重要。How to check if Fast Start is enabled for playback: MP4 をどこかにアップロードして人に見せるのなら
-movflags +faststart
を付けておく。Changing the frame rate: 記事の締めにある Verifying frame rate changes で述べられているカウンター描画技法は有用と考えられる。
Limiting the output bitrate:
-b:v
,-minrate
,-maxrate
,-bufsize
についての記述。
- FFmpeg - OTTVerse
呪文集が有用。
- ffmpeg examples — ffmpeg examples
FFmpeg が搭載している機能を片ッ端から試しているように思える迫力のある調査記事。
- Getting Started with ffmpeg for Audio - Deepgram Blog ⚡️ | Deepgram
雑音カットコマンドが有用。
- FFmpeg - Ultimate Guide | IMG.LY Blog
基礎理論。
- FFmpeg Tips and Tricks | dt.iki.fi
よそで見ないトピックがありそうだ。
- How to Get the Best Quality With FFmpeg During Conversion | Baeldung on Linux
まず codec 変換、ビットレート、解像度、フレームレートについて述べ、それからオプション
-pass
を用いた符号化手法と、オプション-qscale
を用いた品質制御手法について述べている。- ffmpeg guide · GitHub
呪文集。次のものなどはすぐに試せる:
Duplicate video n number of times
To Encode or Re-encode? 内のグレースケール変換コード
- FFmpeg Tips and Tricks | akos.ma
Make Video Smaller が使える。
- FFMPEG tips, tricks and and lessons learned. | by Vasily Dernis | Medium
プレビューが気になる。A Note on Error detection の記述も注意したい。