0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

ffmpeg の colorchannelmixer が windows で期待通りに動作しない ヽ(゚ー゚*ヽ)(ノ*゚ー゚)ノわぁい

Posted at

ffmpeg には簡単な色効果を動画につけるフィルター機能があります。colorchannelmixer って言います。これがどうやら windows 版(手元はwin7 64bit)では期待通り動作しないようです。

困った :cry:

ffmpeg -i sample.mp4 -filter_complex "colorchannelmixer=.3:.4:.3:0:.3:.4:.3:0:.3:.4:.3" grayscale.mp4

グレースケールに変換するフィルターはこんな感じなんですが(※ドキュメントそのまま)、Linux(Ubuntu)では期待通りの動画ができますが、Winだと変な色の砂嵐みたいな動画が出来上がるわけです。

なんでだろうなぁぁ・・・ :tractor: 何とかせねば

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?