Recherche avancée

Médias (1)

Mot : - Tags -/intégration

Autres articles (65)

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

  • xa : abort if number of channels or sample rate is 0

    26 juin 2013, par Paul B Mahol
    xa : abort if number of channels or sample rate is 0
    

    Fixes #2711.

    Signed-off-by : Paul B Mahol <onemda@gmail.com>

    • [DH] libavformat/xa.c
  • Any sample code on how to encode d3d11 texture on QSV using FFMPEG ?

    28 mars 2022, par Caio Augusto

    I've been looking for a way to start encoding d3d11 texture on QSV encoder using ffmpeg lib.&#xA;So far I have derived qsv device from d3d11va device and also mapped the frames from d3d11va to qsv. However when I try to encode the frames I'm getting device failed.

    &#xA;

    Does any one have any sample code I can follow to have this working ?

    &#xA;

    OBS : Same texture is working well on nvenc.

    &#xA;

  • avformat/mov : Check sample size

    28 juin 2016, par Michael Niedermayer
    avformat/mov : Check sample size
    

    Fixes integer overflow
    Fixes : poc.mp4

    Found-by : ajax secure <ajax4sec@hotmail.com>
    Signed-off-by : Michael Niedermayer <michael@niedermayer.cc>

    • [DH] libavformat/mov.c