
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (67)
-
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie 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 (9558)
-
Avfilter how to retrieve list of supported pixel formats ?
22 juin 2019, par SerbenetWhen creating an avfilter graph for video processing, how can I retrieve the list of supported pixel formats of the first video filter in the chain ?
I believe this is though the query_formats function, but I have no idea how this function is supposed to be used.
Could you help me ?
Thanks in advance
Serbenet
-
Howto Merge .WAV files - with a repeating shorter wav file ?
11 octobre 2011, par SeanNieuwoudtI need to take two WAV files (mysound.wav[10 seconds] and watermark.wav[1 second]) and merge the two together.
The problem is that the new generated file needs to have watermark.wav repeating for the duration of mysound.wav.
How do I do this via the CLI or script ? I know about SoX and FFmpeg, but have not been successful at getting this work.
Thanks in advance :)
-
ffmpeg trim last x seconds. I don't know duration of audio [on hold]
27 février 2015, par Chandra NakkaIn my application. I need to remove last 10 seconds of audio.
I don’t know the duration of audio.
I need to trim audio in single command line.
Is it possible are not. If possible please show me some example command line.
Thanks in advance.