Recherche avancée

Médias (0)

Mot : - Tags -/diogene

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

Autres articles (51)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

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

  • Revision ed100c0b00 : Fix an ioc issue in super_block_uvrd This commit fixes an ioc issue that will h

    16 octobre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c



    Fix an ioc issue in super_block_uvrd

    This commit fixes an ioc issue that will happen when the cumulative
    variables are not in effective use. The fix discards these
    redundant additions.

    Change-Id : Idbac5bfb989c0cedc5f8a323effce938519b2457

  • Extracting keyframes with FFmpeg [duplicate]

    2 mars 2020, par MTRNS

    There are many methods to perform extraction of keyframes/I-frames from encoded video using FFmpeg, but I am wondering what the fastest method is ? I’m currently using :

    ffmpeg -i ../videos/short.mp4 -vf "select=eq(pict_type\,I),scale=1280:-1" -vsync vfr -qscale:v 31 frames2/thumbnails-%02d.jpeg

    This extracts the frames in .jpeg format with a scalable resolution and runs relatively quickly. However, I was wondering if there are any more efficient methods to perform this ? My applications are for embedded devices so speed is important.

  • Revision 18078 : Warn, instead of asserting, when a stream has nothing to index. This ...

    4 septembre 2011, par oggk — Log

    Warn, instead of asserting, when a stream has nothing to index.
    This can happen when encoding part of a video with subtitles,
    if no subtitles are present in the encoded segment.