Skip to content

Draft: Support for media in presentation-mode and seamless video playback

paulhof requested to merge paulhof/evince:media_for_presentation into main

Should fix issue #869. Videos are now playable in the presentation mode.

Update: Media controls still do not work in presentation mode - someone has an idea why?

Additionally, the video playback becomes seamless both in the standard and presentation view. To get an impression, the following pictures are provided:

Previous state: Tiny black borders (about 1pixel left/right) are visible due to rounding errors:

bigbuckbunny_before

In case aspect ratio of the player box does not match properly with the video, it appears as follows:

bigbuckbunny_small_before

After the current commit, truly seamless appearance in both cases, border area is now "transparent":

bigbuckbunny_after

bigbuckbunny_small_after

Edited by Germán Poo-Caamaño

Merge request reports