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) |
RE: Accelerated H.264 and HEVC video decoding with Cedrus - lenny.raposo-pine64.pro - 05-10-2016 Raspbit do you have longsleeps pine repos in your apt sources? cat /etc/apt/sources.lst RE: Accelerated H.264 and HEVC video decoding with Cedrus - RaspiBit - 05-11-2016 (05-10-2016, 10:32 PM)lenny.raposo-pine64.pro Wrote: Raspbit do you have longsleeps pine repos in your apt sources? "File does not exist" I just added this one to install sunxi-tool: sudo apt-add-repository ppa:longsleep/ubuntu-pine64-flavour-makers sudo apt-get update && sudo apt-get install sunxi-disp-tool RE: Accelerated H.264 and HEVC video decoding with Cedrus - lenny.raposo-pine64.pro - 05-11-2016 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 RE: Accelerated H.264 and HEVC video decoding with Cedrus - tkaiser - 05-11-2016 (05-11-2016, 02:03 AM)lenny.raposo-pine64.pro Wrote: ok here is the list of the packages available Wrong (as usual) since package names there do not match necessarily. When do you start reading through the threads you post to? When do you start providing correct information? When do you start adding correct information to the blank pages at pine64.pro you call a FAQ? When do you stop recommending useless/counterproductive workarounds? RE: Accelerated H.264 and HEVC video decoding with Cedrus - Metalazzo - 05-11-2016 you should try to be nice for once... i'm sure you can like this. why the aggressive tone in almost every post ? Accelerated H.264 and HEVC video decoding with Cedrus - RaspiBit - 05-12-2016 I'd like to get a better graphics performance but I have no idea how, could you guide me through the process? RE: Accelerated H.264 and HEVC video decoding with Cedrus - lenny.raposo-pine64.pro - 05-13-2016 sudo -i apt-get install xserver-xorg-video-fbturbo libump libcedrus1 libvdpau-sunxi1 sunxi-disp-tool RE: Accelerated H.264 and HEVC video decoding with Cedrus - rdPine64 - 05-18-2016 (05-13-2016, 12:18 PM)lenny.raposo-pine64.pro Wrote: sudo -i OK I have all this installed however I don't see anything like fbturbo using the mail module after install reboot and following instructions? ubuntu@localhost:~$ lsmod Module Size Used by vfe_v4l2 744450 0 mali 190891 0 videobuf2_dma_contig 8772 1 vfe_v4l2 videobuf2_memops 1730 1 videobuf2_dma_contig vfe_io 30197 1 vfe_v4l2 cedar_ve 13200 0 videobuf2_core 24000 1 vfe_v4l2 ss 31983 0 8723bs 1343876 0 cfg80211 356431 1 8723bs ppdev 6388 0 parport 18857 1 ppdev What else do we need to get the fbturbo xserver accelerate? Thanks RE: Accelerated H.264 and HEVC video decoding with Cedrus - longsleep - 05-18-2016 Why do you think lsmod is a valid tool to check if fbturbo does use mali - it is not. Fbturbo does not use mali as of now (no working mali_drm module available in BSP) - check your xorg log to see the reasons and for accelleration details. Also, if you have installed my package from my PPA then you probably still need an xorg configuration. Its all described in the fbturbo docs - or if you are not interested in the details just use: https://github.com/longsleep/build-pine64-image/blob/master/simpleimage/platform-scripts/install_mate_desktop.sh#L24-L32 RE: Accelerated H.264 and HEVC video decoding with Cedrus - janeku - 06-28-2016 [quote pid='3468' dateline='1457810839'] Pine64 SoC temperature is stable at around 70C while decoding HEVC 1080p (without a heat sink, no enclosure). For easy mplayer launches with the correct parameters feel free to use https://github.com/longsleep/build-pine64-image/blob/master/simpleimage/platform-scripts/mplayer-play.sh I will not support this overly much, but it confirms that the BSP Kernel has everything which is needed to use the media decoder in the Pine64. Cheers Simon [/quote] To be more precise: tested with calibrated instrument: 75degC. Looks like heat sink will be needed anyway |