diff options
author | root <root@mediaserver.Belkin> | 2010-02-18 17:48:07 +0100 |
---|---|---|
committer | root <root@mediaserver.Belkin> | 2010-02-18 17:48:07 +0100 |
commit | ee59e19183a839784e6ac30ed639548e4f36615e (patch) | |
tree | ccb25718c32934f41368fa46dbc6083aae533fa6 /istream.sh | |
parent | 1f5be309fb11e8fa2070c186efe6037a03a9b572 (diff) | |
download | istreamdev-ee59e19183a839784e6ac30ed639548e4f36615e.tar.gz istreamdev-ee59e19183a839784e6ac30ed639548e4f36615e.tar.bz2 |
Second rev with media streaming. Now it works for all video types.
And some more bugfixes
Committer: Alib <aliboba@free.fr>
modified: HISTORY
modified: config.php
modified: css/style.css
modified: includes/inc_media.php
modified: includes/inc_rec.php
modified: includes/inc_stream.php
modified: includes/inc_vdr.php
modified: includes/include.php
modified: istream.sh
Diffstat (limited to 'istream.sh')
-rwxr-xr-x | istream.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -33,7 +33,7 @@ then cd ram 2> /dev/null rm "$PREFIX"*.ts -2> /dev/null $FFPATH -i $STREAM -deinterlace -f mpegts -acodec libmp3lame -ab $ARATE -ac $ACHANNELS -s $XY -vcodec libx264 -b $VRATE -flags +loop \ +2> /dev/null $FFPATH -i "$STREAM" -deinterlace -f mpegts -acodec libmp3lame -ab $ARATE -ac $ACHANNELS -s $XY -vcodec libx264 -b $VRATE -flags +loop \ -cmp \+chroma -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 -me_range 16 -keyint_min 25 \ -sc_threshold 40 -i_qfactor 0.71 -bt $VRATE -maxrate $VRATE -bufsize $VRATE -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 \ -qmin 10 -qmax 51 -qdiff 4 -level 30 -g 30 -async 2 -threads 4 - | \ |