Skip to content

Encode anime to 4k using Anime4k filters and interpolate to 48fps using Rife, move anime into proper subfolders with proper seasons

License

Notifications You must be signed in to change notification settings

ryandash/Convert-and-Move-Anime

Repository files navigation

Convert-and-Move-Anime

Upscale anime to 4k using ffmpeg with anime4k shaders, 48fps using rife in vapoursynth, and moving the anime into proper subfolders to allow Plex or Jellyfin to auto add the anime.

Requires pip install anitopy for python script to work

Script autoconvert.bat

(Given an anime video, upscale and convert the anime to 4k 48fps)

  • use python script to extract anime title using anitopy
  • make a full path directory and create the necessary folders for Jellyfin or Plex using python
  • use ffmpeg with vapoursynth script to upscale to 4k and interpolate to 48fps outputting as an mp4 file
  • clean up downloads by deleting all empty folders

Final result:

[Anime Folder]
    [Season]
        [anime mp4 file]
	[anime subtitle files]

Scripts can be simplified and improved but should work as is for common downloaded anime episodes WITH changes to directory information.

The variable %UserDirectory% can be changed to the %UserProfile% path on windows which is the common location for documents and downloads. Suggestions on how to improve the scripts are welcome and appreciated, but I rarely visit this repository so do not expect any quick responses.

Dependencies:

Instructions:

  1. Clone Repository
  2. Move autoconvert.bat and new_anime_name_directory.py into Documents folder
  3. Get vapoursynth portable into Documents folder
  4. Get all plugins extracting vsmlrt-windows-x64-tensorrt into vs-plugins folder and moving the dll files for LSMASHSource, libvs_placebol, and vs-miscfilter into vs-plugins folder
  5. Move encode 4k 48fps.vpy script into vapoursynth-portable folder
  6. Download ffmpeg and extract bin folder to vapoursynth-portable folder
  7. Download and install python
  8. Run pip install anitopy in command line
  9. Download an anime into your downloads folder
  10. Add environemnt path variable UserDirectory=%UserProfile%
  11. Run autoconvert.bat

About

Encode anime to 4k using Anime4k filters and interpolate to 48fps using Rife, move anime into proper subfolders with proper seasons

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages