Browse Source

specify video codec

master
Andreas Demmelbauer 3 years ago
parent
commit
5f24b397ca
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      video-shredder.py

+ 1
- 1
video-shredder.py View File

@@ -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!')


Loading…
Cancel
Save