Changes between Version 24 and Version 25 of MovieMacro


Ignore:
Timestamp:
Jun 17, 2016, 11:08:58 AM (8 years ago)
Author:
figaro
Comment:

Split functional description and technical description

Legend:

Unmodified
Added
Removed
Modified
  • MovieMacro

    v24 v25  
    11[[PageOutline(2-5,Contents,pullout)]]
    22
    3 = Safely embed various movies into ticket or wiki pages
     3= Embed movies into Trac tickets or wiki pages
    44
    55== Description
    66
    7 Embed online movies from [https://www.youtube.com/ YouTube], [http://www.metacafe.com/ MetaCafe] and [https://vimeo.com/ Vimeo] and local movies via [http://flowplayer.org/ FlowPlayer]. If you want support for more online sites just [MovieMacro#BugsFeatureRequests create a ticket].
     7This plugin allows you to embed online movies from [https://www.youtube.com/ YouTube], [http://www.metacafe.com/ MetaCafe] and [https://vimeo.com/ Vimeo] and local movies via [http://flowplayer.org/ FlowPlayer] into your Trac tickets and Trac wiki pages. If you want support for more online sites just [MovieMacro#BugsFeatureRequests create a ticket].
    88
    9 Adds support for preview rendering of movies in the browser and on attachment pages. For preview rendering to be available for all attachments, set the `max_preview_size` in the `[mimeviewer]` section of `trac.ini` to be greater than or equal to `max_size` in the `[attachment]` section.
     9This plugin supports the preview rendering of movies in the browser and on attachment pages.
    1010
    1111== Bugs/Feature Requests
     
    4242}}}
    4343
    44 '''Note''': For attachments, Flowplayer tries to resolve to an appropriate size, but ignoring width/height settings. This is because Flowplayer settings has `adaptiveRatio=true` by default in MovieMacro. It is preferred to adjust the player size automatically, rather than select a particular size in almost every case.
     44Also, for preview rendering to be available for all attachments, set the `max_preview_size` in the `[mimeviewer]` section of `trac.ini` to be greater than or equal to `max_size` in the `[attachment]` section:
     45{{{#!ini
     46[attachment]
     47max_size = 262144
    4548
    46 If you don't want that behavior, pass `adaptiveRatio=false` as a query string and `style=width:320px; height:240px;` parameter. See also: https://flowplayer.org/docs/setup.html
     49[mimeviewer]
     50max_preview_size = 262144
     51}}}
     52
     53'''Note''': For attachments, [https://flowplayer.org/ Flowplayer] tries to resolve to an appropriate size, but ignoring width/height settings. This is because Flowplayer settings has `adaptiveRatio=true` by default in MovieMacro. It is preferred to adjust the player size automatically, rather than select a particular size in almost every case. If you don't want that behavior, pass `adaptiveRatio=false` as a query string and `style=width:320px; height:240px;` parameter. See also: https://flowplayer.org/docs/setup.html
    4754
    4855== Examples
     
    5461}}}
    5562
    56 Player's parameter can be passed as a query string.
    57 
    58  - see also: https://developers.google.com/youtube/player_parameters
     63The player's parameter can be passed as a query string. See also: https://developers.google.com/youtube/player_parameters
    5964
    6065=== Embed metacafe video