mirror of
https://github.com/hacksider/Deep-Live-Cam.git
synced 2025-05-11 10:26:47 +02:00
updated README.md and created variables for pop dimensions
This commit is contained in:
parent
0a144ec57f
commit
f122006024
4 changed files with 17 additions and 6 deletions
|
@ -40,7 +40,7 @@ def parse_args() -> None:
|
|||
program.add_argument('--keep-frames', help='keep temporary frames', dest='keep_frames', action='store_true', default=False)
|
||||
program.add_argument('--many-faces', help='process every face', dest='many_faces', action='store_true', default=False)
|
||||
program.add_argument('--nsfw-filter', help='filter the NSFW image or video', dest='nsfw_filter', action='store_true', default=False)
|
||||
program.add_argument('--map-faces', help='create face maps', dest='map_faces', action='store_true', default=False)
|
||||
program.add_argument('--map-faces', help='map source target faces', dest='map_faces', action='store_true', default=False)
|
||||
program.add_argument('--video-encoder', help='adjust output video encoder', dest='video_encoder', default='libx264', choices=['libx264', 'libx265', 'libvpx-vp9'])
|
||||
program.add_argument('--video-quality', help='adjust output video quality', dest='video_quality', type=int, default=18, choices=range(52), metavar='[0-51]')
|
||||
program.add_argument('--live-mirror', help='The live camera display as you see it in the front-facing camera frame', dest='live_mirror', action='store_true', default=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue