Recherche avancée

Médias (91)

Autres articles (65)

  • 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

  • Le plugin : Podcasts.

    14 juillet 2010, par

    Le problème du podcasting est à nouveau un problème révélateur de la normalisation des transports de données sur Internet.
    Deux formats intéressants existent : Celui développé par Apple, très axé sur l’utilisation d’iTunes dont la SPEC est ici ; Le format "Media RSS Module" qui est plus "libre" notamment soutenu par Yahoo et le logiciel Miro ;
    Types de fichiers supportés dans les flux
    Le format d’Apple n’autorise que les formats suivants dans ses flux : .mp3 audio/mpeg .m4a audio/x-m4a .mp4 (...)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

Sur d’autres sites (10650)

  • libavformat/hls : use local var url for log to avoid crash

    19 octobre 2020, par bevis
    libavformat/hls : use local var url for log to avoid crash
    

    During operation, the user exits and interrupts,
    causing pls->segment to be released,
    resulting in a null pointer crash

    Signed-off-by : bevis <javashu2012@gmail.com>
    Signed-off-by : Steven Liu <lq@chinaffmpeg.org>

    • [DH] libavformat/hls.c
  • Making a green screen background in ffmpeg

    1er mai 2016, par Paul Tomblin

    I’m trying to make a green screen background that I can use to overlay other stuff on top of. I’m using information from this answer and using the following command :

    ffmpeg -f lavfi -i color=color=green -s 1920x1080 -t 3600 -r 60 small_green.mp4

    However, when I open it up in Quicktime, the inspector window seems to be saying that it’s actually 1440x1080 instead of 1920x1080.

    enter image description here

    And when I bring it into VLC, it seems to be saying that it’s 1920x1090
    enter image description here

    But ffprobe seems to be saying it’s 1920x1080 :

    Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'small_green.mp4':   Metadata:
       major_brand     : isom
       minor_version   : 512
       compatible_brands: isomiso2avc1mp41
       encoder         : Lavf56.36.100   Duration: 01:00:00.00, start: 0.000000, bitrate: 40 kb/s
       Stream #0:0(und): Video: h264 (High) (avc1 / 0x31637661), yuv420p, 1920x1080 [SAR 3:4 DAR 4:3], 34 kb/s, 60 fps, 60 tbr, 15360 tbn, 120 tbc (default)
       Metadata:
         handler_name    : VideoHandler

    And when I bring it into Garmin VIRB Edit, it reports that it’s 1440x1080. So how do I make ffmpeg spit out a video that really is HD 1920x1080 resolution ?

  • Revision 25d74e69dd : pp_filter_test : drop '_t' from local typenames _t is reserved by posix + switc

    17 juillet 2014, par James Zern

    Changed Paths :
     Modify /test/pp_filter_test.cc



    pp_filter_test : drop ’_t’ from local typenames

    _t is reserved by posix

    + switch to camelcase
    http://google-styleguide.googlecode.com/svn/trunk/cppguide.xml#Type_Names

    Change-Id : If6cf006a089b0fb42d6bf050570d928d955d658a