fix ffmpeg args

master
bakatrouble 10 months ago
parent 8deac50ef3
commit cc46539ea9

@ -62,7 +62,7 @@ async def send_post(post: E621Post, tag_list: List[str]):
webm.write(file.read())
ffmpeg\
.input(str(src_path)) \
.filter('pad', {
.filter('pad', **{
'width': 'ceil(iw/2)*2',
'height': 'ceil(ih/2)*2',
'x': '0',

Loading…
Cancel
Save