Recherche avancée

Médias (10)

Mot : - Tags -/wav

Autres articles (111)

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

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

Sur d’autres sites (11728)

  • Is it allowed to embed the ffmpeg.exe in my project ? [on hold]

    22 juillet 2019, par Snowy White

    I have written a program that, among other things, does some audio format converting. I use a library which in turn uses the ffmpeg.exe for this. So at the moment, the user needs to have ffmpeg in the same directory as the program itself. But what I would prefer is to add ffmpeg to my project as an embedded resource, so that the users don’t need to care about that. And now my question is, as I have seen that ffmpeg is licensed under LGPL, would it be legal to do so ? Or do the users explicitly have to get ffmpeg by themself ?
    Thank you for any answers 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.

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