
Recherche avancée
Autres articles (35)
-
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Supporting all media types
13 avril 2011, parUnlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)
-
Soumettre bugs et patchs
10 avril 2011Un logiciel n’est malheureusement jamais parfait...
Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
Si vous pensez avoir résolu vous même le bug (...)
Sur d’autres sites (4978)
-
How to apply yadif filter with Motion-Project ?
20 décembre 2020, par Caio PiccirilloI'm using a analogic video card (bt878) with linux (debian 9) to monitor traffic, but this card is interlaced and I don't know how to deinterlace using Yadif filter using ffmpeg on motion and stream the deinterlaced image. Can someone help me ?


Here is an example of current image output, notice on truck at top right :



-
How to apply yadif filter with motion ?
18 décembre 2020, par Caio PiccirilloI'm using a analogic video card (bt878) with linux (debian 9) to monitor traffic, but this card is interlaced and I don't know how to deinterlace using Yadif filter using ffmpeg on motion and stream the deinterlaced image. Can someone help me ?


Here is an example of current image output, notice on truck at top right :



-
FFmpeg - Is It Possible To Cut Video Stream According to its SSIM Value
30 juillet 2021, par user4134414I have a video stream with a certain constant event happening from time to time. For example, a traffic light turning green. I would like to cut a few seconds of the video every time the event happens (continuing the example, cars start moving). I managed to use a predefined image and SSIM to detect the event (in the SSIM log file), but I cannot find a way to cut the stream in real time according to its SSIM value. Any help would be appreciated.