Bug#853097: Bug 853097

2017-02-01 Thread Francesco Poli
On Wed, 1 Feb 2017 10:30:56 +0100 Andreas Bilke wrote:

> See https://bugs.freedesktop.org/show_bug.cgi?id=99625

Thanks a lot!


-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgprNfOj65VtM.pgp
Description: PGP signature


Bug#853097: Bug 853097

2017-02-01 Thread Andreas Bilke
See https://bugs.freedesktop.org/show_bug.cgi?id=99625



Bug#853097: Bug 853097

2017-01-31 Thread Francesco Poli
On Tue, 31 Jan 2017 09:06:54 +0100 Andreas Bilke wrote:

> > First off, I wonder how they can support the loop option for
> >   
> > \href{run:mymovie.avi?loop}{\includegraphics[width=0.5\textwidth]{figs/mymovie_first_frame}}
> > then...
> 
> Because we get the full uri (in this case `mymovie.avi?loop`)
> via the poppler api and we can parse it as we like.
> 
> In constrast, if you use the multimedia package, it will add a movie
> annotation (instead of a link annotation in the previous example) to the
> pdf. And with the glib API we can not get enought information from this
> movie annotation.

Andreas,
thanks for clarifying this. It makes perfectly sense (shame on me for
not understanding it in the first place!).


As far as the feature request for poppler-glib is concerned, it seems
to me that the implementation is already on the to do list of poppler
library developers [1]:

[...]
| * glib frontend:
| - Sound/Movie actions support
[...]

[1] https://cgit.freedesktop.org/poppler/poppler/tree/TODO

Or am I misinterpreting this to do list entry?

Maybe they just need some more motivation to implement it sooner, rather
than later: I would strongly encourage you to file the feature request!
Perhaps you will even manage to help them in getting this feature
implemented...


-- 
 http://www.inventati.org/frx/
 There's not a second to spare! To the laboratory!
. Francesco Poli .
 GnuPG key fpr == CA01 1147 9CD2 EFDF FB82  3925 3E1C 27E1 1F69 BFFE


pgpht52A_um2j.pgp
Description: PGP signature


Bug#853097: Bug 853097

2017-01-31 Thread Andreas Bilke
> First off, I wonder how they can support the loop option for
>   
> \href{run:mymovie.avi?loop}{\includegraphics[width=0.5\textwidth]{figs/mymovie_first_frame}}
> then...

Because we get the full uri (in this case `mymovie.avi?loop`)
via the poppler api and we can parse it as we like.

In constrast, if you use the multimedia package, it will add a movie
annotation (instead of a link annotation in the previous example) to the
pdf. And with the glib API we can not get enought information from this
movie annotation.

With the QT bindings, you get much more, but we can not use something else
than poppler-glib in pdfpc.