Metadata-Version: 2.4
Name: overlay-cast
Version: 0.1.0
Summary: 25 social UI and broadcast overlay styles — lower thirds, news tickers, phone mockups, live stream HUDs, split screen, vertical Reels, waveforms
Project-URL: Homepage, https://github.com/tomastimelock/overlay-cast
Project-URL: Issues, https://github.com/tomastimelock/overlay-cast/issues
Project-URL: Source, https://github.com/tomastimelock/overlay-cast
Author-email: Trollfabriken AITrix AB <dev@trollfabriken.se>
License: MIT License
        
        Copyright (c) 2026 Trollfabriken AITrix AB
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: broadcast,lower-third,overlay,reels,social-media,streaming,video
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Multimedia :: Graphics
Classifier: Topic :: Multimedia :: Video
Classifier: Topic :: Multimedia :: Video :: Conversion
Requires-Python: >=3.10
Requires-Dist: ffmpeg-python>=0.2
Requires-Dist: numpy>=1.24
Requires-Dist: opencv-python-headless>=4.8
Requires-Dist: pillow>=10.0
Requires-Dist: pydantic>=2.5
Requires-Dist: video-fx>=0.1
Provides-Extra: all
Requires-Dist: audio-arrange>=0.1; extra == 'all'
Requires-Dist: video-arrange>=0.1; extra == 'all'
Requires-Dist: web-overlay>=0.1; extra == 'all'
Provides-Extra: audio
Requires-Dist: audio-arrange>=0.1; extra == 'audio'
Provides-Extra: dev
Requires-Dist: build; extra == 'dev'
Requires-Dist: pytest-cov>=4; extra == 'dev'
Requires-Dist: pytest>=7; extra == 'dev'
Requires-Dist: ruff>=0.4; extra == 'dev'
Provides-Extra: multicam
Requires-Dist: video-arrange>=0.1; extra == 'multicam'
Provides-Extra: overlay
Requires-Dist: web-overlay>=0.1; extra == 'overlay'
Description-Content-Type: text/markdown

# overlay-cast

25 social UI and broadcast overlay styles for video — lower thirds, news tickers, phone mockups, live stream HUDs, split screen, vertical Reels layout, and podcast waveforms.

```python
from overlay_cast import apply_overlay, add_lower_third, OverlayConfig

# Add a lower third
add_lower_third("interview.mp4", name="Dr. Chen", title="Researcher", output="captioned.mp4")

# Live stream overlay
apply_overlay("raw.mp4", style="live_stream_overlay", output="streamed.mp4")

# Convert landscape to vertical Reels format
apply_overlay("landscape.mp4", style="vertical_reels_layout", output="reels.mp4")
```

Part of the Trollfabriken video-effects family: `video-fx` · `watch-cast` · `overlay-cast` · `scene-fx`.

Built at Trollfabriken AITrix AB · PyPI: `opusmorale` · GitHub: `tomastimelock`
