
Recherche avancée
Autres articles (99)
-
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 (...) -
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...) -
ANNEXE : Les plugins utilisés spécifiquement pour la ferme
5 mars 2010, parLe site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)
Sur d’autres sites (7575)
-
A PHP Error was encountered Severity : Core Warning Message : Module 'ffmpeg' already loaded Filename : Unknown Line Number : 0 Backtrace
3 septembre 2016, par SumonGetting the following error in live
"
A PHP Error was encountered
Severity : Core Warning
Message : Module ’ffmpeg’ already loaded
Filename : Unknown Line Number : 0
Backtrace :".But i did not receive this error in local host. I am using codeigniter 3. Need Some help..
-
Revision 1699eb0bf6 : mips dsp-ase r2 vp9 decoder idct module optimizations (rebase) Change-Id : Iedcd
24 octobre 2013, par Parag SalasakarChanged Paths :
Modify /vp9/common/mips/dspr2/vp9_common_dspr2.h
Add /vp9/common/mips/dspr2/vp9_itrans16_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans32_cols_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans32_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans4_dspr2.c
Add /vp9/common/mips/dspr2/vp9_itrans8_dspr2.c
Modify /vp9/common/vp9_rtcd_defs.sh
Modify /vp9/vp9_common.mk
mips dsp-ase r2 vp9 decoder idct module optimizations (rebase)Change-Id : Iedcdb8867084f328f4fce2fadb968e0984217308
-
NodeJS : Set path to FFMPEG binaries for module Fluent-FFMPEG
20 décembre 2013, par VprnlI am building a application that uses the module node-fluent-ffmpeg. https://github.com/schaermu/node-fluent-ffmpeg
And I'm trying to package the ffmpeg binaries along with my application.
I want to do this so (especially on Windows) the user does not have to install FFMPEG manually.Sadly everything I've tried results in errors. I've tried the following :
ffmpeg.setFfmpegPath : Gives an error saying setFfmpegPath is not a method
and :
proc.setFfmpegPath : Gives a createproces error.
It seems I'm doing something wrong. Could someone point out my mistake.
Thanks a lot.