Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (58)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (10200)

  • 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

  • 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 ?

  • 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