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