This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
VmSize: 3886640 kB | |
VmSize: 3882544 kB | |
VmSize: 3882544 kB | |
VmSize: 3882544 kB | |
VmSize: 3882544 kB | |
VmSize: 3882544 kB | |
VmSize: 3890736 kB | |
VmSize: 3890736 kB | |
VmSize: 3882544 kB | |
VmSize: 3882544 kB |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ 0.001][v][cplayer] Command line options: '--log-file=output.txt' 'Bad Boys II (2003).mkv' | |
[ 0.001][v][cplayer] mpv git-6b22b21 (C) 2000-2015 mpv/MPlayer/mplayer2 projects | |
[ 0.001][v][cplayer] built on [01;32mSat Oct 29 15[01;33m:[00;32m35[01;33m:[00;32m25 PDT [01;32m2016[00;32m[0m | |
[ 0.001][v][cplayer] ffmpeg library versions: | |
[ 0.001][v][cplayer] libavutil 55.28.100 | |
[ 0.001][v][cplayer] libavcodec 57.48.101 | |
[ 0.001][v][cplayer] libavformat 57.41.100 | |
[ 0.001][v][cplayer] libswscale 4.1.100 | |
[ 0.001][v][cplayer] libavfilter 6.47.100 | |
[ 0.001][v][cplayer] libswresample 2.1.100 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
file=$1 | |
while true | |
do | |
# get the window id | |
WID=`xdotool search "mpv" | head -1` | |
if [ -z "$WID" ]; then | |
mpv $file & |
NewerOlder