File size: 325 Bytes
0b94fa2
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
#!/usr/bin/env bash

set -ex

pad_top=0
pad_bottom=20
pad_left=0
pad_right=0
rescaleFactor=1

python3 inference.py --checkpoint_path 'checkpoints/wav2lip_gan.pth' --face './musk.mp4' --audio './musk.mp3' --pads $pad_top $pad_bottom $pad_left $pad_right --resize_factor $rescaleFactor --nosmooth --outfile './output_video.mp4'