🎬 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.9
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.9.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| broadcaster_studio-0.1.9-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.8 kB
Release files / broadcaster_studio-0.1.9.tar.gz
| Download URL | broadcaster_studio-0.1.9.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
f891d61479e24a2c3ab9856dadd35a54b07bba72efd42cf77b3d81603bffb00f
|
|
BLAKE2b-256 checksum How to use checksums |
400889adab9e7c953ca78466f685dd8a037d794ac7580ae91eed6920ce5e88df
|
| 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.9-py3-none-any.whl
| Download URL | broadcaster_studio-0.1.9-py3-none-any.whl |
|---|---|
| Size | 3.6 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
6de6e5a680489d93a632ef0f1ec3cc8aaf8d37fc7d909d150b16f195bac71bd3
|
|
BLAKE2b-256 checksum How to use checksums |
fbf19e1cf689666e49efb168804cd1a537073c993b3c8cb16040d58bfc2116d8
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|