Recherche avancée

Médias (91)

Autres articles (11)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Le plugin : Gestion de la mutualisation

    2 mars 2010, par

    Le plugin de Gestion de mutualisation permet de gérer les différents canaux de mediaspip depuis un site maître. Il a pour but de fournir une solution pure SPIP afin de remplacer cette ancienne solution.
    Installation basique
    On installe les fichiers de SPIP sur le serveur.
    On ajoute ensuite le plugin "mutualisation" à la racine du site comme décrit ici.
    On customise le fichier mes_options.php central comme on le souhaite. Voilà pour l’exemple celui de la plateforme mediaspip.net :
    < ?php (...)

Sur d’autres sites (2751)

  • Revision d11221f433 : Improves constant qual, constrained qual turned on Adds modeled functions to de

    20 septembre 2013, par Deb Mukherjee

    Changed Paths :
     Modify /vp9/encoder/vp9_firstpass.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/vp9_cx_iface.c



    Improves constant qual, constrained qual turned on

    Adds modeled functions to decide the qp for altref frames in constant q
    mode similar to other functions in use in bitrate mode.

    Also turns on the constrained quality mode (end-usage=2) option which
    was turned off before. Basic testing shows the mode works in principle,
    to cap bitrate to the target-bitrate specified, while allowing lower
    bitrate depending on the cq-level specified. The mode will need to be
    improved over time.

    Results for constant quality vs bitrate control mode :
    derfraw300/fullderfraw : +3.0% at constant quality over bitrate control.
    fullstdhdraw : +4.341%
    stdhdraw250 : +5.361%

    Change-Id : If5027c9ec66c8e88d33e47062c6cb84a07b1cda9

  • Chess game video generator

    11 septembre 2017, par samara-casa

    I don’t have a specific technical question, I rather would like to hear advices on how to come around so the task will be implemented in the most elegant way.
    Can’t think on a solution that will satisfy me in terms of "elegance".

    I would like to create automatic video generator of chess games.
    You give it the moves in PGN format, maybe some configurable options as seconds between moves or audio track and it will eventually output a video file of the game.

    What is the correct way to get into it ? Is there software or tools that can help me with this ? What libraries to use ? Ideas ?

  • Merge pull request #1536 from thomasgohard/ca-postal-code-update

    21 août 2015, par staabm
    Merge pull request #1536 from thomasgohard/ca-postal-code-update
    

    Additionals : Updates to postalCodeCA method

    Allow both upper case and lower case characters and zero or more spaces between the Forward Sorting Area and Local Delivery Unit portions as users do not always use all upper case or include a space (see wet-boew/wet-boew#6760).

    Correct the regular expression to fail entries that include invalid characters D, F, I, O, Q, and U which are not used in Canadian postal codes.