6 lines
136 B
Bash
6 lines
136 B
Bash
|
|
#!/bin/sh
|
||
|
|
#export GST_DEBUG=*:5
|
||
|
|
#export GST_DEBUG_FILE=/tmp/2.txt
|
||
|
|
export mpp_syslog_perror=1
|
||
|
|
DISPLAY=:0.0 parole -i /usr/local/test.mp4
|