
Recherche avancée
Autres articles (34)
-
Taille des images et des logos définissables
9 février 2011, parDans beaucoup d’endroits du site, logos et images sont redimensionnées pour correspondre aux emplacements définis par les thèmes. L’ensemble des ces tailles pouvant changer d’un thème à un autre peuvent être définies directement dans le thème et éviter ainsi à l’utilisateur de devoir les configurer manuellement après avoir changé l’apparence de son site.
Ces tailles d’images sont également disponibles dans la configuration spécifique de MediaSPIP Core. La taille maximale du logo du site en pixels, on permet (...) -
Configuration spécifique d’Apache
4 février 2011, parModules spécifiques
Pour la configuration d’Apache, il est conseillé d’activer certains modules non spécifiques à MediaSPIP, mais permettant d’améliorer les performances : mod_deflate et mod_headers pour compresser automatiquement via Apache les pages. Cf ce tutoriel ; mode_expires pour gérer correctement l’expiration des hits. Cf ce tutoriel ;
Il est également conseillé d’ajouter la prise en charge par apache du mime-type pour les fichiers WebM comme indiqué dans ce tutoriel.
Création d’un (...) -
Encoding and processing into web-friendly formats
13 avril 2011, parMediaSPIP automatically converts uploaded files to internet-compatible formats.
Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
All uploaded files are stored online in their original format, so you can (...)
Sur d’autres sites (8136)
-
log : Unbreak windows support
3 avril 2014, par Luca Barbato -
Compiling ffmpeg for android on windows
8 avril 2014, par MertI tried more than 5 open source library, I have no success to build them on windows.
This is my first time using NDK and wondering why I can't simply find the .so file and use it instead of compiling from scratch.
Please guide me with your knowledge, I am kind of stuck here.
thank you -
ffmpeg installation on windows 8 xampp v3.2.1 php 5.5.3
4 mai 2014, par user3454835I am trying to install ffmpeg extension on windows 8 xampp v3.2.1 for php 5.5.3.
I have files of ffmpeg and i am doing following steps
- Placing file php_ffmpeg.dll in xampp/php/ext/
- Rest files i am keeping in windows/system32
- I have added extension=php_ffmpeg.dll in php.ini
- Restarted xampp
but when i see php_info then my extension ffmpeg still not enabled.
I think ffmpeg files are not compatible to php 5.5.3. May be i have old files so will you please provide me new and correct ffmpeg files for php 5.5.3
or do you know why i am facing this problem ? any solution for this