Releases: luewh/VideoScripy
Releases · luewh/VideoScripy
Under development v0.4.2 release
2024 Dec 08
Features :
- remove empty processed folders
- check tools installation (ffmpeg, real-esrgan and inrfnet)
- able to retrieve return code of shell process
- colored print for CLI, not yet on WebUI
Fixes :
- getVideoInfo() accuracy
- fix reverse list bug
- fix sort bug
- fix alive bar print issue on WebUI
- fix typo return | raise
Improvements :
👇 below download links 👇
Under development v0.3.1 release
✨ New feature : Sort videos
Scanned videos can be sort by "name", "width", "duration" etc.
Commits :
- add sort by name at getVideo
- add run()
- change defaukt path to os.getcwd()
- add _runProc() to handle shell processes
- add typing to self.vList
- better run(), mp4 time codec problem
- better webui sort, add sort by name
- add check &
- add docs
- remove double scrollbar-button
- fix _getFrames bug, add _getCommand(), add VideoProcess class
- move upscale and interpolate frameToVideo into _getCommand()
👇 below download links 👇
Under development v0.2.0 release
✨ New feature of stoping video process
All video process can be stopped, especially upscale process which can be recovered whenever if you don't delete the upscaled frames.
👉 Embedded release ffprobe PATH fixed
👉 Get video walk optimized
👉 Process select UI arranged
❓ E stands for Embedded
❓ SS stands Self Setup.
👇 below download links 👇
Under development v0.1.0 release
Works/Tested only on Windows with NVIDIA as graphic card.
Two versions :
-
Embedded version, no installation needed, just extract and run with "RUN.bat".
-
Self setup version, for experienced Python users.