Explorar el Código

specify video codec

master
Andreas Demmelbauer hace 3 años
padre
commit
5f24b397ca
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      video-shredder.py

+ 1
- 1
video-shredder.py Ver fichero

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


Cargando…
Cancelar
Guardar