Thanks again a lot Dan !
Last question : is it possible to force the Webvfx producer to render the
web page at a specific width/height, different from the profile
width/height ?
The idea is to generate a HTML page with a fixed width/height (like 1920 x
1080), independently of the video output (which may be 1280 x 720 for
instance).
On the following output profile
frame_rate_num=25
frame_rate_den=1
width=1280
height=720
progressive=0
sample_aspect_num=1
sample_aspect_den=1
display_aspect_num=16
display_aspect_den=9
colorspace=709
I tried adding the following producer
<producer id="1">
<property name="mlt_service">webvfx</property>
<property name="resource">plain:index.html</property>
<property name="transparent">1</property>
<property name="meta.media.width">1920</property>
<property name="meta.media.height">1080</property>
</producer>
but it crashes melt (core dump). It works without "meta.media.width" and
"meta.media.height" but the HTML page generated is 1280x720
Have a nice week-end,
Geoffroy
2015-01-02 23:11 GMT+01:00 Dan Dennedy <d...@dennedy.org>:
> I just realized the embedded video got wiped out on the last change to
> that page. I fixed it, but you need to use this link to bypass the CDN
> cache:
> http://shotcut.org/bin/view/Shotcut/HowToTumultHype
>
> On Fri, Jan 2, 2015 at 1:32 PM, Geoffroy Montel <
> geoffroy.montel...@gmail.com> wrote:
>
>> Hello
>>
>>
>>> 2. if I use the webvfx producer and uses CSS3 animations
>>>> <http://www.w3schools.com/css/css3_animations.asp> in the HTML file,
>>>> the timing and length of the animation is not respected. A 6 seconds or so
>>>> animation only lasts 1 or 2 seconds. I don't have the same problem if I use
>>>> the webvfx filter. I have no clue why :-)
>>>>
>>>>
>>> CSS3 animation cannot work correctly regardless of producer or filter
>>> because it lacks a seeking API. (Actually, there is a JavaScript API from
>>> W3C in draft, but not available in Qt WebKit.) If it seems to be working as
>>> a filter, then it is because you are getting lucky or not picky about the
>>> timing. Here is an article with some more explanation.
>>>
>>> http://www.shotcut.org/bin/view/Shotcut/HowToTumultHype
>>>
>>>
>> Indeed, I was both lucky and not picky about the timing. I made more
>> tests and the timing does not work neither for producers nor filters. Now I
>> understand why and I will have a look at TumultHype then.
>>
>> Thanks again for your help, very much appreciated !
>>
>> All the best,
>>
>> Geoffroy
>>
>
>
>
> --
> +-DRD-+
>
------------------------------------------------------------------------------
Dive into the World of Parallel Programming! The Go Parallel Website,
sponsored by Intel and developed in partnership with Slashdot Media, is your
hub for all things parallel software development, from weekly thought
leadership blogs to news, videos, case studies, tutorials and more. Take a
look and join the conversation now. http://goparallel.sourceforge.net
_______________________________________________
Mlt-devel mailing list
Mlt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mlt-devel