# Can Processing use MacOS X's native Picture-in-Picture (PIP) mode?

**URL:** https://discourse.processing.org/t/can-processing-use-macos-xs-native-picture-in-picture-pip-mode/21806
**Category:** Coding Questions
**Created:** [June 12, 2020, 12:07pm UTC](https://discourse.processing.org/t/can-processing-use-macos-xs-native-picture-in-picture-pip-mode/21806 "2020-06-12T12:07:43Z")
**Posts on this page:** 2
**Page:** 1

<div class="post-metadata">

### Author: ![DerTarchin](https://avatars.discourse-cdn.com/v4/letter/d/c5a1d2/32.png) [@DerTarchin](https://discourse.processing.org/u/DerTarchin)
#### Post date: [June 12, 2020, 12:07pm UTC](https://discourse.processing.org/t/can-processing-use-macos-xs-native-picture-in-picture-pip-mode/21806/1 "2020-06-12T12:07:43Z")

</div>

I’m not sure how to do it and I see no references to it in the forums. Am I able to take advantage of the native PIP with Processing? [Here is an example](https://support.apple.com/en-us/HT206997#:~:text=Start%20or%20stop%20Picture%20in%20Picture&text=If%20you%20don't%20see,in%2DPicture%2C%20if%20available.) of what I’m talking about

---

<div class="post-metadata">

### Author: ![josephh](https://yyz2.discourse-cdn.com/flex036/user_avatar/discourse.processing.org/josephh/32/210_2.png) [@josephh](https://discourse.processing.org/u/josephh)
#### Post date: [June 13, 2020, 11:03am UTC](https://discourse.processing.org/t/can-processing-use-macos-xs-native-picture-in-picture-pip-mode/21806/2 "2020-06-13T11:03:14Z")

</div>

Hi,

You can take a look at PiPifier, which is a safari extension to to PIP with HTML5 videos :

> **[arnoappenzeller/PiPifier](https://github.com/arnoappenzeller/PiPifier)**
>
> PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode - arnoappenzeller/PiPifier

Maybe you can use it with p5.js or it can give you advices to operate between Processing and Swift (I don’t know if it’s possible…)
