Skip to content

Use VLC player to add 'picture in picture' functionality to any browser

Notifications You must be signed in to change notification settings

jcjgraf/macPictureInPicture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

PicInPic - Picture In Picture Mode for all Browsers

This app provides an easy to use 'picture in picture' functionality for any browser for macOS. Inspired by Safari's picture in picture mode.

Getting Started

These instructions will get you a copy of the project up and running on your local machine.

Prerequisites

This app requires Python 3.x as well as the VLC player.

Get the current VLC version with brew or from the official website.

brew cask install vlc

Make VLC stay always on the top: VLC -> Preferences -> Video -> enable 'Float on top'

For building the app py2app is required, which can be installed with pip.

pip install -U py2app

At the first run you have to grant Accessibility privileges to PicInPic.app

Build

Build the app

python3 setup.py py2app -A

Launch it from ./dist/main.app

Usage

To open a video which is currently open in the topmost firefox tab, click on 'PicInPic' -> 'Open in VLC' in the statusbar.

About

Use VLC player to add 'picture in picture' functionality to any browser

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages