
Recherche avancée
Autres articles (108)
-
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 (...) -
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. -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
Sur d’autres sites (17578)
-
ffmpeg : access h264.h
16 février 2012, par Drew CI installed ffmpeg because it is required by an C++ project I am working on that deals with h264 decoding. I can see that the h264.h file is in the ffmpeg project files, but the line
#include <libavcodec></libavcodec>h264.h>
in my project results inerror: libavcodec/h264.h: No such file or directory
at compile time. How can I ensure the h264 library is installed and visible to my project ? -
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 !
-
fate : Add test for mts2 (mss4) codec
19 avril 2016, par Petru Rares Sincraian