News:

Rule #1 - Be Patient - Rule #2 - Don't ask when, if you don't contribute - Rule #3 - You have coding skills - LinuxMCE's small brother is available: http://www.agocontrol.com

Main Menu

.MKV video files

Started by dcubox1, March 18, 2010, 10:50:39 AM

Previous topic - Next topic

dcubox1

Does anybody know if the systems can play .mkv videos? I recently tried copying a file across into the videos directory
and while the movie was listed in LinuxMCE i got an error when I tried to play it... Any ideas??

pw44

Yes, it plays, either wih xine or mplayer. Which error did you get?

dcubox1

ok so the error I am getting is:

The DVD cannot be read or the DVDCSS library is not installed???

Any ideas!

bongowongo

sudo apt-get install libdvdcss2 w32codecs

dcubox1

ran the above code, it downloaded the package, reloaded the router.
Got same error :(

niz23

Many mkv files do not play in the version of Xine that we use because it do not support latest Matroska Container format.

/niz23

dcubox1

so what is the best supported type to convert the files to?

pw44

.avi and .mpeg
.mkv files can be well played when the file type is changed to .m2ts. in this case it will not be played by xine but by mplayer.

dcubox1

is that just done by simply renaming the file extension?
Also what difference does setting the file type and file format in the admin page do?

pw44

#9
yes, simply renaming. you can do it using the shell console, dolphin or any file manager available for linux, or even under windows, if it "sees" the directory where the files to be renamed are (via samba).
please explain about setting the file type and file format in the webadmin page.

dcubox1

Thanks ill give it a go.

In the admin page you can set the file type as "LinuxMCE Video File" or "BlueRay" for example.
And similarly the file format can be set to "HD 720" or "mp3" fo examples.

I was just wondering if these settings have a bearing on how LMCE handles the files!?

niz23

As far as I know it do not change which player get used for a media file.
.evo and .m2ts is routed to mplayer the rest is handled by xineplayer.

/niz23

dcubox1

Renaming to .m2ts worked a charm thanks again for all the help