Adjust help

This commit is contained in:
henryruhs
2023-08-20 01:38:58 +02:00
parent bd596b5697
commit 68301dd397
2 changed files with 7 additions and 7 deletions

View File

@@ -53,9 +53,9 @@ python run.py [options]
--output-video-encoder {libx264,libx265,libvpx-vp9,h264_nvenc,hevc_nvenc} specify the encoder used for the output video --output-video-encoder {libx264,libx265,libvpx-vp9,h264_nvenc,hevc_nvenc} specify the encoder used for the output video
--output-video-quality [0-100] specify the quality used for the output video --output-video-quality [0-100] specify the quality used for the output video
--max-memory MAX_MEMORY specify the maximum amount of ram to be used (in gb) --max-memory MAX_MEMORY specify the maximum amount of ram to be used (in gb)
--execution-providers {tensorrt,cuda,cpu} [{tensorrt,cuda,cpu} ...] Choose from the available execution providers (choices: cpu, ...) --execution-providers {tensorrt,cuda,cpu} [{tensorrt,cuda,cpu} ...] choose from the available execution providers (choices: cpu, ...)
--execution-thread-count EXECUTION_THREAD_COUNT Specify the number of execution threads --execution-thread-count EXECUTION_THREAD_COUNT specify the number of execution threads
--execution-queue-count EXECUTION_QUEUE_COUNT Specify the number of execution queries --execution-queue-count EXECUTION_QUEUE_COUNT specify the number of execution queries
-v, --version show program's version number and exit -v, --version show program's version number and exit
``` ```

View File

@@ -24,10 +24,10 @@ WORDING =\
'output_video_encoder_help': 'specify the encoder used for the output video', 'output_video_encoder_help': 'specify the encoder used for the output video',
'output_video_quality_help': 'specify the quality used for the output video', 'output_video_quality_help': 'specify the quality used for the output video',
'max_memory_help': 'specify the maximum amount of ram to be used (in gb)', 'max_memory_help': 'specify the maximum amount of ram to be used (in gb)',
'execution_providers_help': 'Choose from the available execution providers (choices: {choices}, ...)', 'execution_providers_help': 'choose from the available execution providers (choices: {choices}, ...)',
'execution_thread_count_help': 'Specify the number of execution threads', 'execution_thread_count_help': 'specify the number of execution threads',
'execution_queue_count_help': 'Specify the number of execution queries', 'execution_queue_count_help': 'specify the number of execution queries',
'creating_temp': 'Creating temporary resources', 'creating_temp': 'creating temporary resources',
'extracting_frames_fps': 'Extracting frames with {fps} FPS', 'extracting_frames_fps': 'Extracting frames with {fps} FPS',
'processing': 'Processing', 'processing': 'Processing',
'downloading': 'Downloading', 'downloading': 'Downloading',