diff options
author | MaZderMind <github@mazdermind.de> | 2015-06-16 15:15:00 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-06-16 15:15:00 +0200 |
commit | b2c5c5cc6eb904db8e6c05d2281541b16d4a2ce8 (patch) | |
tree | c293370dfa4cdd9345408ef4221d9d8b6308d559 /voctocore | |
parent | 63a26d8b0afb759bcd3c256266a2cc1439e672bf (diff) |
fix size specification in loop script
Diffstat (limited to 'voctocore')
-rwxr-xr-x | voctocore/scripts/av-source-background-loop.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/voctocore/scripts/av-source-background-loop.py b/voctocore/scripts/av-source-background-loop.py index bb54bbf..9f4dc6d 100755 --- a/voctocore/scripts/av-source-background-loop.py +++ b/voctocore/scripts/av-source-background-loop.py @@ -12,7 +12,7 @@ class LoopSource(object): def __init__(self): pipeline = """ uridecodebin name=src uri=http://c3voc.mazdermind.de/bg.ts ! - video/x-raw,format=I420,width=1900,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 ! + video/x-raw,format=I420,width=1920,height=1080,framerate=25/1,pixel-aspect-ratio=1/1 ! matroskamux ! tcpclientsink host=localhost port=16000 """ |