Recherche avancée

Médias (0)

Mot : - Tags -/organisation

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (76)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (9843)

  • How to make ffmeg automatically overwrite a file with the same name in python ?

    27 janvier 2021, par tkinterpy

    I have a script that downloads audio and video from a Youtube link,
Then ffmpeg merges them together, but if I want to merge again, it will output
a file with the same name, and it will ask me in the terminal
enter image description here

    


    how can I make it so it automatically overwrites ?

    


  • Revision b72373de79 : make : flatten object file directories Rather than building an object file direc

    31 octobre 2012, par John Koleszar

    Changed Paths : Modify /build/make/Makefile Modify /examples.mk Modify /libs.mk Modify /test/test.mk Modify /vp8/vp8cx.mk Modify /vp9/vp9_common.mk make : flatten object file directories Rather than building an object file directory heirarchy matching the source tree's layout, rename (...)

  • avformat/dash : move reused API to common file and header file

    1er septembre 2017, par Steven Liu
    avformat/dash : move reused API to common file and header file
    

    move from dashenc, move DASHTmplId and dash_fill_tmpl_params to
    dash.c, they will be used by dash demuxer and dash muxer.

    v2 fixed :
    1. rename common file from dashcomm.* to dash.*
    Suggested-by : Hendrik Leppkes <h.leppkes@gmail.com>

    v3 fixed :
    1. rename header file pre defined
    2. add ff_ prefix for the internal API
    Suggested-by : James Almer <jamrial@gmail.com>

    Suggested-by : Timo Rothenpieler <timo@rothenpieler.org>
    Reviewed-by : wm4 <nfxjfg@googlemail.com>
    Signed-off-by : Steven Liu <lq@onvideo.cn>

    • [DH] libavformat/Makefile
    • [DH] libavformat/dash.c
    • [DH] libavformat/dash.h
    • [DH] libavformat/dashenc.c