Update fsrimagevideoupscaler-cli.py

This commit is contained in:
Janis Hutz
2023-03-28 10:33:07 +02:00
committed by GitHub
parent 7b3da81682
commit c93d866dd4

View File

@@ -12,7 +12,7 @@ import bin.handler
import os import os
import multiprocessing import multiprocessing
ap = argparse.ArgumentParser( description='FSRImageVideoUpscaler - CLI' ) ap = argparse.ArgumentParser( description='FSRImageVideoUpscaler - CLI, a CLI application to upscale videos and images using FSR. ' )
ap.add_argument( 'inputfile', help='File path for the video / image to be upscaled' ) ap.add_argument( 'inputfile', help='File path for the video / image to be upscaled' )
ap.add_argument( 'outputfile', help='File path for the video / image that was upscaled' ) ap.add_argument( 'outputfile', help='File path for the video / image that was upscaled' )
ap.add_argument( '-s', '--scalefactor', help='Scale factor for the video / image' ) ap.add_argument( '-s', '--scalefactor', help='Scale factor for the video / image' )