
Recherche avancée
Médias (1)
-
Spitfire Parade - Crisis
15 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (102)
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Soumettre améliorations et plugins supplémentaires
10 avril 2011Si vous avez développé une nouvelle extension permettant d’ajouter une ou plusieurs fonctionnalités utiles à MediaSPIP, faites le nous savoir et son intégration dans la distribution officielle sera envisagée.
Vous pouvez utiliser la liste de discussion de développement afin de le faire savoir ou demander de l’aide quant à la réalisation de ce plugin. MediaSPIP étant basé sur SPIP, il est également possible d’utiliser le liste de discussion SPIP-zone de SPIP pour (...)
Sur d’autres sites (8628)
-
how can i get camera data on MAC ?? (about FFmpeg)
4 juillet 2017, par koseonjaeOn QT, I want to get camera data on MAC and record the screen using FFmpeg.
But I don’t know how I get camera data.
-
How to setup ffmpeg to read data from pipe permanently ?
12 août 2018, par roxioamI have the following args for mmpeg :
-y -f rawvideo -vcodec rawvideo -pixel_format rgba -colorspace bt709 -video_size 1280x720 -i - -vcodec libx264 -preset ultrafast -tune zerolatency -f flv -listen 1 rtmp://127.0.0.1
- ffmpeg is waiting for incoming connections. If nobody is connected to the ffmpeg then ffmpeg doesn’t read data from pipe and my data source is hanging. How to say ffmpeg to read data from pipe permanently even without connected clients ? -
enabling Mpeg 4 data partitioning option
20 janvier 2014, par user3214780Is there any option to enable data partitioning available in MPEG-4 codec in libavcodec of FFMPEG.
I currently used "-data_partitioning = 1" with ffmpeg commands. Is this doing data partitioning ??