Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (87)

  • 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 (...)

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

Sur d’autres sites (14120)

  • aac : Split function to parse ADTS header data into public and private part

    26 avril 2017, par Diego Biurrun
    aac : Split function to parse ADTS header data into public and private part
    

    This makes the currently semi-public avpriv_aac_parse_header() function
    private to libavcodec and adds a proper public API function to return
    the parts of the ADTS header required in libavformat.

    • [DBH] configure
    • [DBH] doc/developer.texi
    • [DBH] libavcodec/Makefile
    • [DBH] libavcodec/aac_adtstoasc_bsf.c
    • [DBH] libavcodec/aac_parser.c
    • [DBH] libavcodec/aacdec.c
    • [DBH] libavcodec/adts_header.c
    • [DBH] libavcodec/adts_header.h
    • [DBH] libavcodec/adts_parser.c
    • [DBH] libavcodec/adts_parser.h
    • [DBH] libavformat/spdifdec.c
    • [DBH] libavformat/spdifenc.c
  • configure : allow the gas-preprocessor to be called with an absolute path.

    16 avril 2013, par Lars Hammarstrand
    configure : allow the gas-preprocessor to be called with an absolute path.
    

    Allow the configure tool to call the gas-preprocessor with an absolute
    path when included with either the "—as" or with a separate "—gas"
    option. The patch is backward compatible and will not break any current
    configuration setups.

    The new behavior that comes with this option can be utilized in the
    following ways :

    Examples :

    - Just as single option that includes both the gas-preprocessor.pl and
    cc/as at the same time :

    $ configure —as="/opt/app/build-tools/gas-preprocessor.pl \
    /Applications/Xcode.app/.../Developer/usr/bin/gcc"

    - Call gas-preprocessor with a separate option in conjunction with —as :

    $ configure —gas="/opt/app/build-tools/gas-preprocessor.pl" \
    —as="/Applications/Xcode.app/.../Developer/usr/bin/gcc"

    - Address only the the gas-preprocessor and it will automatically fall
    back to as or cc whichever that’s defined :
    $ configure —gas="/opt/app/build-tools/gas-preprocessor.pl"

    - Or if no gas-preprocessor.pl is explicitly defined, it falls back to
    the old behaivor.

    • [DH] configure
  • How to resize video but do not stretch/modify original video using ffmpeg [migrated]

    8 mars 2023, par Kujo Ludin

    enter image description hereIm pretty bad at video editing/property terms. Sorry in advance.

    


    Green = Input video
Red = Output video

    


    Sorry if this doesnt make sense. But can this be possibly achieved ?

    


    I tried searching for solutions in google, alas i need help in SO