Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (60)

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

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

Sur d’autres sites (6323)

  • avformat/mp3enc : add init and deinit functions

    21 octobre 2019, par James Almer
    avformat/mp3enc : add init and deinit functions
    

    Reviewed-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/mp3enc.c
  • matroskaenc : remove unofficial compliance on color information

    15 janvier 2017, par Rostislav Pehlivanov
    matroskaenc : remove unofficial compliance on color information
    

    When support for this was added the details weren’t yet finalized.
    This is no longer the case.
    Fixes writing of mkv/webm files with HDR.

    Reported-by : Kagami Hiiragi <kagami@genshiken.org>
    Signed-off-by : Rostislav Pehlivanov <atomnuker@gmail.com>
    Reviewed-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c
  • avformat/matroskaenc : Cosmetics and typo

    20 avril 2019, par Andreas Rheinhardt
    avformat/matroskaenc : Cosmetics and typo
    

    Fixes intendation, whitespace, a typo and renames a variable
    (dyn_bc->cluster_bc) to make its meaning clearer and to bring
    it more in line with the naming of similar variables.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] libavformat/matroskaenc.c