Skip to content

LandoNikko/Video-Mood-Visualizer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

License   GitHub   Email   Discord: ABC Status

Video Mood Visualizer

The Video Mood Visualizer is a web app that locally transforms a video into a single image that reflects its overall tone or "mood" by sampling and blending frame colors, featuring different output styles and formats.

Try it here: https://landonikko.github.io/Video-Mood-Visualizer

VideoMoodVisualizer

Features Shield

  • Automatic Black Bar Removal: Intelligently crops out letterboxing/pillarboxing.
  • Optional Trimming: Define start/end points to process specific video segments.
  • Output Modes:
    • Color: Vertical stripes of average frame colors.
    • Stretch: Crisp, 1-pixel wide stretched frame slices.
    • Gradient: Smoothly blended stretched frame slices.
    • Pixel: Grid of average frame colors for a pixelated look.
  • Format Customization: Presets (Desktop, Phone, Square) & custom dimensions.
  • Film Grain Effect: Optional toggle for added texture.
  • Instant Preview & Download: Click the generated image to open/save.

Examples

Source video: https://www.youtube.com/watch?v=_cMxraX_5RE

Color Stretch
Mood_Color Mood_Stretch
Gradient Pixel
Mood_Gradient Mood_Pixel

Privacy & Processing Shield

  • No cloud processing or installations.
  • 100% client-side: built with HTML, CSS and JavaScript.
  • Mood images are stored temporarily in your browser as blobs.

Use Cases Shield

creative projects, video analysis, artistic visualization, social media content, mood boards, color palette extraction, abstract art generation

How it Works Shield

The tool sequentially samples frames from your video. For each sample, it calculates color data (average or specific pixel lines) and renders it onto a canvas according to the selected mode and format, building the final visualization locally.

Feedback & Contributions Shield   License

Contributions, bug reports and suggestions are welcome!

Email   Discord: ABC Status

About

Local web app that creates a single image from a video

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages