オーバーレイ
画像・動画では、5 つの位置にテキストを自由に配置できます。
┌──────────────────────────────┐│ --tl --tr ││ ││ --center ││ ││ --bl --br │└──────────────────────────────┘| 値 | 説明 |
|---|---|
frame |
フレーム番号(動画では動的にカウント、画像では 0) |
timecode |
タイムコード HH:MM:SS:FF(動画では動的、画像では 00:00:00:00) |
filename |
出力ファイル名 |
予約語以外の文字列はそのまま任意テキストとして表示されます。
画像にファイル名を表示
Section titled “画像にファイル名を表示”encfixture image --center filename -o sample.png動画にフレーム番号とタイムコードを表示
Section titled “動画にフレーム番号とタイムコードを表示”encfixture video --tl frame --tr timecode -d 10 -o counter.mp4全位置にオーバーレイを配置
Section titled “全位置にオーバーレイを配置”encfixture video --tl frame --tr timecode --bl filename --br "CLIP-001" --center "SAMPLE" -d 10 -o full.mp4カラーバー背景と組み合わせ
Section titled “カラーバー背景と組み合わせ”encfixture video -b test --tl frame --tr timecode --center "TEST" -d 5 -o colorbar.mp4テキストの拡大率
Section titled “テキストの拡大率”--scale(-S)フラグでテキストの大きさを変更できます。デフォルトは 4 です。
# 大きいテキストencfixture image --center "BIG" -S 8 -o big.png
# 小さいテキストencfixture image --center "small" -S 2 -o small.png