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

  • java communicated two software [on hold]

    20 juillet 2015, par Aida

    First of all I’m totally beginner in JAVA ! So, I don`t have any idea what should I do !

    My question is : I have two program, FFMPEG and another one is Video mixer software.
    I want to make a link between these two. I mean, I want to send a video in video mixer and then convert the format in ffmpeg. So, do you have any idea how can i create this relation ?

    Thanks in advance !

  • FFmpeg vs Vitamio

    14 février 2016, par user1662334

    I am thinking about making app on videos in android. I came to know that there are 2 famous libraries, FFMPEG and Vitamio.

    I just want to know that can i do simple video functions like playing the video, grabbing a frame, converting video to mp3 with both the libraries ? What are their pros and cons ?

    Thanks in advance.

  • Generating a Square wave with FFmpeg

    12 avril 2018, par Ali Bai

    So I know how to generate a sine wave with FFmpeg, for example

    ffmpeg -f lavfi -i "sine=frequency=440:duration=10" sine_440_10.wav

    How can I use this and create both a square and also a triangle wave ?

    I am also wondering if a simple attack and decay can be applied with FFmpeg ?

    Thanks in advance for any help.