
Recherche avancée
Autres articles (53)
-
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
(Dés)Activation de fonctionnalités (plugins)
18 février 2011, parPour gérer l’ajout et la suppression de fonctionnalités supplémentaires (ou plugins), MediaSPIP utilise à partir de la version 0.2 SVP.
SVP permet l’activation facile de plugins depuis l’espace de configuration de MediaSPIP.
Pour y accéder, il suffit de se rendre dans l’espace de configuration puis de se rendre sur la page "Gestion des plugins".
MediaSPIP est fourni par défaut avec l’ensemble des plugins dits "compatibles", ils ont été testés et intégrés afin de fonctionner parfaitement avec chaque (...)
Sur d’autres sites (9422)
-
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. -
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
-
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..