LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Slackware (https://www.linuxquestions.org/questions/slackware-14/)
-   -   1080p in linux (https://www.linuxquestions.org/questions/slackware-14/1080p-in-linux-887404/)

cristi92b 06-20-2011 04:55 PM

1080p in linux
 
What software(exceping drivers) do you need for maximum performance with blu-ray movies or .mkv files? Is there any place I can find linux codecs or video players?


I'm using Slackware64 13.37

just in case...
CPU: AMD Athlon II x4 640
Graphic card: NVIDIA GeForce G210

Samael 06-20-2011 07:52 PM

VLC: http://slackware.org.uk/people/alien...ackbuilds/vlc/

John VV 06-20-2011 08:02 PM

for a store bought dvd
VLC and make sure you have libdvdcss & libdvdread installed
basically fallow the instructions on the VLC web site.
http://www.videolan.org/vlc/download-slackware.html

cristi92b 06-22-2011 11:34 AM

Thank you!

dugan 06-22-2011 11:42 AM

If you have the binary nvidia drivers and libvdpau, then rebuild MPlayer. MPlayer will detect that have vdpau support available, and you'll be able to use vdpau for hardware-accelerated decoding!

There are several SlackBuilds you can use, including one included with Slackware's sources. To also get support for playing commercial DVDs, run it with:

Code:

USE_PATENTS=YES ./MPlayer.SlackBuild
Edit the SlackBuild script and change the VERSION variable at the beginning to the current date, and it will pull and build latest version of MPlayer. The current versions of MPlayer feature multi-threaded decoding (details are on mplayerhq.hu), so this is recommended. (You'll also have to remove the obsolete --enable-large-files switch).

BTW, while none of the above will hurt you, you can really get by with doing nothing and just using version of MPlayer included with Slackware and/or the VLC package Samael linked to. I have a very similar setup to yours (Athlon II X3, Geforce 210), and both can play 1080p trailers from apple.com just fine.

Tinkster 06-22-2011 01:53 PM

Moved: This thread is more suitable in <Slackware> and has been moved accordingly to help your thread/question get the exposure it deserves.

H_TeXMeX_H 06-22-2011 02:10 PM

I agree that using vdpau is the best option, because it will take quite some processing power from the CPU without it.

dugan 06-29-2011 06:37 PM

I have a script to automatically detect whether or not vdpau can be used for a particular file, and to launch mplayer with the appropriate options:

http://duganchen.ca/mplayer-settings


All times are GMT -5. The time now is 12:13 PM.