
Recherche avancée
Autres articles (73)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 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 (...) -
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 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 (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (10661)
-
Is it allowed to embed the ffmpeg.exe in my project ? [on hold]
22 juillet 2019, par Snowy WhiteI 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 BaiSo 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 user1662334I am thinking about making app on videos in android. I came to know that there are 2 famous libraries,
FFMPEG
andVitamio
.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.