Advanced search

Medias (91)

Other articles (106)

  • MediaSPIP 0.1 Beta version

    25 April 2011, by

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

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 February 2011, by

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • HTML5 audio and video support

    13 April 2011, by

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

On other websites (12645)

  • how can i correct a subtitle that won't vanish by itself?

    25 April 2020, by Ginso

    i have file with a subtitle for foreign languages.
the last sentence of that subtitle doesn't vanish for the rest of the movie unless i do something like skipping back and forth. Can anyone tell me how to repair that?

    


  • FFMPEG: Can i set an audio to be played at night only?

    18 May 2020, by F O X

    This is my working command:

    



    ffmpeg -rtsp_transport tcp -i rtsp://stream1video -i rtsp://stream2audio -re -stream_loop -1 -i 1.aac -re -stream_loop -1 -i 2.aac -filter_complex "[1:a][2:a][3:a]amix=inputs=3[a]" -map 0:v -map "[a]" -c:a aac -f flv rtmp://a.rtmp.youtube.com/

    



    Now, can i somehow set playing the audio streams only at the night? e.g. between 22:00-06:00 each day? And the rest of the day would be just the silence :)

    



    edit: i'm using linux.

    


  • ffmpeg - How do I compress a .mov file with partial transparency, while keeping the partial transparency?

    4 June 2020, by Nick

    The codec I use is QuickTime Animation. I tried the following:

    



    ffmpeg -i Animation.mov -c:v libvpx-vp9 out.webm

    



    That compressed my 420MB source file to a nice 1.5MB but my partial transparency was lost. The Animation is a minute long, while only 12 seconds are actually animated, the rest is a still image. Anyone got some Ideas? I'm looking for a target size of roughly 10MB.

    



    Edit: output format is irrelevant to me.

    



    Edit 2: The method I used actually does support partial transparency. VLC is just unable to display it correctly.