
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 (59)
-
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 (8411)
-
How to convert popular video formats into each other using Python without FFmpeg ?
16 janvier 2021, par Manbir JudgeI am creating a universal file convert in Python using various image or document processing modules and now the goal was to able to convert video files. The only way I was able to find was using FFmpeg but I wanted my application to be standalone without requiring other applications. Is there any way to convert video formats without using FFmpeg ?


Thanks in advance !
-
Android audio processing using ffmpeg ?
4 mai 2013, par user1568549I am develloping my own android media player ,so i opted for ffmpeg for decoding, i've successfully decoded and rendered video but there is no sound now i don't know how to add audio decoding audio to my video decoding and even how to decode a simple audio file and then render it in android using jni.what instruction i have to use (Avframe openinput and then what)
Thanks in advance
-
ffmpeg android-prepare video from images according to sound file
16 décembre 2013, par Sameer Z.I am working app which create the video from many screen(images).
I can prepare video from screen.
Now to select the no of frames depends on the pitch of the audio,for example
for 1 sec only 3 frames and another sec 5 frames.The audio files are static.Please let me know your thoughts how i can achieve this.
Thanks in advance.