Recherche avancée

Médias (2)

Mot : - Tags -/documentation

Autres articles (38)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Changer son thème graphique

    22 février 2011, par

    Le thème graphique ne touche pas à la disposition à proprement dite des éléments dans la page. Il ne fait que modifier l’apparence des éléments.
    Le placement peut être modifié effectivement, mais cette modification n’est que visuelle et non pas au niveau de la représentation sémantique de la page.
    Modifier le thème graphique utilisé
    Pour modifier le thème graphique utilisé, il est nécessaire que le plugin zen-garden soit activé sur le site.
    Il suffit ensuite de se rendre dans l’espace de configuration du (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (4056)

  • lavc/snowenc : Expose an option to set the rc_eq expression

    7 août 2020, par Alexander Strasser
    lavc/snowenc : Expose an option to set the rc_eq expression
    

    Snow uses the ratecontrol module, but does not expose a way to set
    the rc_eq expression. The default expression, set in the ratecontrol
    module, will always be used.

    Make it possible to set rc_eq by adding an AVOption to snowenc.

    The option definition is mostly a copy from the mpegvideo common
    options definition of rc_eq (libavcodec/mpegvideo.h), with some
    minor style adjustments to be closer to the other snowenc option
    initializer expressions.

    Signed-off-by : Alexander Strasser <eclipse7@gmx.net>

    • [DH] libavcodec/snowenc.c
  • avformat/argo_asf : don't check file version

    10 août 2020, par Zane van Iperen
    avformat/argo_asf : don't check file version
    

    It has no bearing on structure. Determined by looking at the ASF
    files from several Argonaut games :
    - FX Fighter,
    - Croc,
    - Croc 2,
    - The Emperor's New Groove, and
    - Disney's Aladdin in Nasira's Revenge

    The only versions that appear are 1.1, 1.2, and 2.1, and their
    structure is identical.

    Reviewed-by : Alexander Strasser <eclipse7@gmx.net>
    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/argo_asf.c
  • avformat/argo_asf : add version_major and version_minor options

    5 août 2020, par Zane van Iperen
    avformat/argo_asf : add version_major and version_minor options
    

    Reviewed-by : Alexander Strasser <eclipse7@gmx.net>
    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : Zane van Iperen <zane@zanevaniperen.com>

    • [DH] libavformat/argo_asf.c