Skip to content

Latest commit

 

History

History
53 lines (43 loc) · 2.14 KB

README.md

File metadata and controls

53 lines (43 loc) · 2.14 KB

macOS Picture in Picture

Total Downloads App Version Repo Size Repo Stars

Always on top window preview with AirPlay receiver support (if on macOS 12+, turn-off built-in AirPlay receiver from system preferences)

Code Info

Features

  • Clone any visibile window
  • Clone multiple active display
  • Crop the preview
  • Auto and manual resize preserving the aspect ratio
  • Multiple window preview from same process, cmd+n to open and cmd+w to close
  • Pinch to zoom
  • Native picture in picture support cmd+p
  • Transparency/opacity control (slider in right click menu)
  • Minimal modern UI
  • Upto 10 parallel airplay sessions (soft limit)

Installation

Manual download

Latest Release Latest Release

Download and install via Homebrew

Homebrew

brew install --cask amitv87-pip

Build from source and run

# checkout code
git clone https://github.com/amitv87/PiP.git
cd pip

# build using xcode
xcodebuild -alltargets
open build/Release/PiP.app

# or simply
./run.sh