From 39c8cb3a0e3813ef77c61c601d0028281c04ad2d Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Sun, 6 Dec 2015 20:28:02 +0100 Subject: [example-scripts] overhaul and test all example scripts, fixes #5 --- example-scripts/av-record-output-ffmpeg.sh | 8 -------- 1 file changed, 8 deletions(-) delete mode 100755 example-scripts/av-record-output-ffmpeg.sh (limited to 'example-scripts/av-record-output-ffmpeg.sh') diff --git a/example-scripts/av-record-output-ffmpeg.sh b/example-scripts/av-record-output-ffmpeg.sh deleted file mode 100755 index 0ea3d25..0000000 --- a/example-scripts/av-record-output-ffmpeg.sh +++ /dev/null @@ -1,8 +0,0 @@ -#!/bin/sh -ffmpeg \ - -i tcp://localhost:11000 \ - -ac 2 -channel_layout 2 -aspect 16:9 \ - -map 0:v -c:v:0 mpeg2video -pix_fmt:v:0 yuv422p -qscale:v:0 2 -qmin:v:0 2 -qmax:v:0 7 -keyint_min 0 -bf:0 0 -g:0 0 -intra:0 -maxrate:0 90M \ - -map 0:a -c:a:0 mp2 -b:a:0 192k -ac:a:0 2 -ar:a:0 48000 \ - -flags +global_header -flags +ilme+ildct \ - -f segment -segment_time 180 -segment_format mpegts segment-%d.ts -- cgit v1.2.3