Recherche avancée

Médias (1)

Mot : - Tags -/biographie

Autres articles (50)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

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

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

Sur d’autres sites (9947)

  • doc : Mention -dn in the "Stream selection" paragraph.

    27 septembre 2016, par Carl Eugen Hoyos
    doc : Mention -dn in the "Stream selection" paragraph.
    

    There is no "Data options" paragraph.
    Requested-by : ilker tezcan

    • [DH] doc/ffmpeg.texi
  • avcodec/sanm : support "StarWars - Making Magic" video

    1er mai, par Manuel Lauss
    avcodec/sanm : support "StarWars - Making Magic" video
    

    Videos of "StarWars - Making Magic" consist of 640x480 codec3 frames
    which establish a background, and a 320x240 codec48 video put on top
    at random left/top offsets.

    To support this, a new default buffer "fbuf", which holds the final
    image to be presented, is added, since codec37/47/48 need their 2/3 buffers
    to be private to themselves. The decoded result is then copied to the fbuf,
    honoring the left/top offsets if required.

    Signed-off-by : Manuel Lauss <manuel.lauss@gmail.com>

    • [DH] libavcodec/sanm.c
  • avformat : Print "Consider increasing the value for analzeduration and probesize"...

    20 juin 2013, par Carl Eugen Hoyos
    avformat : Print "Consider increasing the value for analzeduration and probesize" even more often
    

    The sample from ticket #2691 currently does not trigger "Consider increasing
    the value for analzeduration and probesize" because the audio streams are
    only added after calling estimate_timings(). Attached patch moves the message
    below this function call.

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

    • [DH] libavformat/utils.c