ntg-context - mailing list for ConTeXt users
 help / color / mirror / Atom feed
* including documents with mediaclips in other documents
@ 2023-02-14 18:41 Pablo Rodriguez via ntg-context
  2023-02-14 21:43 ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-02-14 18:41 UTC (permalink / raw)
  To: ConTeXt users; +Cc: Pablo Rodriguez

Dear list,

I have the following sample:

  \setupinteraction[state=start]
  \starttext
  \null\page
  \definerenderingwindow[myrenderingwindow]
    [width=\textwidth, height=\textwidth]
  \userendering[key-name][audio/mp3][audio.mp3]
    [embed=yes, auto]
  \placerenderingwindow[myrenderingwindow][key-name]
  \page
  \null\page
  \stoptext

I want to include the second page in another document.

\externalfigure[document.pdf][page=2, interaction=all] would be the
right command, but it looses the media clip.

A complete sample would be:

  \setupinteraction[state=start]
  \starttext
  \startlayout[page]
  \externalfigure[document.pdf][page=2, interaction=all]
  \stoplayout
  \stoptext

Given this sample, is there any way to include the page (or the whole
document) with the media clip and all its functionalty?

Many thanks for your help,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: including documents with mediaclips in other documents
  2023-02-14 18:41 including documents with mediaclips in other documents Pablo Rodriguez via ntg-context
@ 2023-02-14 21:43 ` Hans Hagen via ntg-context
  2023-02-15 16:35   ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2023-02-14 21:43 UTC (permalink / raw)
  To: Pablo Rodriguez via ntg-context; +Cc: Hans Hagen

On 2/14/2023 7:41 PM, Pablo Rodriguez via ntg-context wrote:
> Dear list,
> 
> I have the following sample:
> 
>    \setupinteraction[state=start]
>    \starttext
>    \null\page
>    \definerenderingwindow[myrenderingwindow]
>      [width=\textwidth, height=\textwidth]
>    \userendering[key-name][audio/mp3][audio.mp3]
>      [embed=yes, auto]
>    \placerenderingwindow[myrenderingwindow][key-name]
>    \page
>    \null\page
>    \stoptext
> 
> I want to include the second page in another document.
> 
> \externalfigure[document.pdf][page=2, interaction=all] would be the
> right command, but it looses the media clip.
> 
> A complete sample would be:
> 
>    \setupinteraction[state=start]
>    \starttext
>    \startlayout[page]
>    \externalfigure[document.pdf][page=2, interaction=all]
>    \stoplayout
>    \stoptext
> 
> Given this sample, is there any way to include the page (or the whole
> document) with the media clip and all its functionalty?
currently not and given the number of possibilities it's quite a bit of 
work so it has a low priority (i can't even test media right now because 
i have no full acrobat installed)

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: including documents with mediaclips in other documents
  2023-02-14 21:43 ` Hans Hagen via ntg-context
@ 2023-02-15 16:35   ` Pablo Rodriguez via ntg-context
  2023-02-15 16:55     ` Hans Hagen via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-02-15 16:35 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: Pablo Rodriguez

On 2/14/23 22:43, Hans Hagen via ntg-context wrote:
> On 2/14/2023 7:41 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> Given this sample, is there any way to include the page (or the whole
>> document) with the media clip and all its functionalty?
> currently not and given the number of possibilities it's quite a bit of 
> work so it has a low priority (i can't even test media right now because 
> i have no full acrobat installed)

Many thanks for your reply, Hans.

I didn‘t know that it was so complex to do. In fact, I wonder why not
all annotations or links and destinations are copied right.

Now I guess that is way harder than I think.

BTW, Acrobat Reader displays these media. I don’t have access to full
Acrobat either and these annotations work fine in Reader.

Many thanks for your help again,

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: including documents with mediaclips in other documents
  2023-02-15 16:35   ` Pablo Rodriguez via ntg-context
@ 2023-02-15 16:55     ` Hans Hagen via ntg-context
  2023-02-15 17:10       ` Pablo Rodriguez via ntg-context
  0 siblings, 1 reply; 5+ messages in thread
From: Hans Hagen via ntg-context @ 2023-02-15 16:55 UTC (permalink / raw)
  To: Pablo Rodriguez via ntg-context; +Cc: Hans Hagen

On 2/15/2023 5:35 PM, Pablo Rodriguez via ntg-context wrote:
> On 2/14/23 22:43, Hans Hagen via ntg-context wrote:
>> On 2/14/2023 7:41 PM, Pablo Rodriguez via ntg-context wrote:
>>> [...]
>>> Given this sample, is there any way to include the page (or the whole
>>> document) with the media clip and all its functionalty?
>> currently not and given the number of possibilities it's quite a bit of
>> work so it has a low priority (i can't even test media right now because
>> i have no full acrobat installed)
> 
> Many thanks for your reply, Hans.
> 
> I didn‘t know that it was so complex to do. In fact, I wonder why not
> all annotations or links and destinations are copied right.
> 
> Now I guess that is way harder than I think.

quite some are but we need to emulate them and therefore interpret them 
as one cannot simply copy objects (all kind of potential clashes)

> BTW, Acrobat Reader displays these media. I don’t have access to full
> Acrobat either and these annotations work fine in Reader.

ok, but no diagnostic features and i got a bit allergic for acrobat 
readers (ever changing) interface

Hans

-----------------------------------------------------------------
                                           Hans Hagen | PRAGMA ADE
               Ridderstraat 27 | 8061 GH Hasselt | The Netherlands
        tel: 038 477 53 69 | www.pragma-ade.nl | www.pragma-pod.nl
-----------------------------------------------------------------

___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: including documents with mediaclips in other documents
  2023-02-15 16:55     ` Hans Hagen via ntg-context
@ 2023-02-15 17:10       ` Pablo Rodriguez via ntg-context
  0 siblings, 0 replies; 5+ messages in thread
From: Pablo Rodriguez via ntg-context @ 2023-02-15 17:10 UTC (permalink / raw)
  To: Hans Hagen via ntg-context; +Cc: Pablo Rodriguez

On 2/15/23 17:55, Hans Hagen via ntg-context wrote:
> On 2/15/2023 5:35 PM, Pablo Rodriguez via ntg-context wrote:
>> On 2/14/23 22:43, Hans Hagen via ntg-context wrote:
>>> On 2/14/2023 7:41 PM, Pablo Rodriguez via ntg-context wrote:
>> [...]
>> Now I guess that is way harder than I think.
> 
> quite some are but we need to emulate them and therefore interpret them 
> as one cannot simply copy objects (all kind of potential clashes)

I see.

>> BTW, Acrobat Reader displays these media. I don’t have access to full
>> Acrobat either and these annotations work fine in Reader.
> 
> ok, but no diagnostic features and i got a bit allergic for acrobat 
> readers (ever changing) interface

I prefer PDF.js from Firefox, but they haven’t implemented multimedia yet.

Pablo
___________________________________________________________________________________
If your question is of interest to others as well, please add an entry to the Wiki!

maillist : ntg-context@ntg.nl / https://www.ntg.nl/mailman/listinfo/ntg-context
webpage  : https://www.pragma-ade.nl / http://context.aanhet.net
archive  : https://bitbucket.org/phg/context-mirror/commits/
wiki     : https://contextgarden.net
___________________________________________________________________________________

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-02-15 17:10 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-02-14 18:41 including documents with mediaclips in other documents Pablo Rodriguez via ntg-context
2023-02-14 21:43 ` Hans Hagen via ntg-context
2023-02-15 16:35   ` Pablo Rodriguez via ntg-context
2023-02-15 16:55     ` Hans Hagen via ntg-context
2023-02-15 17:10       ` Pablo Rodriguez via ntg-context

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).