This website works better with JavaScript.
Home
Explore
Help
Sign In
redplanet
/
video-shredder
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
specify video codec
master
Andreas Demmelbauer
3 years ago
parent
1b95493508
commit
5f24b397ca
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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!')
Write
Preview
Loading…
Cancel
Save