Skip to content

amarakon/mpvcam

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mpvcam

Contents

mpvcam is a simple posix script to play your webcam in mpv without any latency.

Usage

`# user` mpvcam # toggle the default camera (/dev/video0)
`# user` mpvcam <number> # toggle a chosen camera (/dev/video\<number>)

Dependencies

  1. mpv

Installation

Universal

`# user` git clone https://github.com/amarakon/mpvcam
`# user` cd mpvcam
`# root` make install

Gentoo

`# root` eselect repository add amarlay git https://github.com/amarakon/amarlay
`# root` emerge --sync amarlay
`# root` emerge media-video/mpvcam

Uninstallation

Universal

`# user` cd mpvcam
`# root` make uninstall

Gentoo

`# root` emerge -c media-video/mpvcam
# Remove my overlay (optional)
`# root` eselect-repository remove -f amarlay
`# root` emerge --sync