ソースを参照

specify video codec

master
Andreas Demmelbauer 3年前
コミット
5f24b397ca
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      video-shredder.py

+ 1
- 1
video-shredder.py ファイルの表示

@@ -72,7 +72,7 @@ def processLayout (layout):
ffmpeg
.input(inputpath)
.crop(**item['geomentry'])
.output(outputpath)
.output(outputpath, pix_fmt='yuv420p')
.run()
)
print('Finished processing all tiles!')


読み込み中…
キャンセル
保存