Quantcast
Channel: FFmpeg | ニコラボ
Viewing all articles
Browse latest Browse all 310

フィールドタイプのフラグを建てる setfield

$
0
0

インターレースの映像でトップとボトムのどちらが最初なのかを指定する setfield フィルタ。フィールドタイプが間違っているときに修正する。

基本コマンド

ffmpeg -i input -vf setfield=mode=auto output
ffplay -i input -vf setfield

公式ドキュメント:FFmpeg Filters Documentation : setfield

オプション

mode[int]
フィールドモードの指定

  • -1, auto
    入力と同じ。既定値
  • 0, bff
    ボトムフィールドファースト
  • 1, tff
    トップフィールドファースト
  • 2, prog
    プログレッシブ

Viewing all articles
Browse latest Browse all 310

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>