Files
monibuca/example/8081/transcode.yaml
langhuihui 8a9fffb987 refactor: frame converter and mp4 track improvements
- Refactor frame converter implementation
- Update mp4 track to use ICodex
- General refactoring and code improvements

🤖 Generated with [Claude Code](https://claude.ai/code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-08-28 19:55:37 +08:00

16 lines
300 B
YAML

global:
loglevel: debug
http: :8081
tcp: :50052
debug:
profile: cpu.prof
transcode:
onpub:
transform:
^live.+:
input:
mode: pipe
output:
- target: rtmp://localhost/trans/$0/small
conf: -loglevel debug -c:a aac -c:v h264 -vf scale=320:240