
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (103)
-
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 (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (5451)
-
FFMPEG Wrong color space with ProRes 4444 [closed]
6 février 2020, par Mirza KadicI’m unable to convert a video with ffmpeg in codec ProRes 4444 without color shift (something to do with colorspace). If I do quicktime png, color space stays the same, no problems with that.
The only thing that fixes this is -vf colormatrix=bt601:bt709, but then I loose alpha channel, which I need of course.
Any help would be appreciated. -
avcodec/jvdec : Check available input space before decode8x8()
21 février 2019, par Michael Niedermayeravcodec/jvdec : Check available input space before decode8x8()
Fixes : Timeout (78 sec -> 15 millisec)
Fixes : 13147/clusterfuzz-testcase-minimized-ffmpeg_AV_CODEC_ID_JV_fuzzer-5727107827630080Found-by : continuous fuzzing process https://github.com/google/oss-fuzz/tree/master/projects/ffmpeg
Signed-off-by : Michael Niedermayer <michael@niedermayer.cc> -
How to avoid white space in FFMPEG ?
28 novembre 2019, par Rahul ChokshiI have file name which have white space in string, so my question is this how can I avoid white space in
ffmpeg
command.CMD :
ffmpeg -y -ss 00:00 -t 00:00:01 -accurate_seek -i out out.mp4
-threads 5 -preset ultrafast -codec copy -avoid_negative_ts 1 out.mp4error message :
out : No such file or directory