author | leo_sobral |
Thu Sep 21 00:05:27 2006 +0100 (2006-09-21) | |
branch | trunk |
changeset 3 | 265cdb1c59e3 |
parent 2 | mythtv_plugin/test-nuv.sh@bd3829c2e9c9 |
permissions | -rwxr-xr-x |
leo_sobral@2 | 1 |
#! /bin/sh |
leo_sobral@2 | 2 |
echo on |
leo_sobral@2 | 3 |
gst-launch-0.10 filesrc location=sample1_divx.nuv ! ffdemux_nuv name=nuvdemux nuvdemux.video_00 ! queue ! ffdec_mpeg4 ! xvimagesink sync=false nuvdemux.audio_00 ! queue ! ffdec_mp3 ! audioconvert ! alsasink sync=false 2>&1 |