🎬 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.12
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.12.tar.gz | 3.6 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| broadcaster_studio-0.1.12-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 7.7 kB
Release files / broadcaster_studio-0.1.12.tar.gz
| Download URL | broadcaster_studio-0.1.12.tar.gz |
|---|---|
| Size | 3.6 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
383feb2761a91adc79c55270dc46e5f9075b3211d888b8ef722618ebd51e210d
|
|
BLAKE2b-256 checksum How to use checksums |
a354d1e091a9f192b41ad0a2cc75e90c1cb23370a5206015cd764eab55d111e8
|
| 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.12-py3-none-any.whl
| Download URL | broadcaster_studio-0.1.12-py3-none-any.whl |
|---|---|
| Size | 4.1 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
0739692efa66d273d1092becc742e9b3f4538cd4bf6f341f9e949fb51f321a8c
|
|
BLAKE2b-256 checksum How to use checksums |
074217617f701f0f11fd4e599b89700f6edd23f6b1a9965fc7bbf672b45c0af4
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|