Skip to content

05Alston/nordify-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

nordify-video

A video palette converter inspired by Schrodinger-Hat's ImageGoNord

PS: Even in non-ffmpeg version, only the palette conversion algorithm is free of ffmpeg code. ffmpeg is currently being used to get the video stream and also to convert individual frames to video format. I am looking for a way to remove this dependency.

Installation

Requirements

  • ffmpeg already installed
  • Run the pip command pip install ffmpeg-python numpy

ffmpeg version

  • Run python paletteuse.py

my implementation with ffmpeg

  • Run python ff.py

non-ffmpeg version

  • Run python no_ffmpeg.py

Example

Original Video
original video
ffmpeg converted version
ffmpeg converted video
Non ffmpeg converted version
non ffmpeg converted video

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages