8 examples for mplayer
# To view a movie with the text based subtitles, use this command to start mplayer mplayer movie.avi -sub subtitle.txt
# Play a video as ascii art in your terminal. CACA_DRIVER=ncurses mplayer -vf framestep=2 -ao pulse -vo caca -quiet video.mp4 2>/dev/null
# Plays all mp3 files in a directory in a repeating loop. Change 0 to another integer to set number of loops. mplayer -loop 0 *.mp3
# Play an internet radio station where stream is a playlist mplayer -playlist "http://96.aac.pls.kusc.live"
# Play all ".mp4" audio only in your current directory - good if you are using a tty linux console mplayer -novideo *