
Recherche avancée
Autres articles (47)
-
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" (...) -
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...)
Sur d’autres sites (8721)
-
Nodejs based video creation using ffmpeg with multiple images having distinct timegap inbetween
22 novembre 2017, par Aman Kumar AggarwalTrying to create video content out of multiple images.
But need to create video with images on dynamic timelinei.e
image1->0sec
image2->5sec
image3->8sec
... so onAny help will be useful. Currently using below git reference in nodejs but couldn’t achieve above scenario. It asks for loop value we tried to create it dynamic with float value but doesn’t work.
https://github.com/h2non/videoshow
We passed images list of 6 images and total timeline of images is 14seconds of which video is to be created.
But when we create video it depends on loop value under options which push time lag between images content to create video and for an example if we keep it 3 then video length will be 6*3=18sec
Please help of how to manage same.
-
Add Win32 GDI-based screen grabbing
2 avril 2014, par Calvin WaltonAdd Win32 GDI-based screen grabbing
Based on original code by Christophe Gisquet in 2010, updated to work
with current ffmpeg APIs.Supports grabbing a single window or an area of the screen, including
support for multiple monitors (Windows does funky stuff with negative
coordinates here).I’ve moved most of the configuration to AVOptions ; the input file name
is now only the string "desktop", or "title=<windowname>" to select a
single window. The AVOptions are the same as x11grab where possible.Code has been added to support a "show_region" mode, like x11grab, which
will draw a rectangle on the screen around the area being captured.Instead of duplicating code for paletted image handling, I make use of
the GDI API’s ability to output DIB (BMP) images, which can be run
through ffmpeg’s existing BMP decoder.Signed-off-by : Calvin Walton <calvin.walton@kepstin.ca>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at> -
Add a compat stdatomic.h implementation based on GCC atomics
17 juillet 2016, par Anton Khirnov