Recherche avancée

Médias (1)

Mot : - Tags -/punk

Autres articles (99)

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

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

    18 février 2011, par

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

  • playing http video url using ffmpeg

    17 mai 2012, par Ranjith

    I am using libavcodec of ffmpeg to play a http video stream in my application.
    I have implemented my own video player for this.This player is working fine.

    Now, I want to show buffering status of video (what percentage of video is downloaded by ffmpeg). But I could not find any api or event for this.

  • Ffmpeg rebroadcast icecast stream and disconnect on silence

    4 janvier 2023, par CallumCat

    Currently, I'm using a combination of the Windows version of butt and VLC Media Player in order to rebroadcast an icecast stream from a remote icecast server to my local icecast server, whilst disconnecting whenever a certain duration of silence is detected.

    


    I would really prefer if there would be an easier way to do this on linux from the command line, so that it can run 24/7 without me having to constantly fix the VLC stream player every so often.

    


    I need a way for if silence is detected on the stream, it disconnects the relay and will reconnect whenever audio is detected again.

    


    As I've said before, I've been successfully using butt and VLC Media Player on Windows to do this, however would prefer a linux alternative.

    


  • using ffmpeg to convert gif to mp4 , output doesn't play on android

    22 mai 2020, par Mahdi

    I just use the following command to convert a gif file to mp4 but the resulting mp4 file doesn't play in android default video player .
    
what did I wrong ?
    
is there any aditional steps should I take to produce android playable mp4 files ?

    



    $ ffmpeg -f gif -i infile.gif outfile.mp4


    



    my test gif file : Test Gif File
    
My desktop played the output.mp4 very well using VLC Media Player and also MX Player on my android device played the video file without any error.