diff options
Diffstat (limited to 'example-scripts/av-source-eevblog-ffmpeg.sh')
-rwxr-xr-x | example-scripts/av-source-eevblog-ffmpeg.sh | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/example-scripts/av-source-eevblog-ffmpeg.sh b/example-scripts/av-source-eevblog-ffmpeg.sh deleted file mode 100755 index 20cbe1c..0000000 --- a/example-scripts/av-source-eevblog-ffmpeg.sh +++ /dev/null @@ -1,9 +0,0 @@ -#!/bin/sh -ffmpeg -y \ - -i $HOME/eevblog.mp4 \ - -c:v rawvideo \ - -c:a pcm_s16le \ - -pix_fmt uyvy422 \ - -af aresample=48000 \ - -f matroska \ - tcp://localhost:10000 |