Recherche avancée

Médias (1)

Mot : - Tags -/bug

Autres articles (108)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • Automatic save Printscreen video

    18 février 2014, par Erik Van de Ven

    I would like to save a screenshot of a video, as thumbnail image, as soon as someone uploads a video. They told me this is only possible on Windows servers. But now I read something about http://www.ffmpeg.org/download.html. It looks like it creates the possibility to do the same on Linux, is that possible ?
    And does someone have experience with this ?

  • ffmpeg : save an mp3 part repeated 3 times

    25 novembre 2013, par Re Maden
    ffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3

    This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3
    Is there anyway to do this in ffmpeg ?

  • ffmpeg : save an mp3 part repeated 3 times

    10 juin 2021, par Re Maden
    ffmpeg -ss 20s -t 30 -i original.mp3 -acodec copy output.mp3


    



    This command is cutting 30 seconds of an mp3 file and i also want to repeat the 30s loop 3 times and save to the output.mp3 
Is there anyway to do this in ffmpeg ?