Advertisement
Guest User

Commands

a guest
Mar 26th, 2020
1,368
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.42 KB | None | 0 0
  1. optional arguments:
  2. -h, --help show this help message and exit
  3. --cli CLI, -c CLI Execute application in CLI mode.
  4. --input INPUT, -i INPUT
  5. Path to the input video
  6. --output OUTPUT, -o OUTPUT
  7. Output Path to generate the folder with all the files.
  8. --output_name OUTPUT_NAME, -on OUTPUT_NAME
  9. Name and extension of the videos that will be
  10. rendered. [mp4, webm, gif, apng]
  11. --pallete PALLETE, -p PALLETE
  12. Generate a version of the file limiting the pallete.
  13. --downscale DOWNSCALE, -d DOWNSCALE
  14. Downscale the input resolution. (-1 Turn off)
  15. --loop LOOP, -l LOOP Turn on if the animation do a perfect loop.
  16. --interpolations {2,4,8}, -in {2,4,8}
  17. How much new frames will be created.
  18. --downsample_fps DOWNSAMPLE_FPS, -ds DOWNSAMPLE_FPS
  19. Create a version of the movie with a smaller fps. (-1
  20. Turn off)
  21. --frame_handling {1,2,3,4}, -fh {1,2,3,4}
  22. Interpolation Modes: Mode 1 - Default ; Mode 2 -
  23. Default, remove duplicates ; Mode 3 - Adaptative
  24. Timestamp ; 4 - Static timestamp
  25. --depth_awarenes DEPTH_AWARENES, -da DEPTH_AWARENES
  26. Should depth be calculated in interpolations?
  27. --split_size SPLIT_SIZE, -ss SPLIT_SIZE
  28. Split frames using this values as pixel size in width
  29. and height. (-1 Turn off)
  30. --split_pad SPLIT_PAD, -sp SPLIT_PAD
  31. Split frames using this values as pixel padding in
  32. width and height for each side of the frame.
  33. --alpha {0,1,2}, -a {0,1,2}
  34. Calculate transparency in interpolations. 0: Off, 1:
  35. Fast, 2: Slow
  36. --check_scene_change CHECK_SCENE_CHANGE, -csc CHECK_SCENE_CHANGE
  37. Sensitivity for scene change detection, skip
  38. interpolation if detect it as true. (-1 Turn off)
  39. --audio_version AUDIO_VERSION, -av AUDIO_VERSION
  40. Generate a version with audio.
  41. --interpolation_algo {0,1}, -ia {0,1}
  42. 0: Default 1: Experimental
  43. --clear_original_folder CLEAR_ORIGINAL_FOLDER, -cof CLEAR_ORIGINAL_FOLDER
  44. Clean all files in the original frames folder before
  45. starting.
  46. --clear_interpolated_folder CLEAR_INTERPOLATED_FOLDER, -cif CLEAR_INTERPOLATED_FOLDER
  47. Clean all files in the interpolation folder before
  48. starting. If turned on, it skip already interpolated
  49. frames.
  50. --step_extract STEP_EXTRACT, -se STEP_EXTRACT
  51. Do the step of extracting all frames from the original
  52. video into the folder.
  53. --step_interpolate STEP_INTERPOLATE, -si STEP_INTERPOLATE
  54. Do the step of interpolating all the original frames.
  55. --step_render STEP_RENDER, -sr STEP_RENDER
  56. Do the step of creating the video from all the
  57. interpolated frames.
  58. --clean_cache CLEAN_CACHE, -cc CLEAN_CACHE
  59. Clean the CUDA cache between frames.
  60. --quiet QUIET, -qu QUIET
  61. Don't print messages in the console.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement