
Recherche avancée
Autres articles (72)
-
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" (...) -
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Possibilité de déploiement en ferme
12 avril 2011, parMediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)
Sur d’autres sites (7864)
-
Revision b715e371c0 : fix to parameters to match rtcd Change-Id : I919e2dd72292fe44f2e53ada56bd42287d5
28 février 2013, par Jim BankoskiChanged Paths : Modify /vp9/encoder/vp9_sad_c.c fix to parameters to match rtcd Change-Id : I919e2dd72292fe44f2e53ada56bd42287d50cdeb Signed-off-by : Jim Bankoski
-
How to make a L band effect with ffmpeg so that when user start command the video will squeeze in and L band will come from bottom left [closed]
3 août 2020, par kiaraPlease find this example I want to achieve something like this https://www.youtube.com/watch?v=SsEO_CgSrg0


-
Saving H.264 RTP stream without re-encoding ?
13 avril 2012, par Gene VincentMy C++ application receives a H.264 RTP video stream.
Right now it decodes the stream, saves it into a YUV file and later I use ffmpeg to re-ecode the file into something suitable to watch on a Windows PC (eg. Mpeg4 AVI).
Shouldn't it be possible to save the H.264 stream into a AVI (or similar) container without having to decode and re-encode it ? That would require some H.264 decoder on the PC to watch, but it should be much more efficient.
How could that be done ? Are there any libraries supporting that ?