
Recherche avancée
Autres articles (37)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
MediaSPIP v0.2
21 juin 2013, parMediaSPIP 0.2 est la première version de MediaSPIP stable.
Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...) -
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" (...)
Sur d’autres sites (4631)
-
ffmpeg command slow zoom in according to duration. (example) i define -t 120 than picture should be zoom in for two minute softly
12 septembre 2018, par Zeeshan Sheikhi have a command that convert the image into video with soft zoom out effect, command is :
ffmpeg -loop 1 -i vide.mp4 -vf "zoompan=z=’1.5-on/duration*0.2’:d=325" -t 30 output.mp4
. now i want soft zoom in effect rather than zoom out, can somebody help to achieve result. Thanks in advance
-
get the bit stream per frame from ffmpeg record
1er mai 2021, par Aung Myo HtutIs there any way to get the bitstream per frame captured by ffmpeg. I want to capture with the raspberry pi camera in real-time and get the bitstream of the frame encoded by H.264 like I frame and P frame from the bitstream of ffmpeg. Because I want to stream frame by frame from the camera node to the server. Thank you in advance.


-
ffmpeg filter in my own application
26 juin 2018, par user25571How can I use one of filters from ffmpeg library in my own application. In fact, I only wanna detect silence in my audio files and so I must use
af_silencedetect.c
file. This file is one of ffmpeg filters that can be utilized with-af silencesetect
command.Therefore my obvious question is : "What’s step-by-step procedure in using this file in my own application and which dependencies I must add to my MSVC project ?"
Your points are appreciated in advance ....