🎬 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.10
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.10.tar.gz | 3.2 kB | Details |
Built distribution (wheel)
| File | Interpreter | ABI | Platform | Reset |
|---|---|---|---|---|
| broadcaster_studio-0.1.10-py3-none-any.whl | Python 3 | none | any | Details |
Total release size: 6.9 kB
Release files / broadcaster_studio-0.1.10.tar.gz
| Download URL | broadcaster_studio-0.1.10.tar.gz |
|---|---|
| Size | 3.2 kB |
| Tags | Source |
|
SHA-256 checksum How to use checksums |
4f5c60e513e3a900761619bf7395efe6d827eca36ab226c8530b3adf9df40735
|
|
BLAKE2b-256 checksum How to use checksums |
53b5252d2251806a3f49abdfb2c8831aca386952068a55f0e3de31b450182a90
|
| 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.10-py3-none-any.whl
| Download URL | broadcaster_studio-0.1.10-py3-none-any.whl |
|---|---|
| Size | 3.7 kB |
| Tags | Python 3 |
|
SHA-256 checksum How to use checksums |
4cfdf15c0026994f5a5171af2bccd397037240c6841061e39a2433ae060fdccb
|
|
BLAKE2b-256 checksum How to use checksums |
c3a8b70561463afe7db6bb59fbdb0086299e23154a6ade718ecdbd74093ceb8e
|
| Upload date | |
|
Uploaded using Trusted Publishing? What is trusted publishing? |
No |
| Uploaded via |
twine/7.0.0 CPython/3.14.6
|