https://github.com/gnuunixchad/mpv-stereoscopic
Toggle side-by-side stereoscopic 3D filter
https://github.com/gnuunixchad/mpv-stereoscopic
mpv mpv-plugin mpv-script
Last synced: 2 days ago
JSON representation
Toggle side-by-side stereoscopic 3D filter
- Host: GitHub
- URL: https://github.com/gnuunixchad/mpv-stereoscopic
- Owner: gnuunixchad
- License: gpl-3.0
- Created: 2026-06-09T12:25:35.000Z (25 days ago)
- Default Branch: master
- Last Pushed: 2026-06-12T13:23:33.000Z (22 days ago)
- Last Synced: 2026-06-12T15:15:34.097Z (22 days ago)
- Topics: mpv, mpv-plugin, mpv-script
- Language: Lua
- Homepage:
- Size: 363 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# stereoscopic
Toggle a video filter that places two copies of the video side-by-side,
creating a simple cross-eye stereoscopic illusion.

# 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
```sh
make install
```
or manually copy the script:
```sh
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:
```conf
# $XDG_CONFIG_HOME/mpv/input.conf
D script-message toggle-stereoscopic
```