Skip to content

Instantly share code, notes, and snippets.

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
@John-Gee
John-Gee / output.txt
Created October 29, 2016 22:38
mpv log
[ 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 Sat Oct 29 15:35:25 PDT 2016
[ 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
@John-Gee
John-Gee / script.sh
Created October 29, 2016 22:30
Script to trigger the issue
#!/bin/bash
file=$1
while true
do
# get the window id
WID=`xdotool search "mpv" | head -1`
if [ -z "$WID" ]; then
mpv $file &