Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (110)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

Sur d’autres sites (9426)

  • ffmpeg batch retains old filetype in name

    8 février 2015, par InsertDisplayNameHere

    I’m using the following ffmpeg script to convert all .mp4 files in the folder to .webm.

    for %%A IN (*.mp4) DO ffmpeg -i "%%A" -c:v libvpx -crf 4 -b:v 3M -c:a libvorbis "%%A.webm"

    I am trying to make it go from "xxx.mp4" to "xxx.webm"

    However when I run the script the file name goes from "xxx.mp4" to "xxx.mp4.webm"

    Any suggestions are highly appreciated.

  • Getting An Indexed Color Table to Encode Custom Filetype FFmpeg

    16 février 2018, par ThoseKind

    I am messing with a custom image format to be supported in FFmpeg with a custom encoder and decoder. In order to encode images, it seems like using an indexed color table is a good approach, but I am unsure if this is something that FFmpeg can already provide me or if this is something that I will have to build functionality for myself.

    Does FFmpeg have built-in functionality to get an indexed color table from an input stream ?

    If so, what are they ?

    If not, are there any good resources to learn about the best way to do this ?

  • Revision ee380cc5c4 : vp8 : modifcatiion to skin map computation. For each block in pickinter : use ave

    24 août 2015, par Marco

    Changed Paths :
     Modify /vp8/encoder/pickinter.c



    vp8 : modifcatiion to skin map computation.

    For each block in pickinter : use average of four middle
    pixels (instead of single pixel) to set skin map.
    This can help a little in reducing false skin detection in
    some cases.

    Change-Id : Ic247af75e9c2948b08ab977a39e061adacd8ec97