diff options
author | MaZderMind <github@mazdermind.de> | 2015-05-15 12:02:10 +0200 |
---|---|---|
committer | MaZderMind <github@mazdermind.de> | 2015-05-15 12:02:10 +0200 |
commit | ea9b3d79923920c5f8f83923c1af8dd516180796 (patch) | |
tree | 8f60f69118cde59fad91639087ff6a3e7f93d346 /voctocore | |
parent | 437c71a324ecfcd92fd6f21d7959915ac16100bf (diff) |
Less messages on the av-spurce scripts
Diffstat (limited to 'voctocore')
-rwxr-xr-x | voctocore/scripts/av-source-avsync.sh | 2 | ||||
-rwxr-xr-x | voctocore/scripts/av-source-eevblog.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/voctocore/scripts/av-source-avsync.sh b/voctocore/scripts/av-source-avsync.sh index 275da85..2a8ab01 100755 --- a/voctocore/scripts/av-source-avsync.sh +++ b/voctocore/scripts/av-source-avsync.sh @@ -1,5 +1,5 @@ #!/bin/sh -gst-launch-1.0 -vm \ +gst-launch-1.0 \ uridecodebin \ uri=http://c3voc.mazdermind.de/avsync.mp4 \ name=src \ diff --git a/voctocore/scripts/av-source-eevblog.sh b/voctocore/scripts/av-source-eevblog.sh index 373cb77..03c2528 100755 --- a/voctocore/scripts/av-source-eevblog.sh +++ b/voctocore/scripts/av-source-eevblog.sh @@ -1,5 +1,5 @@ #!/bin/sh -gst-launch-1.0 -vm \ +gst-launch-1.0 \ filesrc location=$HOME/eevblog.mp4 !\ decodebin name=src \ \ |