Difference between revisions of "Direct Media Object"

From VideoLAN Wiki
Jump to navigation Jump to search
 
Line 12: Line 12:
  
 
=== Windows ===
 
=== Windows ===
Use it with the --codec dmo switch or activate it in the preferences.
+
Use it with the '''--codec dmo''' switch from command-line or activate it in the preferences ('''Tools -> Preferences...''' and '''Show settings: All''' and '''Input/Codecs -> Other codecs''' and tick '''Prefer system plugins over VLC''').
  
 
=== Linux ===
 
=== Linux ===

Revision as of 21:22, 17 December 2008

Description

Aka. MS DMO API, it is an API for various codecs and other Direct Media Objects.

Integration in VLC

Using DMO, VLC media player can use external codecs to read some video it couldn't without.

VLC media player can use DMO to decode many Windows Media codecs that are not native, like Microsoft Screen codecs or Microsoft Image codecs.

Windows

Use it with the --codec dmo switch from command-line or activate it in the preferences (Tools -> Preferences... and Show settings: All and Input/Codecs -> Other codecs and tick Prefer system plugins over VLC).

Linux

Under linux, you can use them with the --enable-loader switch that uses Wine's emulation. You have to put the Windows Media dlls in the /usr/win32 folder.