Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (99)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

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

  • Merge "Using partition_info instead of blockd info for splitmv"

    19 mai 2011, par Scott LaVarnway

    Merge "Using partition_info instead of blockd info for splitmv"

  • vpxdec : Change —pp-debug-info to be a bit field.

    26 octobre 2010, par Fritz Koenig

    vpxdec : Change —pp-debug-info to be a bit field.

  • FFMPEG MPEG-DASH playback - Update SPS and PPS info on receiving init segment

    4 novembre 2014, par Chakkra

    I am trying to playback a DASH stream using libdash (for MPD parsing) and FFMPEG (for fmp4 parsing). When we don’t switch between Representations, FFMPEG was able to successfully parse the fmp4 file and give proper SPS and PPS info for the video stream (H.264 video).

    When we implement the adaptive bitrate switching logic to switch between Representations of an Adaptation set, FFMPEG is not able to update the SPS and PPS data. Even after we give the init segment to FFMPEG (of the newly switched Representaion), the SPS and PPS data were not updated ? May I know, how can we get the SPS and PPS info for the newly switched Representation segments from FFMPEG ?

    Thanks and Regards.