Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (44)

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

  • lavu/riscv : allow any number of extensions

    22 juillet 2024, par Rémi Denis-Courmont
    lavu/riscv : allow any number of extensions
    

    This reworks the func/endfunc macros to support any number of ISA extension
    as parameters.

    • [DH] libavutil/riscv/asm.S
  • Get Total number of frames from gif & video with ffmpeg [on hold]

    14 décembre 2018, par Mansi joshi

    How can we get Total number of Frames from Gif & video. using FFMpeg.
    if there also any other ways which we can get total number of frames using fps then suggest.

  • avformat/mvdec : fix reading number of audio channels

    27 novembre 2021, par John-Paul Stewart
    avformat/mvdec : fix reading number of audio channels
    

    The number of audio channels is stored after the magic number
    identifying the audio format. Prior to this patch the code has been
    reading it earlier, causing files with only one audio channel to be
    handled incorrectly.

    Reviewed-by : Peter Ross <pross@xvid.org>

    • [DH] libavformat/mvdec.c