
Recherche avancée
Médias (2)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Carte de Schillerkiez
13 mai 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (59)
-
MediaSPIP version 0.1 Beta
16 avril 2011, parMediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
Pour avoir une installation fonctionnelle, 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 (...) -
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 (...) -
Amélioration de la version de base
13 septembre 2013Jolie sélection multiple
Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)
Sur d’autres sites (11342)
-
Stream camera/video from python to client using ffmpeg
31 janvier 2018, par RahulSo I’m making an application where I have connected my camera with python code through opencv.
Now I can process each frame inside my python code but I want to stream this live feed to users.
I found that FFmpeg can be used to achieve this but I’m wondering how.
Also please do suggest any solution to achieve this with any other library.The only condition is that I should be able to stream from my python code may be via a subprocess.
thanks in advance :)
-
ffmpeg video compressed but not playing in browser
14 novembre 2016, par Ankita ShahI have integrated
ffmpeg4android lib
. Video compressing is working fine but video is not playing in browser except safari browser. after uploading to server. I have used following command.ffmpeg -y -i <input /> -strict experimental -r 30 -ab 48000 -ac 2 -ar 22050 -vcodec mpeg4 -b 2097k <output>
</output>Please Help me.
Thank you in advance. -
FFMPEG [SHELL CMD] cutting last x frames [SHELL CMD] combining videos
25 avril 2014, par user1708604.mp4 videos in 1920 x 1080, 25 frames / second
different lengthTwo commands needed :
0) One command should delete x frames from the end of the video and create a new video without the last x frames as .mp4, save it in folder y
1) One command should combine x amount of videos to one new videoJust for info : I am using Python to call ffmpeg.
Platform : Windows or CentOS.Many thanks in advance. :)