LinuxQuestions.org
Review your favorite Linux distribution.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Software
User Name
Password
Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum.

Notices


Reply
  Search this Thread
Old 03-28-2013, 02:09 AM   #1
Kronus980
Member
 
Registered: Oct 2010
Location: California
Distribution: Ubuntu 12.10 x64
Posts: 41

Rep: Reputation: 1
1080p MKV Video Playback Issues


Seems like every video player I find has trouble playing these 1080p mkv files I have. When it gets to a certain point, in the video there's some kind of video static, and when the player tries to render the effects it slows down, skips during playback of that video effect only (and it spawns often in what I'm watching), and in VLC's case it froze entirely. I've tried every player in the Ubuntu Software Center. Anyone have any I can try? Or maybe help me tweak something to work? Thanks in advance.

EDIT: Hopefully something in equal to Windows' MPC

Last edited by Kronus980; 03-28-2013 at 02:26 AM.
 
Old 03-28-2013, 05:26 AM   #2
yooy
Senior Member
 
Registered: Dec 2009
Posts: 1,387

Rep: Reputation: 174Reputation: 174
Your pc is too slow i guess, but you can still watch 1080p avi files by converting those mkv files you have.
 
Old 03-28-2013, 12:40 PM   #3
John VV
LQ Muse
 
Registered: Aug 2005
Location: A2 area Mi.
Posts: 17,624

Rep: Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651Reputation: 2651
mkv is a holder is the video in h264

have you looked into "Mplayer" ? and installing the codecs and plugins

there is the all 2011 codec package from mplayer.hq
and all the plugins for xine and gstreamer that can be used

4 gig ram is enough
the core 2 duo is a bit old but usable
NVIDIA 9800 GT ?
what driver are you using ?
the opensource "nouveau" ?
or the proprietary nvidia.run or the kmod-nvidia

my 12 year old P4 computer did not have any issues with HD avi's and mkv's
though the 1 gig ram was a bit low so there was some buffering issues do to 1 gig ram

Last edited by John VV; 03-28-2013 at 12:42 PM.
 
Old 03-28-2013, 01:50 PM   #4
H_TeXMeX_H
LQ Guru
 
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
Blog Entries: 2

Rep: Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301Reputation: 1301
That nvidia card should be enough to play 1080p. The drivers you use are important, but newer nouveau drivers should be able to play it. If not, then I guess you have to use the proprietary blob.
 
Old 03-28-2013, 06:12 PM   #5
teckk
LQ Guru
 
Registered: Oct 2004
Distribution: Arch
Posts: 5,137
Blog Entries: 6

Rep: Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826Reputation: 1826
Mpeg2 or 4
Code:
mplayer -nodouble file.mpg
Code:
mplayer -lavdopts lowres=1 -vfm ffmpeg file.mpg
H264
Code:
mplayer -lavdopts skiploopfilter=all file.mkv
Code:
mplayer -lavdopts skipframe=nonref:skiploopfilter=all:fast=1 file.mkv
Also using ffmpeg will help on a lower resource machine.
Code:
mplayer ffmpeg://file.mkv
Also look at
Code:
ffplay file.mkv
Look at -framedrop and -hardframedrop

I can watch 1080p on a P4 with an old nvidia 5200 without framedropping or low res.(just barely)
Code:
lspci | grep VGA
01:00.0 VGA compatible controller: NVIDIA Corporation NV34 [GeForce FX 5200] (rev a1)
Code:
cat /proc/cpuinfo
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 2
model name	: Intel(R) Pentium(R) 4 CPU 2.20GHz
...........
...........
 
Old 03-28-2013, 06:56 PM   #6
Emerson
LQ Sage
 
Registered: Nov 2004
Location: Saint Amant, Acadiana
Distribution: Gentoo ~amd64
Posts: 7,661

Rep: Reputation: Disabled
An 1.7 GHz Atom can play back x246 1080p with proper GPU. By proper GPU I mean something like nVidia which offers a capable Linux driver, see VDPAU. Your player has to be aware of VDPAU and use it. There is another API emerging, VA API, which can utilize hardware decoding as well.
 
Old 03-29-2013, 12:50 PM   #7
Madhu Desai
Member
 
Registered: Mar 2013
Distribution: Rocky, Fedora, Ubuntu
Posts: 541

Rep: Reputation: 153Reputation: 153
i also had similar problem. i installed nvidia driver from manufacturer's website. i have GeForce 9500 GT. it solved everything. but my distribution is CentOS 6.4. dont know about ubuntu.
 
Old 03-30-2013, 03:23 PM   #8
Kronus980
Member
 
Registered: Oct 2010
Location: California
Distribution: Ubuntu 12.10 x64
Posts: 41

Original Poster
Rep: Reputation: 1
Nothing worked XBMC works! But seems like such a haul JUST to play a 30 minute clip.. And when I had Windows 7 on my comp it did the same. But I tried it with MPC and it works fine.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Choppy VLC Playback on mkv files swampdog2002 SUSE / openSUSE 7 10-11-2011 11:23 PM
Hardware requirement to simultaneously do video compression whilst playing back 1080p boognish100 Linux - Hardware 2 05-27-2010 03:49 PM
High definition (720p or 1080p) playback on Linux & driver AleLinuxBSD Linux - Software 0 04-12-2010 03:17 AM
*Help* linux uber newb....wmv playback and ati video driver issues Christastrophe Linux - Newbie 16 02-23-2009 06:32 PM
mkv playback issues Prey Linux - Software 9 02-06-2009 06:12 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Software

All times are GMT -5. The time now is 08:18 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration