
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 (46)
-
Mise à jour de la version 0.1 vers 0.2
24 juin 2013, parExplications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...) -
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 (9342)
-
Matlab - Capture Video Streams (part 2)
25 novembre 2014, par Uri MerhavThis is a follow up on this question. I’m trying to capture a live stream from an ip address (e.g. rtsp ://10.0.0.0:554/live.sdp). The only solution I’ve seen so far is to use mexopencv to call opencv’s streaming functionality from matlab. This has a very significant drawback, in that you need to get mexopencv to actually work on a mac, which is quite challenging.
So, I was thinking about using the following approach :
- Use ffmpeg to stream the rtsp stream into a named pipe
- Read the named pipe from Matlab, just as if it was an ordinary video file (am I correct that this is how one uses a named pipe ? I’ve never used this kind of solution before)
If this solution is inefficient, not going to work, or if there’s a better alternative — I’d love to hear about it !
-
FFMPEG past video part repeating
15 mars 2021, par Tahsin ArafatFor example :
I have a video.mp4 of 1 minute.
I want output as :
First 3 second will play, 4th second will be skipped and 1st second will be played instead of 4th second. Then, 5th-7th second will play, 8th second will be skipped and 5th second will be played instead of 8th second....This Infinity Loop(until total video duration ends)
And Audio volume Will be 200% boosted.
I want to know the command using ffmpeg. Please Help me doing it.


-
how to configure ffserver to save the incoming feed in a different file every 30 mins or so
29 mai 2014, par Muhammad AliI want to have a backlog of my camera video in files of 30 mins duration. What i’ve read so far from the internet about ffserver has allowed me to connect all my cameras to ffserver using ffmpeg and receive the video on another system using VLC or ffplay .
Now what I want is to store the camera video in a different file preferably named as time-stamp. And keep streaming the live video.
Once there is a list of 30 mins files. I’d like to have a playlist which can be opened in VLC player of files that have been saved and can be played.
sort of like a remote media player with video sources coming from ffserver with playlist and 30 mins duration video clips.