PINE64
Accelerated H.264 and HEVC video decoding with Cedrus - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: PINE A64(+) (https://forum.pine64.org/forumdisplay.php?fid=4)
+--- Forum: Linux on Pine A64(+) (https://forum.pine64.org/forumdisplay.php?fid=6)
+--- Thread: Accelerated H.264 and HEVC video decoding with Cedrus (/showthread.php?tid=424)

Pages: 1 2 3 4 5 6 7 8


RE: Accelerated H.264 and HEVC video decoding with Cedrus - longsleep - 06-28-2016

As long as the SoC temp in Linux stays below 80 it's fine without heat sink.


RE: Accelerated H.264 and HEVC video decoding with Cedrus - janeku - 07-03-2016

Latest update. Running test 1080p video H264 decoding, measured temperature do not go over 44C with heat sink (modified heat sink - cutted to SoC dimension) just layed on top of it, wthout any termal conductive paste.


RE: Accelerated H.264 and HEVC video decoding with Cedrus - Artyom - 07-04-2016

(07-03-2016, 11:53 AM)janeku Wrote: Latest update. Running test 1080p video H264 decoding, measured temperature do not go over 44C with heat sink (modified heat sink - cutted to SoC dimension) just layed on top of it, wthout any termal conductive paste.

Please post foto of your colling system. My experiments can be found here: http://forum.pine64.org/showthread.php?tid=1095&pid=14694#pid14694.


RE: Accelerated H.264 and HEVC video decoding with Cedrus - FoZo - 07-24-2016

(05-11-2016, 02:03 AM)lenny.raposo-pine64.pro Wrote: ok here is the list of the packages available

https://launchpad.net/~longsleep/+archive/ubuntu/ubuntu-pine64-flavour-makers

now simple do a sudo apt-get install package_name

Wink

(05-13-2016, 12:18 PM)lenny.raposo-pine64.pro Wrote: sudo -i
apt-get install xserver-xorg-video-fbturbo libump libcedrus1 libvdpau-sunxi1 sunxi-disp-tool


Those packages are missing in Debian.


RE: Accelerated H.264 and HEVC video decoding with Cedrus - winstonwang - 07-26-2016

I am trying to get this working in VLC but i can't seem to get it right. I have tried mplayer using longsleep's script to run the big buck bunny test video and that worked fine. For VLC i tried to force VDPAU decoding in the preferences(under the codec tab) and nothing seems to be happening. Is there some step i am missing?


RE: Accelerated H.264 and HEVC video decoding with Cedrus - CaptainZalo - 08-30-2016

A little something. I don't know if this can apply to the Pine64-board, but it sure does work on the CHIP (which also use the Cedar VPU).
http://free-electrons.com/blog/support-for-the-allwinner-vpu-in-the-mainline-linux-kernel/


RE: Accelerated H.264 and HEVC video decoding with Cedrus - MarkHaysHarris777 - 08-30-2016

(08-30-2016, 05:17 AM)CaptainZalo Wrote: A little something. I don't know if this can apply to the Pine64-board, but it sure does work on the CHIP (which also use the Cedar VPU).
http://free-electrons.com/blog/support-for-the-allwinner-vpu-in-the-mainline-linux-kernel/

hi Captain !  ... exactly !  Take a look at this.

... what is key, the tree NO ONE is barking up right now,  is a browser that fully supports VDPAU.  VDPAU and the Cedrus project are the key, potentially, for video in gnu+linux without proprietary kernel blobs on the PineA64 (IMHO).

Unfortunately, no such browser exists at the moment (for the PineA64) that supports VDPAU.  But this is a conversation (which longsleep has started many times) that needs to be pursued.


RE: Accelerated H.264 and HEVC video decoding with Cedrus - CaptainZalo - 08-30-2016

(08-30-2016, 05:26 AM)MarkHaysHarris777 Wrote: Unfortunately, no such browser exists at the moment (for the PineA64) that supports VDPAU.  But this is a conversation (which longsleep has started many times) that needs to be pursued.

Who's responsible for handling this? AllWinner, SBC makers or the true Lunix spirit; communities of all the different flavours of AllWinner based SBCs?


RE: Accelerated H.264 and HEVC video decoding with Cedrus - barawn - 09-13-2016

(08-30-2016, 05:26 AM)MarkHaysHarris777 Wrote:
(08-30-2016, 05:17 AM)CaptainZalo Wrote: A little something. I don't know if this can apply to the Pine64-board, but it sure does work on the CHIP (which also use the Cedar VPU).
http://free-electrons.com/blog/support-for-the-allwinner-vpu-in-the-mainline-linux-kernel/

hi Captain !  ... exactly !  Take a look at this.

... what is key, the tree NO ONE is barking up right now,  is a browser that fully supports VDPAU.  VDPAU and the Cedrus project are the key, potentially, for video in gnu+linux without proprietary kernel blobs on the PineA64 (IMHO).

Unfortunately, no such browser exists at the moment (for the PineA64) that supports VDPAU.  But this is a conversation (which longsleep has started many times) that needs to be pursued.

Chrome is a total jackass regarding VDPAU/VA-API acceleration under Linux - they support it under ChromeOS, using all the same libraries and setups - but not under Linux.

Firefox, however, at least has VDPAU/VA-API acceleration through freshplayerplugin, so that should work, in theory.


RE: Accelerated H.264 and HEVC video decoding with Cedrus - waldo - 09-13-2016

Flash for arm? Is there such a thing? 
From what I read on chromium's mailing list the real problem is that no one is working on a vdpau solution. 
As always with open-source  you're free to do it yourself  Angel...... Rrrrright
Edit.... the hardware codec support in chromium OS is done by vaapi, it seems, not by vdpau.