Recherche avancée

Médias (1)

Mot : - Tags -/epub

Autres articles (94)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (6940)

  • aacenc_is : add a flag to use pure coefficients instead

    5 septembre 2015, par Rostislav Pehlivanov
    aacenc_is : add a flag to use pure coefficients instead
    

    This commit adds a flag to use the pure coefficients instead
    of the processed ones (sce->coeffs). This is needed because
    IS will apply the changes to the coefficients immediately
    before the adjust_common_prediction function and it doesn’t
    make sense to measure stereo channel coefficient difference
    when one of the channels coefficients are all zero.

    Therefore add a flag to use pure coefficients in that case.
    TNS is the only thing touching the coefficients before IS
    so common window prediction will not take that into account
    but the effect of the TNS filter per coefficient can be small
    (a few percent) so to some approximation it’s fine to just
    ignore that.

    Also fixed a small error which doesn’t alter the results
    that much. pow(sqrt(number), 3.0/4.0) == pow(number, 3.0/8.0) !=
    pow(number, 3.0/4.0).

    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>

    • [DH] libavcodec/aacenc_is.c
    • [DH] libavcodec/aacenc_is.h
    • [DH] libavcodec/aacenc_pred.c
  • Form Analytics for Piwik now available : Find the pain points on your online forms to improve conversions

    14 mars 2017, par InnoCraft — Community

    Hi, this is Tom from InnoCraft, the company of the makers of Piwik Analytics. Do you hate losing your visitors on your online or intranet forms and leaving revenue on the table ? If you feel like us, we have got you covered. Form Analytics gives you all the insights you possibly need to increase your form conversion rates with 100% data ownership and no limits.

    Whether it is a landing page, sign-up form, checkout, cart, squeeze page, feedback form, survey, or a job application form. Online forms have become super critical to all businesses. The problem is, you can only improve what you measure. Otherwise, you never really know what to change on your forms, and whether you make things better or worse.

    -> Read the rest of the story on the Form Analytics Marketplace page.

    What does the new Form Analytics reports look like ?

    Form Analytics adds over 50 new metrics, 15 new reports & widgets, new real time reports, new segments and more to your Piwik.

    To see more screenshots check out the Form Analytics preview or have a look at the Form Analytics website

    Where do I get Form Analytics ?

    Form Analytics is available on the Piwik Marketplace :

    Form Analytics is a premium plugin for Piwik and comes with our 14 day money back guarantee and 1-click installation & updates (all product updates come for free).

    You can also signup for a free Piwik Cloud-hosted trial to discover the power of Form Analytics !

  • avformat/dashenc : add an option to write a Latency element

    13 décembre 2019, par James Almer
    avformat/dashenc : add an option to write a Latency element
    

    Allows to set an intended target latency while streaming that clients can use
    to measure when using low latency mode.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/dashenc.c