
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (55)
-
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 (5066)
-
"playback error" in Powerpoint using FFMEG conversion
3 avril 2014, par John DuI tried the following command to convert a mov to wmv to play back in powerpoint
ffmpeg -i movie.mov -b 1500k -vcodec wmv2 -acodec wmav2 -f asf movie.wmv
I am constantly plaugued with "playback error"s no other information
any help would be appreciated what settings to use that will not cause this error
-
ffmpeg video compression / specifc file size
16 mars 2015, par jesders88Currently I have 80mb movies that I want to use ffmpeg to convert down to say about 10mb or 15mb. I know there will be a quality loss but they will need to have sound. Is there a way to either specify a file size or higher compression than what I have done previously
ffmpeg -i movie.mp4 -b 2255k -s 1280x720 movie.hd.ogv
They are currently about 25mb a piece
-
Add mp3 file sound in the middle of the mp4/avi/mpeg [on hold]
17 novembre 2014, par user1018697I tryed to do something, and i meet some diffulties to do :
1- i have a little movie file of 1 minutes ( movie.mp4)
2- i have an mp3 file of 10 seconds (voice.mp3)
I whish to add this mp3 file in the middle of my film (at 30 seconds).
My question is :
Is it possible create simply a new video (movie2.mp4) with my mp3 added in the middle of the film (at 30 s) ?
Or maybe is exist a c# library or c++ to do this ?Thanks