
Recherche avancée
Médias (1)
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (36)
-
List of compatible distributions
26 avril 2011, parThe table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...) -
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Automated installation script of MediaSPIP
25 avril 2011, parTo overcome the difficulties mainly due to the installation of server side software dependencies, an "all-in-one" installation script written in bash was created to facilitate this step on a server with a compatible Linux distribution.
You must have access to your server via SSH and a root account to use it, which will install the dependencies. Contact your provider if you do not have that.
The documentation of the use of this installation script is available here.
The code of this (...)
Sur d’autres sites (7016)
-
Revision 413a0392c0 : Merge "vp9_spatial_svc_encoder : Add encoding time log."
26 août 2015, par Marco PaniconiMerge "vp9_spatial_svc_encoder : Add encoding time log."
-
Android : Add multiple sounds to video at specific time with sound overlapping
25 août 2015, par user3285333So I have this movie maker app, which allows the user while the video is playing to click some sound buttons, and then the sound will be added to that specific time of the video.
The user can click twice really fast, which should allow both sounds to be playing simultaneously.
This needs to be merged into one .mp4 file in order for the user to save it to the device.
Anyone know a solution to this ?
-
How to get time conversion using FFmpeg
18 août 2015, par Wison SmilarI have tried extracting
video.mpg
to images usingFFmpeg
command line and it works fine, but I want get time of the conversion process that will be taken tillvideo.mpg
is extracted, and save toTime.txt
.This is what I have tried so far :
ffmpeg -i video.mpg image%d.jpg>>time.txt
Where I have been wrong ?