VideoJaNai

GUI for upscaling ESRGAN ONNX models with NVIDIA TensorRT and Vapoursynth

GPL-3.0 License

Stars
78
Committers
1

Bot releases are hidden (Show)

VideoJaNai - 0.0.9

Published by the-database 7 months ago

  • Fix failure to upscale due to missing prepackaged ffmpeg
VideoJaNai - 0.0.8

Published by the-database 8 months ago

  • TensorRT: fix bug preventing generation of dynamic shapes engines (thanks @kim2091 and @sirosky)
VideoJaNai - 0.0.7

Published by the-database 8 months ago

  • TensorRT: generate static shapes engine if dynamic shapes engine generation fails (#2)
  • Update vsmlrt to v14.test3 with TensorRT v9.2.0
  • Fix bug where videos larger then 1080p are force downscaled to 1080p (#6)
  • Fix bug where RIFE interpolation causes conversion to fail, add options to select interpolation factor, RIFE model, scene detection threshold (#5)
  • Update app theme with FluentAvalonia
  • Update installer - migrate from Squirrel Clowd to Velopack
VideoJaNai - 0.0.6

Published by the-database 12 months ago

  • Update theme
  • Reorganize input and output fields
  • Add status bar
  • Fix performance issue when console is overloaded
  • Add installable version and test auto update

Note: starting with version 0.0.6, a portable and installable version are both available. Choose one or the other. Functionally, they are equivalent, with the following differences which are typical between installable and portable apps.

AnimeJaNaiConverterGuiSetup.exe:

  • Can be installed and uninstalled
  • Has an option to automatically update to new releases, enabled by default
  • Adds shortcuts to desktop and start menu once installed

AnimeJaNaiConverterGui-0.0.6-Portable.7z:

  • Extract to any folder of your choice
  • Run AnimeJaNaiConverterGui.exe inside of the folder you extracted to to run the program
  • Does not install to your PC and does not add shortcuts to desktop or start menu
  • Does not have any uninstall option, simply delete all of the files to remove
  • Does not auto update on its own, updates must be downloaded from GitHub manually
VideoJaNai - 0.0.5

Published by the-database about 1 year ago

  • fix engine generation output not appearing in console
  • add settings to resize video after all models
  • update app icon
VideoJaNai - 0.0.4

Published by the-database about 1 year ago

  • add drag and drop support for input/output textboxes
  • add cancel upscale button
  • kill ffmpeg when closing app
VideoJaNai - 0.0.3

Published by the-database about 1 year ago

Incorporate bug fixes and enhancements suggested by @Zarxrax :

  • use fixed text box length to avoid issues with long file paths
  • automatically append extension to output filenames
  • add option to overwrite existing files
  • instead of opening new console window, print console context to screen and also log to error.log file in the app directory
  • add inference backend selection with TensorRT, DirectML, and NCNN options
VideoJaNai - 0.0.2

Published by the-database about 1 year ago

  • persist gui settings
VideoJaNai - 0.0.1

Published by the-database about 1 year ago

  • basic single and batch upscaling