summaryrefslogtreecommitdiff
path: root/start_video.sh
diff options
context:
space:
mode:
Diffstat (limited to 'start_video.sh')
-rw-r--r--start_video.sh8
1 files changed, 8 insertions, 0 deletions
diff --git a/start_video.sh b/start_video.sh
new file mode 100644
index 0000000..9edcb42
--- /dev/null
+++ b/start_video.sh
@@ -0,0 +1,8 @@
+#!/bin/bash
+#while true ;
+# do
+# gst-launch-0.10 playbin2 uri=file:///root/videos/The_Magic_of_Flight_720p.mp4 ;
+ gst-launch-0.10 filesrc location=/root/videos/The_Magic_of_Flight_720p.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ;
+ gst-launch-0.10 filesrc location=/root/videos/SuperSpeedway_720p.mp4 ! qtdemux ! vaapidecode ! vaapisink fullscreen=true ;
+#done
+