The Computer Oracle

Keep mplayer open after video playback

--------------------------------------------------
Rise to the top 3% as a developer or hire one of them at Toptal: https://topt.al/25cXVn
--------------------------------------------------

Music by Eric Matyas
https://www.soundimage.org
Track title: Isolated

--

Chapters
00:00 Keep Mplayer Open After Video Playback
00:16 Accepted Answer Score 12
00:25 Answer 2 Score 1
00:41 Thank you

--

Full question
https://superuser.com/questions/355576/k...

--

Content licensed under CC BY-SA
https://meta.stackexchange.com/help/lice...

--

Tags
#linux #commandline #mplayer

#avk47



ACCEPTED ANSWER

Score 12


You can use this

#mplayer test.ogg -idle -fixed-vo



ANSWER 2

Score 1


You can do this with mplayer's slave mode. See:
http://www1.mplayerhq.hu/DOCS/tech/slave.txt

Also mentioned in the FAQ, 5th question under General Questions:
http://wiki.multimedia.cx/index.php?title=MPlayer_FAQ#General_Questions

Good luck!