
Recherche avancée
Autres articles (111)
-
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 -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...) -
Ajouter des informations spécifiques aux utilisateurs et autres modifications de comportement liées aux auteurs
12 avril 2011, parLa manière la plus simple d’ajouter des informations aux auteurs est d’installer le plugin Inscription3. Il permet également de modifier certains comportements liés aux utilisateurs (référez-vous à sa documentation pour plus d’informations).
Il est également possible d’ajouter des champs aux auteurs en installant les plugins champs extras 2 et Interface pour champs extras.
Sur d’autres sites (11162)
-
ffmpeg.so in PHP exec converting and no return
13 juin 2015, par TomI have seen many threads, but none working ones, so this is my issue :
I have server installed ffmpeg (ffmpeg-php version 0.7.0, PHP Version 5.4.41) Linux CentOS 6 64bit :
Using PHP :
exec('/usr/lib64/php/modules/ffmpeg.so -i test.mp4 testdone.avi',$out,$ret);
or
exec('/usr/lib64/php/modules/ffmpeg.so -i /var/www/html/test.mp4 /var/www/html/testdone.avi',$out,$ret);
or
exec('/usr/lib64/php/modules/ffmpeg.so -i /var/www/html/test.mp4 /var/www/html/testdone.avi'.' 2>&1',$out,$ret);
the ffmpeg is actually found, but always returns :
array(0) { } int(11)
and with2>&1
returnsarray(0) { } int(139)
and does not return anything else liketestdone.avi in the directory or -version
(in the directory). Directories /var/www/html/ are set to 777.Thank you, should I hire someone to fix this or am I missing something in PHP.
-
Installing ffmpeg in Ubuntu by using Chef fails by error of yasm version
23 décembre 2014, par ironsandI want to install
ffmpeg
in Ubuntu14.04 by usingchef
.This is my config files for it.
Berksfile
source "https://api.berkshelf.com"
cookbook 'apt'
cookbook 'ffmpeg'nodes/ubuntu.json
{
"run_list": [
"apt",
"ffmpeg"
]
}Then run
knife solo cook ubuntu
. It ends up with a error :STDOUT: Found no assembler
Minimum version is yasm-1.2.0I understand the error. probably if I install
yasm-1.2.0
manually, then the error will be fixed.But I want to install only by using
chef
. What can I do to solve the problem ? -
Merge commit ’9a9e2f1c8aa4539a261625145e5c1f46a8106ac2’
22 juin 2014, par Michael NiedermayerMerge commit ’9a9e2f1c8aa4539a261625145e5c1f46a8106ac2’
* commit ’9a9e2f1c8aa4539a261625145e5c1f46a8106ac2’ :
dsputil : Split audio operations off into a separate contextConflicts :
configure
libavcodec/takdec.c
libavcodec/x86/Makefile
libavcodec/x86/dsputil.asm
libavcodec/x86/dsputil_init.c
libavcodec/x86/dsputil_mmx.c
libavcodec/x86/dsputil_x86.hMerged-by : Michael Niedermayer <michaelni@gmx.at>
- [DH] configure
- [DH] libavcodec/Makefile
- [DH] libavcodec/ac3enc.c
- [DH] libavcodec/ac3enc.h
- [DH] libavcodec/ac3enc_fixed.c
- [DH] libavcodec/ac3enc_float.c
- [DH] libavcodec/ac3enc_template.c
- [DH] libavcodec/acelp_pitch_delay.c
- [DH] libavcodec/acelp_pitch_delay.h
- [DH] libavcodec/arm/Makefile
- [DH] libavcodec/arm/audiodsp_arm.h
- [DH] libavcodec/arm/audiodsp_init_arm.c
- [DH] libavcodec/arm/audiodsp_init_neon.c
- [DH] libavcodec/arm/audiodsp_neon.S
- [DH] libavcodec/arm/dsputil_init_neon.c
- [DH] libavcodec/arm/dsputil_neon.S
- [DH] libavcodec/audiodsp.c
- [DH] libavcodec/audiodsp.h
- [DH] libavcodec/cook.c
- [DH] libavcodec/dsputil.c
- [DH] libavcodec/dsputil.h
- [DH] libavcodec/g729dec.c
- [DH] libavcodec/g729postfilter.c
- [DH] libavcodec/g729postfilter.h
- [DH] libavcodec/ppc/Makefile
- [DH] libavcodec/ppc/audiodsp.c
- [DH] libavcodec/ppc/dsputil_altivec.h
- [DH] libavcodec/ppc/dsputil_ppc.c
- [DH] libavcodec/ra144.c
- [DH] libavcodec/ra144.h
- [DH] libavcodec/ra144dec.c
- [DH] libavcodec/ra144enc.c
- [DH] libavcodec/takdec.c
- [DH] libavcodec/x86/Makefile
- [DH] libavcodec/x86/audiodsp.asm
- [DH] libavcodec/x86/audiodsp.h
- [DH] libavcodec/x86/audiodsp_init.c
- [DH] libavcodec/x86/dsputil.asm
- [DH] libavcodec/x86/dsputil_init.c
- [DH] libavcodec/x86/dsputil_mmx.c
- [DH] libavcodec/x86/dsputil_x86.h