
Recherche avancée
Médias (1)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (112)
-
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.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (17620)
-
librarys for a website based video merger ? [closed]
19 février 2020, par swoompyI’m a student (and school wont or cant help me figure this project out) and would like to make an online video merger, with fixed movie parts, where the user can select what topic it want in the movie and then compile it into to one file. some one a idea where to start ? is it possible with ffmpeg ?
Cheers,
swoompy -
Revision 040eeed9d0 : Turning model based reverse update on for coefs Turns model based reverse updat
26 avril 2013, par Deb MukherjeeChanged Paths :
Modify /vp9/common/vp9_entropy.c
Modify /vp9/common/vp9_entropy.h
Turning model based reverse update on for coefsTurns model based reverse updates on for coefficients in an
effort to reduce the memory requirement for counters.With this patch the counters needed will be reduced by about
75% since only 3 counts are needed instead of 12.The impact in performance is :
derf300 : -0.252%
stdhd250 : -0.046%However retraining should alleviate some of the drop in
performance.Change-Id : I6f2b3e13f6d5520aa3400b0b228fb5e8b4a43caa
-
Zoom and Moving based on audio information in FFMPEG
19 décembre 2019, par MattstirI recently wondered if it is possible to zoom or move things in FFMPEG based on an audio source.
I already played around with
complex filters
as they allow some audio visualization but didn’t really manage to move/zoom things based on sound. See good examples of complex filters used for audio visualization at : https://hhsprings.bitbucket.io/docs/programming/examples/ffmpeg/audio_visualization/index.htmlMy current situation is that i have multiple inputs which one of should react on sound/maybe even on special frequency’s.