Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (20)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (5139)

  • avfilter/vf_zscale : fix number of threads

    14 mars 2022, par Marton Balint
    avfilter/vf_zscale : fix number of threads
    

    Make sure it is between [1, MAX_THERADS] and also take into account the outlink
    size in order not to request zero height output from zscale.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] libavfilter/vf_zscale.c
  • avcodec/dxtory : Use LL instead of L number suffix

    1er février 2015, par Michael Niedermayer
    avcodec/dxtory : Use LL instead of L number suffix
    

    This is probably unneeded and normal int would be fine, but its
    safer to use LL and this isnt speed relevant

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/dxtory.c
  • fftools/ffmpeg : Replace the number by macro for bprint init

    10 juin 2018, par Jun Zhao
    fftools/ffmpeg : Replace the number by macro for bprint init
    

    Replace the number by macro for bprint init.

    Signed-off-by : Jun Zhao <mypopydev@gmail.com>

    • [DH] fftools/ffmpeg.c