Recherche avancée

Médias (1)

Mot : - Tags -/stallman

Autres articles (48)

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

  • Contribute to translation

    13 avril 2011

    You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
    To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
    MediaSPIP is currently available in French and English (...)

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

Sur d’autres sites (5013)

  • msvs : Don’t redefine snprintf for VS2015

    26 juillet 2015, par Henrik Gramner
    msvs : Don’t redefine snprintf for VS2015
    

    Visual Studio 2015 has a proper snprintf implementation.

    • [DH] common/osdep.h
  • ffmpeg fails to open a WAV file - "too short LIST tag" [closed]

    5 janvier 2024, par brad

    I have a WAV file exported in FL Studio 21.2.2 on Win10, which ffmpeg/ffprobe cannot open.

    


    When running :

    


    ffprobe -v error -show_format -print_format json -hide_banner -i "path/to/file.wav


    


    This exception is thrown :

    


    [wav @ 0x132704440] too short LIST tag
[in#0 @ 0x132704340] Error opening input: Invalid data found when processing input


    


    Here's a screenshot of the file metadata in macOS

    


    Since i'm not able to open the file with ffmpeg, i can't correct/remove the metadata. Any ideas what I can do ? File is available upon request. Thanks !

    


  • Revision a463513843 : Rework y4mwrite test to pass google3 tests Reverts to using tmpfile() for non-W

    11 août 2014, par Deb Mukherjee

    Changed Paths :
     Modify /test/video_source.h


     Modify /test/y4m_test.cc



    Rework y4mwrite test to pass google3 tests

    Reverts to using tmpfile() for non-Windows platforms. On google3
    the test directory does not have write permissions, and hence the
    Y4mWriteTest fails. This patch fixes the issue.
    On Windows, a temporary file is created in the temp directory
    that has write permissions.

    The tests pass on linux, mingw, and MS visual studio.

    Change-Id : Ibada1d80e25d8b8e5b6a9d3d597533674bd9024c