Recherche avancée

Médias (91)

Autres articles (104)

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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

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

Sur d’autres sites (10780)

  • plot freezedetect and blackdetect graphs ffmpeg

    7 juillet 2021, par Anup

    I want to plot freezedetect and blackdetect responses from ffmpeg onto a graph. Is there any method to do it ?

    


    Example : A line graph with frames/ seconds in the x-axis, that will have a value 1 when no freeze or black screen, and 0 when it detects an anomaly.

    


    Any pointers would be helpful. Thanks in advance.

    


  • How to run FFMPEG in laravel project

    20 février 2020, par Jin

    I can run this code via cmd. And my question is how can I run this command to my laravel project locally and also to my live server ?

    ffmpeg -i input1.webm -i input2.webm output.mp3

    Thanks in advance.

  • converting media type with ffmpeg

    10 juillet 2012, par 0v3rrid3

    Can anyone help me convert media to m4v format. I guess ffmpeg would be a nice choice coz I have a rails application where I need to do the conversion. I google, but could not find the solution.

    BTW I am using jplayer for playing video which only takes m4v video file and thats the reason I need to convert video submitted by user.

    Thanks in advance.