
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (69)
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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 (12952)
-
Install ffmpeg on Centos6 x64 using FFmpegInstaller 8.0 Issue [on hold]
21 mars 2017, par woshkaI have the following issue while installing ffmpeginstaller8.0 on centos 6 x64
on the mplayer installtion it fails as followes on cpu.c
what is the issue and how to solve it ?Thanks
EDIT : I have found the best solution to install ffmpeg and all of it’s libraries with this link enter link description here
YASM libavcodec/x86/vp9lpf_16bpp.o
YASM libavcodec/x86/vp9itxfm_16bpp.o
YASM libavcodec/x86/vp9lpf.o
YASM libavcodec/x86/hevc_mc.o
YASM libavcodec/x86/vp9itxfm.o
AR libavcodec/libavcodec.a
make[1]: Leaving directory `/usr/src/ffmpegscript/mplayer/ffmpeg'
make -C ffmpeg libavutil/libavutil.a
make[1]: Entering directory `/usr/src/ffmpegscript/mplayer/ffmpeg'
CC libavutil/cpu.o
libavutil/cpu.c:20:23: warning: stdatomic.h: No such file or directory
libavutil/cpu.c:28:5: warning: "HAVE_SCHED_GETAFFINITY" is not defined
libavutil/cpu.c:34:5: warning: "HAVE_GETPROCESSAFFINITYMASK" is not defined
libavutil/cpu.c:34:36: warning: "HAVE_WINRT" is not defined
libavutil/cpu.c:37:5: warning: "HAVE_SYSCTL" is not defined
libavutil/cpu.c:48: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'cpu_flags'
libavutil/cpu.c: In function 'av_force_cpu_flags':
libavutil/cpu.c:86: error: implicit declaration of function 'atomic_store_explicit'
libavutil/cpu.c:86: error: 'cpu_flags' undeclared (first use in this function)
libavutil/cpu.c:86: error: (Each undeclared identifier is reported only once
libavutil/cpu.c:86: error: for each function it appears in.)
libavutil/cpu.c:86: error: 'memory_order_relaxed' undeclared (first use in this function)
libavutil/cpu.c: In function 'av_get_cpu_flags':
libavutil/cpu.c:91: error: implicit declaration of function 'atomic_load_explicit'
libavutil/cpu.c:91: error: 'cpu_flags' undeclared (first use in this function)
libavutil/cpu.c:91: error: 'memory_order_relaxed' undeclared (first use in this function)
libavutil/cpu.c: In function 'av_set_cpu_flags_mask':
libavutil/cpu.c:101: error: 'cpu_flags' undeclared (first use in this function)
libavutil/cpu.c:102: error: 'memory_order_relaxed' undeclared (first use in this function)
libavutil/cpu.c:265:5: warning: "HAVE_WINRT" is not defined
libavutil/cpu.c:268:5: warning: "HAVE_SCHED_GETAFFINITY" is not defined
libavutil/cpu.c:275:7: warning: "HAVE_GETPROCESSAFFINITYMASK" is not defined
libavutil/cpu.c:279:7: warning: "HAVE_SYSCTL" is not defined
libavutil/cpu.c:285:7: warning: "HAVE_SYSCONF" is not defined
libavutil/cpu.c:287:7: warning: "HAVE_SYSCONF" is not defined
libavutil/cpu.c:289:7: warning: "HAVE_WINRT" is not defined
make[1]: *** [libavutil/cpu.o] Error 1
make[1]: Leaving directory `/usr/src/ffmpegscript/mplayer/ffmpeg'
make: *** [ffmpeg/libavutil/libavutil.a] Error 2
cp: cannot create regular file `/usr/local/cpffmpeg/etc/mplayer/codecs.conf': No such file or directory
Installation of mplayer.tar.gz ....... Completed
Mplayer installation Failed :( , please contact professional support sales@syslint.com -
How to install ffmpeg for ubuntu using command line ?
14 mars 2017, par Cheng Jaycee JiangA lit background...
This is a piece of code in my Dockerfile. I want to deploy my app to google app engine. Somehow I couldn’t install ffmpeg.ENV VIRTUAL_ENV /env
ENV PATH /env/bin:$PATH
RUN apt-get install ffmpegThis is error log :
E: Unable to locate package ffmpeg
The command '/bin/sh -c apt-get install ffmpeg' returned a non-zero code: 100
ERROR
ERROR: build step "gcr.io/cloud-builders/docker@sha256:ef2e6744a171cfb0e8a0ef27f9b9a34970341bfc0c3d401afdeedca72292cf73" failed: exit status 100I found this but it didn’t work for me. It complained about add-apt-repository is not valid command.
http://askubuntu.com/questions/691109/how-do-i-install-ffmpeg-and-codecsAnyone can help me with this ? Thanks !!!
-
How can I install ffmpeg in python
1er février 2017, par ismail yussufI’m having a problem with downloading ffmpeg for python. It seems to me that no matter what I do it just doesn’t work.
Btw ,sorry for the images but I still don’t know how to post my command prompt on here. So here is the error i’m getting.
https://i.stack.imgur.com/ynHtM.png
I’ve already tried "pip install ffmpeg-normalize" and when I do that I get this
https://i.stack.imgur.com/sFpmn.png
FYI I already downloaded imageio and that went totally fine. I even have the ffmpeg.py file in imageio. I also saw a suggestion to use "imageio.plugins.ffmpeg.download()", that didn’t help either.
Does anyone know how I can install it properly ?
Thanks