
Recherche avancée
Médias (1)
-
Richard Stallman et le logiciel libre
19 octobre 2011, par
Mis à jour : Mai 2013
Langue : français
Type : Texte
Autres articles (102)
-
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 (...) -
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 ;
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
Sur d’autres sites (9399)
-
FFMPEG command for video based on ratio
15 mars 2017, par pocekI am using ffmpeg (in linux server with php)
and i want to watermark a
png
logo on themp4
file, my problem is thatI want to scale my
logo
and change it based on source video size(for example 1/4 of height),I have this code bellow :
shell_exec('ffmpeg -i file.mp4 -i logo.png -filter_complex "overlay=10:10" file-watered.mp4");
it works on every video.
For Normal (medium) size image :
For Small (medium) size image (witch is bad !)
Ideal output for this size would be :
I’ve changed a little bit my first code like this :
shell_exec('ffmpeg -i file.mp4 -i logo.png -filter_complex "[0:v]scale=500:-1[bg];[bg][1:v]overlay=(main_w-overlay_w):(main_h-overlay_h)" watered.mp4');
The main problem is that, I want to change the logo size based on video size.
How can i do it with ffmpeg ?
-
Révision 18477 : Ne pas inclure inc/texte ici qui ne sert pas, mais provoque l’inclusions des fil...
9 septembre 2011, par cedric - -
Revision 8c411f74e0 : Hadamard transform based coding mode decision process This commit uses Hadamard
23 mars 2015, par Jingning HanChanged Paths :
Modify /vp9/common/vp9_rtcd_defs.pl
Modify /vp9/encoder/vp9_avg.c
Modify /vp9/encoder/vp9_pickmode.c
Modify /vp9/encoder/x86/vp9_avg_intrin_sse2.c
Hadamard transform based coding mode decision processThis commit uses Hadamard transform based rate-distortion cost
estimate for rtc coding mode decision. It improves the compression
performance of speed -6 for many hard clips at lower bit-rates.
For example, 5.5% for jimredvga, 6.7% for mmmoving, 6.1% for
niklas720p. This will introduce extra encoding cycle costs at
this point.Change-Id : Iaf70634fa2417a705ee29f2456175b981db3d375