Gigapixel AI For Video Help Document
Gigapixel AI For Video Help Document
Gigapixel AI For Video Help Document
If using via command line (videosrcmd.exe), please refer to the usage text for
parameter information.
For non-command line usage, Gigapixel AI for Video is registered with many
common video formats by default. File types supported include avi, flv, m1v, mkv,
mov, mp4, mpg, mpeg, webm, and wmv.
To use the program, follow these steps for your video file.
1. Navigate to your file
2. Right click your file and find the Gigapixel AI for Video entry that is made after
install.
3. Use the context menu to select your operation. It may take a few seconds for it to
open.
Gigapixel AI for Video Command Line Mode Guide
1. Please open a command line terminal. You can type "cmd" in your run window to
find it.
2. Run videosrcmd.exe "inputVideoPath" with the following parameters:
-c Fit
Crop output video if needed,
otherwise fit video inside output
size
-b seconds Set processing start point (in 0
second)
Examples:
Will process the video under path "C:\test.mp4" and save the output as a .mp4 file into
"C:\test_2x.mp4". The upscale factor will be 200%. Whole video will be processed. Device
will be automatically chosen.
Will process the video under path "C:\test2.mp4" and save the output frames as pngs under the
folder
"C:\test_output_pngs\test2_outputs". If there is no such folder, the software will create one.
The upscale factor will be 400%. Video will be processed from the 3rd second to the 6th
second. The software will run by Nvidia GPU. If your device has two GPUs, please make sure
to set the gpu number to the correct one (same index as nvidia-smi). In this example, Nvidia
GPU device number is 1. The VRAM will be used is 70% of the total available VRAM.
Will process the video under path "C:\test3.mp4" and save the output frames as pngs under the
folder
"C:\test_output_pngs\test3_outputs". If there is no such folder, the software will create one.
Output pngs will be 16bit with 1920 pixels in width and 1060 pixels in height. If the output
aspect ratio is different from the input, it will be cropped. The upscale factor will be 200%.
Whole video will be processed. The software will run by iGPU/CPU. No preview display
windows will be shown.
Will process the images under path "C:\test_image_sequence\" and save the output as a .mp4
file under the same path. Images should be in png format, and their names should be like
"image_000000.png", "image_000001.png", "image_000002.png", and so on. Output video
will be in 60 FPS.
3. You are all set! Please wait for your upsampled video and enjoy it!
4. My machine cannot meet the minimum requirement. Is there a way that I can use this
product?
We have a cloud service that can help you to upscale your videos online. Please
check https://videoai.topazlabs.com/ for more details!
8. My machine has more than one Nvidia GPU, can I use all of them?
Yes and No. The program itself only use one GPU. However, you can open multiple
command consoles and use videosrcmd.exe with -gpu 0 or -gpu 1 to run each GPU on a
separate video at the same time.
10. My GPU utilization seems low in task manager. Is there something wrong?
In fact it is normal. The GPU utilization in task manager is not precise. If you want to
track the actual GPU usage, please try nvidia-smi.