
Recherche avancée
Médias (1)
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (81)
-
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 (...) -
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 (...) -
Le profil des utilisateurs
12 avril 2011, parChaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)
Sur d’autres sites (8483)
-
Evolution #2350 : rendre plus tolérant #HTTP_HEADER et son :
25 septembre 2011, par davu xC’est vrai que la spec ne semble pas stricte sur la question des espaces. C’est flagrant dans le cas des points-virgules, même dans leurs exemples. Du coup ça veut dire que les clients HTTP (les navigateurs) sont censés être souples aussi quand ils reçoivent un header avec des espaces. Notre (...)
-
ffmpeg speed encoding problem
15 septembre 2011, par amrouchI am currently developing an application that makes capturing video from a webcam on Linux using the Qt Designer tool and V4L2 and ffmpeg libraries under C + +, to capture the image there is no problem using lib V4L2, and since That a picture is ready I send it to the encoder which is based on ffmpeg libs, initially the encoder creates a video file, and it receives images to encode it in this file, my problem is as follows : the encoding is normally done, but after if I start playing the recorded video file, speed appears to be accelerated compared to the regular speed ! So what is clear, the problem is in video encoding,
my question is, is there a method or function that manages ffmpeg encoding speed pictures ?????
thank you for your help. -
ffmpeg : Resampling with input channels greater than 2 unsupported ?
13 septembre 2011, par user739711This question is already been asked but because that thread is old I am posting again.
When a video file has 5.1 audio channels ffmpeg is not able to convert it to another format giving error :
"Resampling with input channels greater than 2 unsupported"
I saw some blogs saying I can modify the code and or patch ffmpeg for it.
Any solution found yet ?