
Recherche avancée
Autres articles (70)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page. -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (13679)
-
Revision 7c2c2bea96 : vp9_ethread : add the multi-threaded encoder unit tests The unit tests for VP9 m
16 décembre 2014, par Yunqing WangChanged Paths :
Modify /test/test.mk
Add /test/vp9_ethread_test.cc
vp9_ethread : add the multi-threaded encoder unit testsThe unit tests for VP9 multi-threaded encoder are added, which
carry out tests for all three modes(i.e. kTwoPassGood, kOnePassGood
and kRealTime), and speeds ranging from 1 to 8. A 1280x720 test
clip is used, which is encoded into multiple tiles. The number of
threads is num_of_tiles.Change-Id : I04419eeca145ad841c9c527603668239a82e7fbd
-
Full C++ example avlib\FFMPEG multi input video filtering [on hold]
30 juillet 2018, par Stefan PintilieI am asking a question and also answering to it, on how to apply a multi input video complex filter using FFMPEG/avlib/avfiler libraries. I am doing this in hope that will help you, since it took couple of days to dig into ffmpeg code source, understanding it, putting the pieces together and make it work. The same could be applied to audio filtering.
Everything starting from translating the following ffmpeg command into C++ code :
ffmpeg -i world.mp4 -i back.png -filter_complex "[0:v]pad=1280:1000:0:0:black[pad];[pad][1:v]overlay=140:720[out]" -map "[out]" -map 0:a output.mp4
Is basically stacking 2 videos on top of each other. The video from bottom has bigger width, so the final video file has the width of the bottom video and the height of all 2 together.
Anyway that is just an example, the code example I am going to give you it takes any number of input files and a complex filter description, then producing the output.
-
avformat/mpegtsenc : Fix multi program so that it supports adding the same stream...
24 janvier 2016, par Vittorio Gambaletta (VittGam)