couleur-tweak-tips / Smoothie

Smoothie is python is abandonned, please see couleur-tweak-tips/smoothie-rs
https://github.com/couleur-tweak-tips/smoothie-rs
GNU General Public License v3.0
72 stars 4 forks source link

Rewritten Source Code. #3

Closed Aetopia closed 2 years ago

Aetopia commented 2 years ago

Revamps

  1. argparse module used for CLI.
  2. Switched from pyyaml to ConfigParser. VapourSynth produces this error when pyyaml is being used:
    Warning: C:\Users\User\Documents\Python\Smoothie\vs.vpy:8: ResourceWarning: unclosed file <_io.TextIOWrapper name='C:\\Users\\User\\Documents\\Python\\Smoothie\\file.yml' mode='r' encoding='cp1252'> 
    Test = load(open(r"C:\Users\User\Documents\Python\Smoothie\file.yml"), Loader)
  3. Arguments -resample & -interpolate at as toggles.
  4. Custom Configs can loaded like this:
    smoothie.py -resample <Config File> [Videos]
  5. Dedicated Render Function for queuing videos.