PINE64
Resize video playback - Printable Version

+- PINE64 (https://forum.pine64.org)
+-- Forum: Pinebook (https://forum.pine64.org/forumdisplay.php?fid=76)
+--- Forum: Linux on Pinebook (https://forum.pine64.org/forumdisplay.php?fid=79)
+--- Thread: Resize video playback (/showthread.php?tid=5351)



Resize video playback - Mick - 11-10-2017

Hi,
I own my PineBook since few months yet, and I have not installed the 32 eMMC requested in the same order. But that's not the point Tongue , just to say that I'm still working with the pre-installed linux distribution (xenial-mate, if I remember well).
Quite often I play video, either with the default media player or with vlc, and both have the same effect: video frame is always on top, and there is no way to resize it. The former is not a big inconvenience, the latter is though, since:
  • bigger video than the screen resolution are not visible
  • player controlls (play, pause, stop, full-screen, etc.) are not accessible.
Any hint about this issue?


RE: Resize video playback - Luke - 11-10-2017

Lack of drm makes it so that we only have one 'plane' of rendering - and so video playback and controls are effectively rendered in one plane. You can enable DRM (see ayufan's git) but video playback performance is poor. So, in short, currently there's no solution for this.


RE: Resize video playback - Mick - 11-10-2017

(11-10-2017, 03:38 AM)Luke Wrote: Lack of drm makes it so that we only have one 'plane' of rendering - and so video playback and controls are effectively rendered in one plane. You can enable DRM (see ayufan's git) but video playback performance is poor. So, in short, currently there's no solution for this.

Any detail more, about enabling DRM (what is ayufan's git?).

Thanks.


RE: Resize video playback - Luke - 11-10-2017

(11-10-2017, 03:59 AM)Mick Wrote:
(11-10-2017, 03:38 AM)Luke Wrote: Lack of drm makes it so that we only have one 'plane' of rendering - and so video playback and controls are effectively rendered in one plane. You can enable DRM (see ayufan's git) but video playback performance is poor. So, in short, currently there's no solution for this.

Any detail more, about enabling DRM (what is ayufan's git?).

Thanks.

You will find all releases and pre-releases and related instructions here 

Enabling DMR + Mali also breaks other stuff, for instance resume from suspend.


RE: Resize video playback - Mick - 11-10-2017

(11-10-2017, 06:46 AM)Luke Wrote: You will find all releases and pre-releases and related instructions here 

Enabling DMR + Mali also breaks other stuff, for instance resume from suspend.

In such a case, that's not for me.
Thanks anyway for the link.