
Recherche avancée
Médias (91)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Elephants Dream - Cover of the soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (105)
-
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 (...) -
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 (...)
-
Multilang : améliorer l’interface pour les blocs multilingues
18 février 2011, parMultilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.
Sur d’autres sites (11433)
-
dashdec : Expose bandwidth and representation ID as metadata
14 janvier 2018, par sfan5dashdec : Expose bandwidth and representation ID as metadata
The primary goal was making it viable to play YouTube/Vimeo/... videos
using the native demuxer, since mpv currently uses a workaround in form
of Edit Decision Lists (EDL).Implemented features :
1 Exposing id / bitrate as stream metadata (similar to the HLS demuxer)
2 Support for multiple video and audio streams
3 A few minor parts of the specification that are in use at YouTubeSigned-off-by : Steven Liu <lq@chinaffmpeg.org>
-
Install graphicsmagik and ffmpeg for nodeJS application running as docker container
25 septembre 2017, par user3142695I am deploying a nodeJS application (which is based on meteorJS and build with
meteor build
) to a docker container on my ubuntu 16.04 server.
My application needsgraphicsmagick
andffmpeg
.
As far as I know, theffmpeg
should be in thelibav-tools
package.My question is how do I get those two needed packages into my application running as docker container ?
I think it is wrong to install them via
apt-get graphicsmagick
on the server itself, right ?For this nodeJS application I’m using this Dockerfile to create a docker image :
FROM node:4.8-slim
# Copy the application files
COPY . /
# Set required environment variables
ENV NODE_ENV production
ENV MONGO_URL mongodb://mongo:27017/
ENV ROOT_URL http://localhost
ENV PORT 80
EXPOSE 80
# Download the required packages for production
RUN (cd programs/server && npm install --silent)
# Make the application run when running the container
CMD ["node", "main.js"]My application uses this package.json :
{
...
"dependencies": {
...
"ffmpeg": "0.0.4",
"fluent-ffmpeg": "^2.1.2",
"gm": "^1.23.0",
...
}
}Running
npm install
should addgm
andffmpeg
, but I think I need those packages installed in the docker container itself. -
Anomalie #3783 (Rejeté) : #EXPOSE{toto} n’est pas suivi d’un expace
16 mai 2016Je ferme donc.