Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- optional arguments:
- -h, --help show this help message and exit
- --cli CLI, -c CLI Execute application in CLI mode.
- --input INPUT, -i INPUT
- Path to the input video
- --output OUTPUT, -o OUTPUT
- Output Path to generate the folder with all the files.
- --output_name OUTPUT_NAME, -on OUTPUT_NAME
- Name and extension of the videos that will be
- rendered. [mp4, webm, gif, apng]
- --pallete PALLETE, -p PALLETE
- Generate a version of the file limiting the pallete.
- --downscale DOWNSCALE, -d DOWNSCALE
- Downscale the input resolution. (-1 Turn off)
- --loop LOOP, -l LOOP Turn on if the animation do a perfect loop.
- --interpolations {2,4,8}, -in {2,4,8}
- How much new frames will be created.
- --downsample_fps DOWNSAMPLE_FPS, -ds DOWNSAMPLE_FPS
- Create a version of the movie with a smaller fps. (-1
- Turn off)
- --frame_handling {1,2,3,4}, -fh {1,2,3,4}
- Interpolation Modes: Mode 1 - Default ; Mode 2 -
- Default, remove duplicates ; Mode 3 - Adaptative
- Timestamp ; 4 - Static timestamp
- --depth_awarenes DEPTH_AWARENES, -da DEPTH_AWARENES
- Should depth be calculated in interpolations?
- --split_size SPLIT_SIZE, -ss SPLIT_SIZE
- Split frames using this values as pixel size in width
- and height. (-1 Turn off)
- --split_pad SPLIT_PAD, -sp SPLIT_PAD
- Split frames using this values as pixel padding in
- width and height for each side of the frame.
- --alpha {0,1,2}, -a {0,1,2}
- Calculate transparency in interpolations. 0: Off, 1:
- Fast, 2: Slow
- --check_scene_change CHECK_SCENE_CHANGE, -csc CHECK_SCENE_CHANGE
- Sensitivity for scene change detection, skip
- interpolation if detect it as true. (-1 Turn off)
- --audio_version AUDIO_VERSION, -av AUDIO_VERSION
- Generate a version with audio.
- --interpolation_algo {0,1}, -ia {0,1}
- 0: Default 1: Experimental
- --clear_original_folder CLEAR_ORIGINAL_FOLDER, -cof CLEAR_ORIGINAL_FOLDER
- Clean all files in the original frames folder before
- starting.
- --clear_interpolated_folder CLEAR_INTERPOLATED_FOLDER, -cif CLEAR_INTERPOLATED_FOLDER
- Clean all files in the interpolation folder before
- starting. If turned on, it skip already interpolated
- frames.
- --step_extract STEP_EXTRACT, -se STEP_EXTRACT
- Do the step of extracting all frames from the original
- video into the folder.
- --step_interpolate STEP_INTERPOLATE, -si STEP_INTERPOLATE
- Do the step of interpolating all the original frames.
- --step_render STEP_RENDER, -sr STEP_RENDER
- Do the step of creating the video from all the
- interpolated frames.
- --clean_cache CLEAN_CACHE, -cc CLEAN_CACHE
- Clean the CUDA cache between frames.
- --quiet QUIET, -qu QUIET
- Don't print messages in the console.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement