
Recherche avancée
Autres articles (35)
-
Other interesting software
13 avril 2011, parWe don’t claim to be the only ones doing what we do ... and especially not to assert claims to be the best either ... What we do, we just try to do it well and getting better ...
The following list represents softwares that tend to be more or less as MediaSPIP or that MediaSPIP tries more or less to do the same, whatever ...
We don’t know them, we didn’t try them, but you can take a peek.
Videopress
Website : http://videopress.com/
License : GNU/GPL v2
Source code : (...) -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
HTML5 audio and video support
13 avril 2011, parMediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
For older browsers the Flowplayer flash fallback is used.
MediaSPIP allows for media playback on major mobile platforms with the above (...)
Sur d’autres sites (8454)
-
mp4 metadata extraction in Python
22 avril 2016, par TerraCodeI have a program that has to edit several videos based off of data in a separate json-file. These videos are sequential and they have metadata in their own json file. The program edits them with a frame-by-frame overlay (eye-tracking data).
What I’d like to do is compare individual mp4 metadata with the json-file metadata so I can compare timestamps, making sure everything is synchronized.
If possible, how would I get to the mp4 metadata ?
-
Write frames to RTSP/HTTP using FFMPEG
28 novembre 2022, par user20623229I have an application that reads footage from an RTSP stream and processes the frames. I need to restream these processed frames to another RTSP stream. I have used the following command to stream a video file using FFMPEG :

ffmpeg -re -stream_loop -1 -i D :\Proj\sample.mp4 -c copy -f rtsp rtsp ://10.0.0.0:8554/mystream.
Is it possible to stream individual frames as soon as they are processed and not only a full video file ?
The algorithm has been built in MATLAB.

Thank you.


-
Is it possible to set up ffmpeg as a repeater ?
15 janvier 2021, par DigitalDisasterI am using this PyLivestream library to stream files to youtube. the problem is that once it finishes each video the scren goes down for a second until the next video starts. because it's simply just creating ffmpeg command and running then directly in a subprocess for each media file.


Is it possible to configure an instance of ffmpeg that will always be streaming to the destination. It could just be a blank screen or an image. And it also has an input, so I can point PyLivestream to the repeater.


This way the repeater will create one long un-interupted stream experience, but I can still use PyLivestream to stream the individual files.