
Recherche avancée
Médias (91)
-
Géodiversité
9 septembre 2011, par ,
Mis à jour : Août 2018
Langue : français
Type : Texte
-
USGS Real-time Earthquakes
8 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
SWFUpload Process
6 septembre 2011, par
Mis à jour : Septembre 2011
Langue : français
Type : Texte
-
La conservation du net art au musée. Les stratégies à l’œuvre
26 mai 2011
Mis à jour : Juillet 2013
Langue : français
Type : Texte
-
Podcasting Legal guide
16 mai 2011, par
Mis à jour : Mai 2011
Langue : English
Type : Texte
-
Creativecommons informational flyer
16 mai 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (45)
-
Librairies et binaires spécifiques au traitement vidéo et sonore
31 janvier 2010, parLes logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
Binaires complémentaires et facultatifs flvtool2 : (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Gestion des droits de création et d’édition des objets
8 février 2011, parPar défaut, beaucoup de fonctionnalités sont limitées aux administrateurs mais restent configurables indépendamment pour modifier leur statut minimal d’utilisation notamment : la rédaction de contenus sur le site modifiables dans la gestion des templates de formulaires ; l’ajout de notes aux articles ; l’ajout de légendes et d’annotations sur les images ;
Sur d’autres sites (8845)
-
How can I escape question mark in FFmpeg command
10 novembre 2013, par Okan GunerI have a ffmpeg command which converts rtmp stream to http live stream. What I want to do is to rename segment files like
Segment.aspx?ts=ts00001
but question mark breaks the command. When I insert another special character instead of question mark, I can escape it(eg. %% for %). I tried^
,^^
and\
to escape but still no luck. I am using cmd.exe on Windows. -
Online video editing server for streaming content
23 février 2014, par netCreateI'm looking for software that will enable me to make online video editing for streaming content.
I do have background with FFmpeg (as video multiplying), MLT framework and Red5 as streaming server.Now what I need to do is to be able to stream online content and modify it - add layers and effects online.
I know how to do this thing offline with Kdenlive or generate MLT scripts. I want to be able to to this online.
What should I do to enable online editing ?
-
SDP for FFMPEG (IP addresses)
18 mars 2016, par DmitryI’m receiving audio via RTP, so I’m opening input from the SDP I generate.
Media is coming fromPort_sender
,IP_sender
. IP and port of the server for listening :IP_server
,Port_server
. Here is my SDP template. What of{Port_sender, IP_sender, IP_server, Port_server}
should I put in{%1%, %2%, %3%}
for the SDP that I feed to ffmpeg and for the SDP that I give back to the sender ?\n\nv=0\n
o=- 0 0 IN IP4 %1%\n
s=name\n
c=IN IP4 %2%\n
t=0 0\n
a=tool:libavformat 57.3.100\n
m=audio %3% RTP/AVP 97\n
b=AS:705\n
a=rtpmap:97 PCMU/44100/2\n"Debugging it from different IPs is hard for me now. But from one computer it works perfectly.