Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (72)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

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

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7128)

  • lavc/h264_parser : export field order in more cases

    4 octobre 2016, par Rodger Combs
    lavc/h264_parser : export field order in more cases
    
    • [DH] libavcodec/h264_parser.c
  • lavc/utils : avcodec_string : dump field order when known

    4 octobre 2016, par Rodger Combs
    lavc/utils : avcodec_string : dump field order when known
    
    • [DH] libavcodec/utils.c
  • Revision 0daadeb60c : Enable motion field based mode seach skip This commit allows the encoder to che

    12 août 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Enable motion field based mode seach skip

    This commit allows the encoder to check the above and left neighbor
    blocks’ reference frames and motion vectors. If they are all
    consistent, skip checking the NEARMV and ZEROMV modes. This is
    enabled in speed 3. The coding performance is improved :

    pedestrian area 1080p at 2000 kbps,
    from 74773 b/f, 41.101 dB, 198064 ms
    to 74795 b/f, 41.099 dB, 193078 ms

    park joy 1080p at 15000 kbps,
    from 290727 b/f, 30.640 dB, 609113 ms
    to 290558 b/f, 30.630 dB, 592815 ms

    Overall compression performance of speed 3 is changed
    derf -0.171%
    stdhd -0.168%

    Change-Id : I8d47dd543a5f90d7a1c583f74035b926b6704b95