Recherche avancée

Médias (0)

Mot : - Tags -/presse-papier

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

Autres articles (37)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5211)

  • How can we extract the RTP packet sequence number from AVPacket (ffmpeg)

    9 décembre 2015, par Nech

    We are trying to extract the "Sequence Number" from the RTP header of a packet.
    We use av_read_frame in order to read the packets into AVPacket structs.

    We tried using the AVPacket.data field, hoping it holds the original payload, but we didn’t manage to find the right location of the header. So we assume that the data field does not hold the full payload - please correct if we are wrong.

    Is there a way to find the RTP header information ?

  • libopenh264enc : Count and warn about the number of skipped frames

    28 octobre 2015, par Martin Storsjö
    libopenh264enc : Count and warn about the number of skipped frames
    

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

    • [DH] libavcodec/libopenh264enc.c
  • avformat/srtdec : make sure we probe a number

    9 octobre 2015, par Clément Bœsch
    avformat/srtdec : make sure we probe a number
    

    Fixes regression since 7218352e0228028dfa009a3799ec93fd041065f1 : WebVTT
    files were matching the SRT probing.

    • [DH] libavformat/srtdec.c