Recherche avancée

Médias (91)

Autres articles (73)

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

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (11542)

  • Faster FFMPEG conversion from WMV

    5 mai 2022, par Thomas

    I'm converting a lot of WMV files to MP4.

    



    The command is :

    



    ffmpeg -loglevel 0 -y -i source.wmv destination.mp4


    



    I have roughly 100gb to convert. 24 hours later it's still not done (xeon, 64gb, super fast storage)

    



    Am I missing something out ? is there a better way to convert ?

    


  • ffmpeg how to get start_time and start_pst to 0

    20 août 2015, par R.P. da Costa

    ffprobe showed that one of our videos has a start time that is incorrect, 2.1 (it has to be 0).

    Does anybody know hot go get start_pst and start_time to 0 ?
    I have been searching for hours and i did not yet find a way to force that to become 0.

  • Can I use ffmpeg to create multi-bitrate (MBR) MPEG-4 videos ?

    5 décembre 2011, par hoangbv15

    I am currently in a webcam streaming server project that requires the function of dynamically adjusting the stream's bitrate according to the client's settings (screen sizes, processing power...) or the network bandwidth. The encoder is ffmpeg, since it's free and open sourced, and the codec is MPEG-4 part 2. We use live555 for the server part.

    How can I encode MBR MPEG-4 videos using ffmpeg to achieve this ?