Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (112)

  • 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

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

  • Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs

    12 avril 2011, par

    La manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
    Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.

Sur d’autres sites (7207)

  • hevc_ps : Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale

    3 novembre 2013, par Yusuke Nakamura
    hevc_ps : Use AV_PIX_FMT_YUVJ420P if YUV 4:2:0 8-bit full scale
    

    Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>

    • [DH] libavcodec/hevc_ps.c
  • FFMPEG real-time buffer full frame dropped

    27 janvier 2015, par Burgaz

    I’m using FFMPEG on windows with direct show.
    I’m streaming RTMP (command below) and i need very low latency.
    Once run I get the following errors : [dshow @ 024ce800] real-time buffer 204% full ! frame dropped !

    ffmpeg -threads 6 -f dshow -i video=UScreenCapture -s 1920x1080 -an -vco
    dec libx264 -x264opts keyint=25:min-keyint=20 -b:v 1024k -preset ultrafast -tune zerolatency -crf 22 -r 10 -pix_fmt yuv420p -f flv rtmp ://server...

    Do you have an idea how to handle this kind of error ?

    Thanks
    Ronen

  • vp9 : always consume the full input packet

    22 octobre 2013, par Hendrik Leppkes
    vp9 : always consume the full input packet
    

    Reviewed-by : "Ronald S. Bultje" <rsbultje@gmail.com>
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/vp9.c