Recherche avancée

Médias (1)

Mot : - Tags -/Rennes

Autres articles (52)

  • 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

  • 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

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

Sur d’autres sites (8609)

  • avcodec/tiff : pass arguments to bytestream2_seek in the right order

    31 janvier 2024, par Leo Izen
    avcodec/tiff : pass arguments to bytestream2_seek in the right order
    

    The function signature for bytestream2_seek is (gb, offset, whence) ;
    Before this patch, the code passed (gb, SEEK_SET, offset), which is
    incorrect.

    Siged-off-by : Leo Izen <leo.izen@gmail.com>

    • [DH] libavcodec/tiff.c
  • Fix description of —rice-partition-order in flac -H

    9 janvier 2016, par Thomas Zander
    Fix description of —rice-partition-order in flac -H
    

    This is more of a "human language versus programmer parlor" issue.
    src/flac/main.c will return usage error for an argument greater
    than FLAC__MAX_RICE_PARTITION_ORDER (15u).
    While in programming "0..16" usually means "from zero to 15", in
    natural human-to-human talk, it would rather mean "from zero to 16".
    This changes the wording a bit to avoid this misunderstanding.

    Closes : http://sourceforge.net/p/flac/bugs/352/
    Signed-off-by : Erik de Castro Lopo <erikd@mega-nerd.com>

    • [DH] src/flac/main.c
  • avcodec/vp8 : Cosmetics, maintain alphabetical order in threading headers

    28 mai 2013, par Dave Yeo
    avcodec/vp8 : Cosmetics, maintain alphabetical order in threading headers
    

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

    • [DH] libavcodec/vp8.h