Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lioneljouin/pip-tool
PiP tool is a software to use the Picture in Picture mode on Windows. This feature allows you to watch content (video for example) in thumbnail format on the screen while continuing to use any other software on Windows.
https://github.com/lioneljouin/pip-tool
c-sharp dotnet machine-learning microsoft picture-in-picture player twitch video windows-10 wpf youtube
Last synced: 26 days ago
JSON representation
PiP tool is a software to use the Picture in Picture mode on Windows. This feature allows you to watch content (video for example) in thumbnail format on the screen while continuing to use any other software on Windows.
- Host: GitHub
- URL: https://github.com/lioneljouin/pip-tool
- Owner: LionelJouin
- License: mit
- Created: 2017-07-02T12:25:11.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T18:52:42.000Z (almost 2 years ago)
- Last Synced: 2024-10-10T14:23:20.798Z (26 days ago)
- Topics: c-sharp, dotnet, machine-learning, microsoft, picture-in-picture, player, twitch, video, windows-10, wpf, youtube
- Language: C#
- Homepage:
- Size: 290 KB
- Stars: 929
- Watchers: 28
- Forks: 77
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ![logo][] PiP-Tool (Picture In Picture tool)
[![Release](https://img.shields.io/github/release/LionelJouin/PiP-Tool.svg)](https://github.com/LionelJouin/PiP-Tool/releases)
[![Release](https://img.shields.io/azure-devops/build/lioneljouin/PiP-Tool/3.svg)](https://lioneljouin.visualstudio.com/PiP-Tool)[logo]: https://i.imgur.com/SMaB1GI.png
PiP tool is a software to use the Picture in Picture mode on Windows. This feature allows you to watch content (video for example) in thumbnail format on the screen while continuing to use any other software on Windows.
To use this tool, select a window and the region of the window, then validate. A new window (Always on the top) will appear with the selected region. The software does not work yet with minimized windows (If you're watching a video, and you minimize the window, the video in the Picture in Picture mode will stop)
### Machine Learning ([ML.NET](https://www.microsoft.com/net/learn/apps/machine-learning-and-ai/ml-dotnet) - [dotnet/machinelearning](https://github.com/dotnet/machinelearning))
Machine learning is used in this software to predict selected regions in order to simplify and speed up the usage of the PiP-Tool.
There are no default data provided with this app, data are created and stored locally from your previous uses of this software. When you have validated a selected region to enter in Picture in Picture Mode, region' data are stored and the machine learning' model is improved.
## Requirements
* Microsoft Windows Vista or greater (64 bit).
* Microsoft .NET Framework 4.7.## Installation
Get the [latest version](https://github.com/LionelJouin/PiP-Tool/releases) from the releases section as an MSI installer.
## Screenshot
![Pip-Tool](https://i.imgur.com/h53u77B.png)
![Pip-Tool](https://i.imgur.com/Uyth2KG.png)
![Pip-Tool](https://i.imgur.com/wReFIh7.png)
![Pip-Tool](https://i.imgur.com/X5Udm8L.gif)## Authors
* **Lionel Jouin** - [LionelJouin](https://github.com/LionelJouin)
See also the list of [contributors](https://github.com/LionelJouin/PiP-Tool/graphs/contributors) who participated in this project.
## License
This project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details