
Recherche avancée
Médias (1)
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
Autres articles (55)
-
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...) -
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)
Sur d’autres sites (7886)
-
Build FFMPEG 3.1.4 for Android
20 octobre 2016, par Vladimir KulykI used this and this methods to build latest (3.1.4) FFMPEG version for Android.
Build was succeed.
I got several folders withsources
/headers
/.o
files.
But unfortunately there are no.so
files I need.
Are there some updated script for building latest FFMPEG for android ?
Or, how to convert.o
and other files to.so
? -
Python - OpenCV - VideoCapture
6 octobre 2016, par Sina DabiriI am using Python 2.7.12 and OpenCV 2.4.13. I am trying the get video frames using cv2.VideoCapture(). But it doesn’t work. I already added C :\OpenCV\3rdparty\sources\ffmpeg
to the Windows PATH environment variable and copied all files from C :\OpenCV\3rdparty\sources\ffmpeg to C :\Python27\ by renaming opencv_ffmpeg.dll and opencv_ffmpeg_64.dll to opencv_ffmpeg2413.dll and opencv_ffmpeg2413_64.dll in turn. But still doesn’t work. Here is my code :cap = cv2.VideoCapture("Video1.mp4")
cap.open("Video1.mp4")
print cap.isOpened()I receive False. I also used the path instead of Video1.mp4, but again doesnt work. Any suggestion is appreciated.
-
retransmit incoming vp8-rtp-udp stream as the same rtp
9 janvier 2014, par rubS'cuse the title.. I find it hard even to write up the question :
I am trying to use ffmpeg to channel an incoming realtime video stream (Android VoIP call) into a local-network PC. I have compiled FFMPEG to android using the most recent NDK/FFMPEG git sources, but I find it hard to get all the configuration right.
Now, I understand that FFMPEG has retransmission functionality - I found a number of command line examples, similar to what I need :
**ffmpeg -re -i udp://1.2.3.4:1234 http://127.0.0.1:8090/feed1.ffm**
What I don't understand :
- Which process to use : ffmpeg / ffserver / ffplay ??
- Do I have to use a ffserver.conf file (IP security right ?)
- Can I use sdp for incoming udp channel (I have the SDP from the VoIP/SIP call)
Thanks