Recherche avancée

Médias (91)

Autres articles (56)

  • 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 ;

  • L’agrémenter visuellement

    10 avril 2011

    MediaSPIP est basé sur un système de thèmes et de squelettes. Les squelettes définissent le placement des informations dans la page, définissant un usage spécifique de la plateforme, et les thèmes l’habillage graphique général.
    Chacun peut proposer un nouveau thème graphique ou un squelette et le mettre à disposition de la communauté.

  • 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

Sur d’autres sites (10051)

  • avcodec/utils : print Chroma Location string in verbose log level

    15 octobre 2016, par James Almer
    avcodec/utils : print Chroma Location string in verbose log level
    

    It’s container level information on some formats (Matroska, MXF, yuv4mpeg), so
    it should be printed at higher log levels than debug.

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavcodec/utils.c
  • avformat/matroskadec : support parsing Chroma Location elements

    18 octobre 2016, par James Almer
    avformat/matroskadec : support parsing Chroma Location elements
    

    Reviewed-by : Michael Niedermayer <michael@niedermayer.cc>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroska.h
    • [DH] libavformat/matroskadec.c
  • Is it possible to pass a memory location to ffmpeg ? [duplicate]

    4 décembre 2016, par Thundercleez

    This question already has an answer here :

    I have a video file in a C# MemoryStream and want to convert it to a different format. The easiest solution would be to use ffmpeg, but I’m not sure there is any way to pass this file directly to ffmpeg without writing it out to a file on disk 1st. For bonus points, is there any way to direct ffmpeg’s output to memory as well ? I’d really like for everything to take place within memory.