Recherche avancée

Médias (91)

Autres articles (98)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

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

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (5722)

  • ffmpeg - reduce the definition of my files ?

    8 avril 2018, par antoinerzad1

    Hello can you help me I would like to reduce the definition of the file
    thank you in advance
    ffmpeg -re -i "file1" -re -i "file2" -filter_complex hstack -f flv "output"

  • Rec601 file size is 1/5 Rec709 file size. Why ?

    17 septembre 2018, par user300258

    I use ffmpeg with : -vf colormatrix=bt709:bt601

    The 100MB file comes out 20MB. I kept audio the same. Is that to be expected ? I was hoping no information was lost. I thought it was just some gamma or green correction.

    Anybody know why ?

    Thanks in advance

  • How to use a buffer in memory as an Input for ffmpeg ?

    20 mai 2014, par GregPhil

    I would like to use ffmpeg for generating a videostream of a GigEVision camera.
    I have a pointer to the buffer and a callback, which is indicating the arrival of a new frame.
    In livavdevice are some interfaces implemented but unfortunately not a generic one and I wasn’t able to find something in the web about it.

    Do you have any suggestions ?

    Thank you very much in advance.

    cheers
    greg