diff options
Diffstat (limited to 'voctocore/scripts/av-source-cam2.sh')
-rwxr-xr-x | voctocore/scripts/av-source-cam2.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/voctocore/scripts/av-source-cam2.sh b/voctocore/scripts/av-source-cam2.sh deleted file mode 100755 index 6f39fd0..0000000 --- a/voctocore/scripts/av-source-cam2.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -ffmpeg -y \ - -i "$HOME/31c3-sendezentrum-1003-de-Freak_Show_FS147_That_Escalatored_Quickly_hd.mp4" \ - -ac 2 \ - -af aresample=48000 \ - -c:v rawvideo \ - -c:a pcm_s16le \ - -f matroska \ - tcp://localhost:10001 |