Post subject: Watching newer TASVideos' videos in Linux
Emulator Coder
Joined: 3/9/2004
Posts: 4588
Location: In his lab studying psychology to find new ways to torture TASers and forumers
As you most probably know, we encode our files into the H.264 video stream format, which generally needs a bit of CPU power to playback. We also recently switched to using the MKV container format instead of AVI which also seems to add more overhead too. I've found many recent videos on this site taxed my CPU a bit much. If you have Intel SpeedStep or similar installed, you'll probably notice when playing one of our newer videos full screen that the CPU will go into full speed mode, and run hotter instead of saving power. If you have an nVidia video card (which is the best supported video card brand for Linux), you can now get video decoding acceleration. For MPlayer, use the parameters "-vc ffh264vdpau -vo vdpau" when watching one of our videos. Other video players updated recently may have similar options. Under Debian based distributions, you'll need to install the "nvidia-libvdpau1" package. Look for a similar package under other distributions. Also, if you happen to be using Debian, you may want to look for updated video playing packages from http://www.debian-multimedia.org
Warning: Opinions expressed by Nach or others in this post do not necessarily reflect the views, opinions, or position of Nach himself on the matter(s) being discussed therein.
Former player
Joined: 12/1/2007
Posts: 425
What CPU do you have? This really shouldn't be a problem unless you have an old CPU. On my nearly 3 years old Pentium D machine, with software decoding, in full screen, I only get 10% CPU usage. VDPAU is still nice though. With it, H.264 playback barely touches the CPU usage.
Emulator Coder, Site Developer, Former player
Joined: 11/6/2004
Posts: 833
For anything that isn't 1080p, my 3 year old CPU laughs off any video I throw at it. Well, the final boss death of Earthbound was pretty harsh, but in the codec's defense it really looked like the game had gone haywire.
Emulator Coder
Joined: 3/9/2004
Posts: 4588
Location: In his lab studying psychology to find new ways to torture TASers and forumers
Johannes wrote:
What CPU do you have?
My laptop contains a Core 2 Duo.
Warning: Opinions expressed by Nach or others in this post do not necessarily reflect the views, opinions, or position of Nach himself on the matter(s) being discussed therein.