
Recherche avancée
Médias (1)
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
Autres articles (22)
-
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Personnaliser les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...)
Sur d’autres sites (4614)
-
FFMPEG permission in windows wamp
15 octobre 2011, par shababhsiddiqueI am trying to build a video sharing site using drupal 6. One of the modules i am using is ffmpeg , it requires me to set a ffmpeg binary file location . I downloaded ffmpeg from here
http://ffmpeg.arrozcru.org/autobuilds/ffmpeg/mingw32/static/
I placed it on C :\ffmpeg\bin\ffmpeg.exe and gave this path with the slashes changed to /
it got the encoders information .. but i cant test it. It shows a message like
Fmpeg failed to create an output file. This could be due to permission problems or an error from the encoding settings.
I found that i need permission. How do i set permission ? i am using wamp on windows. Please help urgent.
-
configure : Don’t add -fPIC on windows targets
5 juin 2013, par Martin Storsjöconfigure : Don’t add -fPIC on windows targets
This avoids warnings about this option not having any effect on
this platform.We still want to enable the pic configure item for these platforms
(if detected via the compiler builtin define __PIC__) to get proper
inline assembly workarounds.Signed-off-by : Martin Storsjö <martin@martin.st>
-
av_register_all generates an exception in Release mode on Windows [closed]
7 août 2012, par ranyakirI have a program that uses libav. It works well when compiled in Debug mode (Windows, VisualStudio 2010). However, when the program is compiled in Release mode, it crashes in av_register_all. The exception I get is Privileged Instruction.
Anyone has an idea if there is anything special that needs to be done in Release mode to get libav to work ?
Best regards
Ran