
Recherche avancée
Autres articles (60)
-
Submit enhancements and plugins
13 avril 2011If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone. -
Use, discuss, criticize
13 avril 2011, parTalk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
A discussion list is available for all exchanges between users. -
MediaSPIP Player : problèmes potentiels
22 février 2011, parLe lecteur ne fonctionne pas sur Internet Explorer
Sur Internet Explorer (8 et 7 au moins), le plugin utilise le lecteur Flash flowplayer pour lire vidéos et son. Si le lecteur ne semble pas fonctionner, cela peut venir de la configuration du mod_deflate d’Apache.
Si dans la configuration de ce module Apache vous avez une ligne qui ressemble à la suivante, essayez de la supprimer ou de la commenter pour voir si le lecteur fonctionne correctement : /** * GeSHi (C) 2004 - 2007 Nigel McNie, (...)
Sur d’autres sites (11021)
-
Ffmpeg PNG Pictures to Video Background Issue
6 octobre 2014, par Ryan BansiI am trying to create an
FLV
video from a set ofpng
images. The thing is that I’ve already removed the background of the said images withImageMagick
and useffmpeg
to create it to video. The problem is that after compiling, when I look at the video the background is there when it was supposed to have already been removed. Does anybody have any idea what might be the cause of this ?This is the ffmpeg code I am using :
ffmpeg -r 10 -s 1920x1080 -i extracted_images\images%5d.png test.flv
-
libFLAC/stream_decoder : Fix double free
22 août 2015, par Erik de Castro LopolibFLAC/stream_decoder : Fix double free
The american-fuzzy-lop fuzzer found a couple of instances of double
free() resulting from commit 15a9062609.The problematic free() were the ones associated with use of the
safe_realloc_mul_2op_() function which can call realloc(ptr,0) which
according to the realloc manpage is already an implicit free(). -
How to show part of a frame from a 4k IP cam
15 avril 2022, par BrPI'm working with andoroid.js framework to create a simple app that will show the video that is streamed from some IP cam.


I want to add the ability for the user to see only a part of the full video frame that have a resolution of 4k, so for example, if the user want to see the upper left corner of the frame, he can see it like the image is magnified. I'm not sure if this is possible.


Is there any ffmpeg or any way to accomplish this with a library for node ? Can I include ffmpeg with
node_modules
when I build my app ?