KOMPX.COM or COMPMISCELLANEA.COM   

Windows console applications. Multimedia

  1. MPlayer
  2. FFmpeg

Media players appeared long ago, but their heyday began with the mass spread of personal computers powerful enough to play video files. This coincided with the mass spread of operating systems and other software with graphical user interface. However, a program with a graphical user interface is dualistic in its nature: there is a code responsible for graphical user interface, for the appearance and there is a code - for performing the task the given application has been created for in the first place. Both code complexes consume system resources, their response time to user actions makes up certain amount of waiting time. And in cases or concepts when appearance is taken as less important - less important to the point of sparing or almost sparing to employ it - console applications, among others, appear. Moreover, the segmentation of the GUI and of the engine makes it easier to change the graphical user interface or perform complex automated operations.

The scheme is implemented for media players for Windows as well. MPlayer, for instance, in its usual form is a console application, starting up quickly, having fast response to user actions, consuming system resources almost entirely for its immediate task. And on this basis, if desired, one or another graphical interface may be added for creating, all in all, a new application.

MPlayer

Console media player for Windows. Basis for SMPlayer and UMPlayer. There are versions for Linux, FreeBSD, NetBSD, OpenBSD, Apple Darwin, Mac OS X, QNX, OpenSolaris/Solaris, Irix, HP-UX, AIX, some other *nix system, BeOS, Syllable, AmigaOS, AROS, MorphOS, DOS, Windows.

Supported video, audio formats, static images, subtitles, etc: MPlayer Features and Status of codecs support.

MPlayer - Screenshot 1

MPlayer - Dead Man

MPlayer - Screenshot 2

MPlayer - Sky Captain and the World of Tomorrow

MPlayer - Screenshot 3

MPlayer - 10,000 BC

MPlayer - Screenshot 4

MPlayer - 13 Tzameti

MPlayer - Screenshot 5

MPlayer - The Draughtsman's Contract

MPlayer - Screenshot 6

MPlayer - Balzaminov's Marriage

FFmpeg

Pack of utilities and libraries for work with video and audio files. Created in and for Linux, but there is a Windows variant. Source code may be compiled for some other operating systems.

Also, VLC media player can be run in text mode, ncurses using.

Operating systems
More