0.2.0 • Published 1 year ago

mpv-immersion-party v0.2.0

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

mpv-immersion-party

This is a nodejs cli tool that manages multiple instances of mpv and uses the --audio-device option to output each instances audio to a different device.

Setup

  1. Install NodeJS from nodejs.org
  2. Install MPV from mpv.io

Video file requirements

This tool has only been tested on mkv files. however it might work with other formats.

The --alang (docs), --vlang (docs), and --slang (docs) options are used to make mpv select the correct audio, video, and subtitle tracks for the selected language.

The --audio-device (docs) option is used to make mpv output the audio to a specific device.

Example

npx is a command that comes with NodeJS to download and run packages (docs)

npx mpv-immersion-party VideoFile.mkv
0.2.0

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago