
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 (63)
-
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 (6774)
-
Fastest ffmpeg encode and codec, lowest quality [on hold]
15 février 2014, par David542I have a two-hour video file that I need to make the fastest encode for. Nothing matters here except the speed of the encode. The quality does not matter at all.
Given a machine with two cores, what would be the best ffmpeg command to accomplish this ? Here's what I'm currently using :
./ffmpeg -i media/test.mov -vf 'movie=media/test.png'
-acodec copy -vcodec mjpeg -qscale 30 -threads 2 -
ffmpeg : Could not find codec parameters for stream 0 (Video : h264) unspecified size [on hold]
15 février 2014, par dempapI try to convert a video from
.raw
to.mp4
. For this reason I did download, build and install both x264 and ffmpeg. However, command :ffmpeg -f h264 -i output.raw -vcodec copy output.mp4
fails with error (shown in picture below). Is there any way to fix this ?
-
iOS use FFMPEG to play sound files [on hold]
13 février 2014, par Hadi M.NourAllahI am already compiled ffmpeg well and use it to try IFrameExtractor and kxmovie but i need some of codes or source code that makes me play audio files
thank you for your help i found what i was need you can find it FFmpegAudioPlayer
and thank you again