Update gst-launch-1.0.sh

pull/132/head
Tom21200 2 years ago committed by GitHub
parent b51d8d6cbd
commit c23dbb531a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -72,9 +72,13 @@ newline
info "========================================[start $0 $pid]"
info "GST_ARGS: $*"
# Force 5.1 (untested)
"$path.orig" "$@" 2>> $stderrfile &
child=$!
wait "$child"
# Force 5.1 (untested)
gst-launch-1.0 uridecodebin uri=file://"$1" ! audioconvert ! audioresample ! audio/x-raw,channels=6 ! alsasink 2>> $stderrfile
endprocess

Loading…
Cancel
Save