Recherche avancée

Médias (91)

Autres articles (18)

  • Other interesting software

    13 avril 2011, par

    We don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
    The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
    We don’t know them, we didn’t try them, but you can take a peek.
    Videopress
    Website : http://videopress.com/
    License : GNU/GPL v2
    Source code : (...)

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

  • rtpdec_hevc : Share the implementation of parsing a=framesize with h264

    23 février 2015, par Martin Storsjö
    rtpdec_hevc : Share the implementation of parsing a=framesize with h264
    

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

    • [DH] libavformat/rtpdec_formats.h
    • [DH] libavformat/rtpdec_h264.c
    • [DH] libavformat/rtpdec_hevc.c
  • Live Photos on android implementation ?

    18 novembre 2016, par mohit gupta

    I have come up with a project which implements LIVE Photos capturing on android and I will hopefully make it open sourced,Spoiler : it takes a 1.5 second shot before and after you click the pic and combines them and make the video , While i tried it I was unable to do it with MediaRecorder in android , I even experimented with FFMPEG it just does not works . Anyone has any idea or a little light so i can follow and implement this.My min Api support is 16

  • lavc : print the name of the codec, not its implementation, in avcodec_string

    30 décembre 2014, par Anton Khirnov
    lavc : print the name of the codec, not its implementation, in avcodec_string
    
    • [DBH] libavcodec/utils.c