File: source-decklink-cam1.sh

package info (click to toggle)
voctomix 1.3-6
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 3,368 kB
  • sloc: python: 4,958; sh: 733; makefile: 23
file content (8 lines) | stat: -rwxr-xr-x 174 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
#!/bin/sh
ffmpeg -y -nostdin \
	-f decklink \
	-i 'DeckLink Mini Recorder (1)@10' \
	-c:v rawvideo -c:a pcm_s16le \
	-pix_fmt yuv420p \
	-f matroska \
	tcp://localhost:10000