Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (48)

  • La sauvegarde automatique de canaux SPIP

    1er avril 2010, par

    Dans le cadre de la mise en place d’une plateforme ouverte, il est important pour les hébergeurs de pouvoir disposer de sauvegardes assez régulières pour parer à tout problème éventuel.
    Pour réaliser cette tâche on se base sur deux plugins SPIP : Saveauto qui permet une sauvegarde régulière de la base de donnée sous la forme d’un dump mysql (utilisable dans phpmyadmin) mes_fichiers_2 qui permet de réaliser une archive au format zip des données importantes du site (les documents, les éléments (...)

  • Les formats acceptés

    28 janvier 2010, par

    Les commandes suivantes permettent d’avoir des informations sur les formats et codecs gérés par l’installation local de ffmpeg :
    ffmpeg -codecs ffmpeg -formats
    Les format videos acceptés en entrée
    Cette liste est non exhaustive, elle met en exergue les principaux formats utilisés : h264 : H.264 / AVC / MPEG-4 AVC / MPEG-4 part 10 m4v : raw MPEG-4 video format flv : Flash Video (FLV) / Sorenson Spark / Sorenson H.263 Theora wmv :
    Les formats vidéos de sortie possibles
    Dans un premier temps on (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (8491)

  • matroskadec : export full wavpack blocks.

    27 mai 2013, par Anton Khirnov
    matroskadec : export full wavpack blocks.
    

    This allows us to get rid of demuxer-specific hacks in the decoder and
    will allow streamcopy from matroska once we have a wavpack muxer.

    • [DBH] libavcodec/wavpack.c
    • [DBH] libavformat/matroskadec.c
  • rtpdec : add a trace when jitter buffer is full

    14 septembre 2015, par Eloi BAIL
    rtpdec : add a trace when jitter buffer is full
    

    This commit adds an error trace when jitter buffer
    is full. It helps to understand leading decoding issues.

    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/rtpdec.c
  • Revision 50f944272c : vp10 : do sub8x8 block reconstruction in full subblocks. This means that we don'

    8 septembre 2015, par Ronald S. Bultje

    Changed Paths :
     Modify /vp10/common/reconinter.c


     Modify /vp10/decoder/decodeframe.c



    vp10 : do sub8x8 block reconstruction in full subblocks.

    This means that we don’t reconstruct in 4x4 dimensions, but in
    blocksize dimensions, e.g. 4x8 or 8x4. This may in some cases lead
    to performance improvements. Also, if we decide to re-introduce
    scalable coding support, this would fix the fact that you need to
    re-scale the MV halfway the block in sub8x8 non-4x4 blocks.

    See issue 1013.

    Change-Id : If39c890cad20dff96635720d8c75b910cafac495