
Recherche avancée
Médias (91)
-
GetID3 - Boutons supplémentaires
9 avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Core Media Video
4 avril 2013, par
Mis à jour : Juin 2013
Langue : français
Type : Video
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
-
Bug de détection d’ogg
22 mars 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Video
-
Exemple de boutons d’action pour une collection collaborative
27 février 2013, par
Mis à jour : Mars 2013
Langue : français
Type : Image
-
Exemple de boutons d’action pour une collection personnelle
27 février 2013, par
Mis à jour : Février 2013
Langue : English
Type : Image
Autres articles (96)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Emballe médias : à quoi cela sert ?
4 février 2011, parCe plugin vise à gérer des sites de mise en ligne de documents de tous types.
Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ; -
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)
Sur d’autres sites (10186)
-
How I can to extract video thumbnails(keyframes) from videofile without blackframes using Ffmpeg ? [on hold]
21 mars 2014, par user3021440How I can to extract video thumbnails(keyframes) from videofile without blackframes using Ffmpeg ? Now, my command is
ffmpeg -progress "/home/bogdanovich/parser/images/videos/previews/Klondike.2014.S01E01.Paradox.WEBDLRip/original/createlog.txt" -y -ss 10 -timelimit 3600 -i "/home/bogdanovich/Media/Klondike.(s01).Paradox/Klondike.2014.S01E01.Paradox.WEBDLRip.flv" -frames:v 10 -r 0.05 -vf select="isnan(prev_selected_t)+gte(t-prev_selected_t\,180)*eq(pict_type\,I)" -an -vsync vfr "/home/bogdanovich/parser/images/videos/previews/Klondike.2014.S01E01.Paradox.WEBDLRip/original/%03d.jpeg" > /dev/null &
-
Live video ffmpeg latency using RTMP
24 mars 2014, par bisc8I have a video stream that I want to broadcast via RTMP.
I'm using ffmpeg to do so, with the following command :
ffmpeg -i http://192.168.1.77:18000/stream.flv -c copy -f flv rtmp://localhost/myapp/mystream
As far as I know, transcoding the video stream would introduce some latency. So my question is : is it possible that I am introducing latency in the output stream by using this ffmpeg command (copy) ?
Side note :
I'm trying to redirect my live video stream to a nginx-server in order to broadcast it (via RTMP) for several jwplayers. So far I got a delay of 1 second and some frames and I am wondering if it is possible to reduce it. -
Latch-Based Performance Optimization for Field-Programmable Gate Arrays [on hold]
22 mars 2014, par user3448912how can i replace the flip-flops in fpga by pulsed latches ?i tried that with howard algorithm by writing the verilog code for that.i have to take the area and power analysis.which synopsis tool is useful ?i am getting the timing report from xilinx.