Recherche avancée

Médias (0)

Mot : - Tags -/alertes

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (107)

  • 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

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

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

  • avformat/img2dec : do not rewind custom io buffers

    20 avril 2015, par Michael Niedermayer
    avformat/img2dec : do not rewind custom io buffers
    

    Fixes double free with some applications

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

    • [DH] libavformat/img2dec.c
  • Reading custom SEI message when decoding using VideoCodec (NVENC)

    23 avril 2018, par cloudraven

    I have a series of videos with custom information encoded in the sei message NAL. Is it possible to read that information when decoding using the Nvidia hardware decoder. If it is not supported, should I use FFMPEG compiled with NVENC support instead ?

    UPDATE :
    I want to decode the media and read the SEI message. I am streaming live video and including postprocessing info in the sei message. The client has to use that info to apply effects to the decoded media.
    Decoding the media as quickly as possible is important, and I want to do it in hardware. I assume that the Nvidia decoder must parse the NAL units to decode them. I would like to avoid duplicating work if possible.

  • tls : Use custom IO to read from the URLContext

    10 novembre 2011, par Martin Storsjö
    tls : Use custom IO to read from the URLContext
    

    This avoids hijacking the fd, by reading using the normal
    URLContext functions instead. This allowing reading data that has
    been buffered in the underlying URLContext.

    This avoids using the libraries own send functions that can
    cause SIGPIPE.

    The fd is still used for polling the lowlevel socket, for
    waiting for retries.

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavformat/tls.c