Skip to content

gnuunixchad/mpv-stereoscopic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

stereoscopic

Toggle a video filter that places two copies of the video side-by-side, creating a simple cross-eye stereoscopic illusion.

demo

Dependency

  • mpv (compiled with FFmpeg feature enabled)

The filter uses the lavfi filter which is typically available if mpv was compiled with FFmpeg support.

Installation

make install

or manually copy the script:

mkdir -p ${XDG_CONFIG_HOME}/mpv/scripts
cp ./stereoscopic.lua ${XDG_CONFIG_HOME}/mpv/scripts/

Keybindings

  • D to toggle stereoscopic effect

Configuration

To modify default Keybindings:

# $XDG_CONFIG_HOME/mpv/input.conf
D script-message toggle-stereoscopic

About

Toggle side-by-side stereoscopic 3D filter

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors