🎬 Broadcaster Studio (broadcaster-studio)
Broadcaster Studio는 Python과 FFmpeg를 활용하여 고화질 뉴스 방송 자막, 긴급 속보 연출, 방송 시계 등을 초고속으로 렌더링하는 오픈소스 라이브러리입니다.
🚀 v0.1.9 신기능 (New Features)
- 🚨
add_breaking_news_flash(): 화면 화면 번쩍임 + 긴급 속보 중앙 타이틀 효과 추가 - 🏷️
add_channel_logo(): 방송사 로고 / 워터마크 오버레이 지원 - 🔗 메서드 체이닝 (Method Chaining) 완벽 지원
📦 설치 (Installation)
pip install broadcaster-studio
💡 v0.1.9 사용 예시 (Usage Example)
import os
from broadcaster import BroadcasterStudio
input_video = "test.mp4"
if os.path.exists(input_video):
studio = BroadcasterStudio(input_video)
(
studio
.add_breaking_news_flash("[속보] BroadcasterStudio v0.1.9 배포!") # 속보 번쩍 효과
.add_broadcast_clock(True) # 우측 하단 방송 시계
.add_news_ticker(
category="[단독]",
text="권팝(12세) 개발자, 속보 플래시 효과 및 체이닝 메서드 공식 탑재!"
)
)
studio.render("output_news.mp4")
📄 라이선스 (License)
MIT License
Release files for broadcaster-studio 0.1.13
For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.
Source distribution (sdist)
| File | Size | Uploaded | |
|---|---|---|---|
| broadcaster_studio-0.1.13.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| broadcaster_studio-0.1.13-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.6 kB
Release files / broadcaster_studio-0.1.13.tar.gz
| Download URL | broadcaster_studio-0.1.13.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
82ae2d170c044ea3c783c13dc62cf2877de2090a2eb22c1334f68698b42fa97a
|
|
BLAKE2b-256 checksum How to use checksums |
e921649760bc2beabaa3ced0098ed8e2ea302214c07e803e15d35655730d7eff
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|
Release files / broadcaster_studio-0.1.13-py3-none-any.whl
| Download URL | broadcaster_studio-0.1.13-py3-none-any.whl |
|---|---|
| Size | 4.0 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
ff89d59aa8604ad806176c0bc221d86c332c5c95883537eb24b62c057e19a4a1
|
|
BLAKE2b-256 checksum How to use checksums |
d97e517a9a444205c8660c23e362e85b23207c63b2ba59a1d1bbde4f89370878
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|