neverix commited on
Commit
737355b
1 Parent(s): 27ec4d8
Files changed (1) hide show
  1. infer.sh +1 -1
infer.sh CHANGED
@@ -9,5 +9,5 @@ python3 train.py --mode=test \
9
  --test_checkpoint_dir=./weights/
10
 
11
  echo Generating Video...
12
- ffmpeg -r 30 -y -i ./results/%d.png -r 30 -c:v libx264 output.mp4 -r 30
13
  echo DONE.
9
  --test_checkpoint_dir=./weights/
10
 
11
  echo Generating Video...
12
+ ffmpeg -r 30 -y -i ./results/%d.png -r 30 -c:v libx264 -pix_fmt yuv420p output.mp4 -crf 18 -r 30
13
  echo DONE.