
Recherche avancée
Médias (1)
-
The Slip - Artworks
26 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Texte
Autres articles (28)
-
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 -
Contribute to a better visual interface
13 avril 2011MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community. -
Des sites réalisés avec MediaSPIP
2 mai 2011, parCette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.
Sur d’autres sites (5380)
-
How to open file\live stream with FFMPEG edit each frame with openCV and save that as encoded with FFMPEGfile\live stream ?
17 février 2013, par SpenderHow to open file\live stream with FFMPEG edit each frame with openCV and save that as encoded with FFMPEGfile\live stream ?
-
H.264 to MPEG2 conversion [on hold]
29 décembre 2014, par gekonI have videos which code and format is h.264. I need to transform this videos to mpeg2 format (the same codec : h.264). Everything I try doesn’t work... Any idea ? I think it can be done with ffmpeg.
Thank you.
-
using ffmpeg for live streaming MPEG-TS with windows media services
14 mars 2012, par YannivI'm trying to live stream MPEG-TS source to Windows Media service.
I found how to live stream using RTMP with this code :ffmpeg -y -f mpegts -i udp://@:1234 -re -vcodec libx264 -maxrate 700k
-r 25 -s 640x360 -deinterlace -acodec libvo_aacenc -ab 64k -ac 1 -ar 44100 -f flv "rtmp://rtmp1.youtube.com/videolive?sparams=<stream parameters="parameters" here="here">"
</stream>- How can I convert it to support WM9/VC1 format ?
- Does ffmpeg support pulling of the stream or only pushing to Windows Media services ?