
Recherche avancée
Médias (3)
-
MediaSPIP Simple : futur thème graphique par défaut ?
26 septembre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Video
-
GetID3 - Bloc informations de fichiers
9 avril 2013, par
Mis à jour : Mai 2013
Langue : français
Type : Image
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (58)
-
Participer à sa traduction
10 avril 2011Vous pouvez nous aider à améliorer les locutions utilisées dans le logiciel ou à traduire celui-ci dans n’importe qu’elle nouvelle langue permettant sa diffusion à de nouvelles communautés linguistiques.
Pour ce faire, on utilise l’interface de traduction de SPIP où l’ensemble des modules de langue de MediaSPIP sont à disposition. ll vous suffit de vous inscrire sur la liste de discussion des traducteurs pour demander plus d’informations.
Actuellement MediaSPIP n’est disponible qu’en français et (...) -
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 -
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 (...)
Sur d’autres sites (11983)
-
Revision bdc4371174 : Take out assertion from inverse transforms Separate the rounding and right shif
16 novembre 2013, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_idct.h
Modify /vp9/encoder/vp9_dct.c
Take out assertion from inverse transformsSeparate the rounding and right shift operations of forward transform
from those of inverse transform. Take out the assertion check from
inverse transforms. If the transform coefficients were constructed to
cause intermediate steps of inverse transform overflow, the codec will
just let it overflow without breaking the decoding flow.Change-Id : I73cfc3706c4e840fc543a77cbc4cdb0b05d07730
-
vf_colorspace : Interpret unspecified color range as limited range
19 septembre 2016, par Vittorio Giovaravf_colorspace : Interpret unspecified color range as limited range
This is the assumption that is made in pixel format conversion do
throughout the code (in particular swscale), and BT-specifications
mandate.Add a warning to inform the user that an automatic selection is being
made.Signed-off-by : Vittorio Giovara <vittorio.giovara@gmail.com>
Signed-off-by : Ronald S. Bultje <rsbultje@gmail.com> -
How to scale watermark in percent with ffmpeg ? [duplicate]
31 décembre 2015, par user3390767This question already has an answer here :
I run a video site, but watermark logo still in different sizes in every video with different resolution.
My question : is there a way to scale watermark image in every video by some kind of percentage ?
I use next command :/usr/bin/ffmpeg -i video_in.mp4 -f mp4 -vcodec libx264 -r 30 -movflags
faststart -profile:v baseline -vf "movie=logo.png, scale=200:37
[watermark] ; [in][watermark] overlay=10:10 [out]" -s 640x360 -acodec
libfaac -ab 128k -ar 44100 video_out.mp4So as you see the scale of watermark is static, but I want to make it dynamic. Is there way to do this in percentage by depending of video resolution ?
Cheers !