
Recherche avancée
Médias (1)
-
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
Autres articles (70)
-
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 ;
-
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 -
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
Sur d’autres sites (8266)
-
Where can I find ffmpeg codecs for Windows Chromium (h.264, AAC, mp3..) ?
21 décembre 2013, par masfrostIn previous version you could copy files from google Chrome's folders and paste them into the Chromium files, but that doesn't work anymore. Apparently all the files have been replaced by 1 file ffmpegsumo.dll, copying that from Chrome changes nothing.
I downloaded codecs for Chromium on linux, but I find it weird that there's no way to get them for Windows.
Why don't they just add h.264 to chromium now that cisco made it royalty free ?
-
Save Gstreamer stream at Windows side [closed]
18 février 2013, par user1336117I am streaming video from webcam from linux via gstreamer as below :
gst-launch -v v4l2src device=/dev/video0 ! videorate ! video/x-raw-yuv, width=320, height=240, framerate=5/1 ! videobalance saturation=0.0 ! jpegenc ! multipartmux ! tcpserversink host=192.168.10.24 port=5000
I can see the stream via VLC
tcp://192.168.10.67:5000
As the next step I want to save it as a video file but I could not succeeded.
I tried to setup gstreamer to windows but it did not worked.
I tried to save the stream by using ffmpeg on windows side but it did not worked.ffmpeg -i tcp://192.168.10.67:5000 -map 0 deneme.flv
What should I do to be able to save the stream on windows side ?
-
Windows phone 8 neon inline assembly ffmpeg [duplicate]
5 février 2013, par user2036635Possible Duplicate :
windows phone8 wp8 arm neon assemblyI am about to transplant a project just like ffmpeg onto wp8(ARM). Unfortunately, most part of the project was written by arm neon inline assembly code (NEON inline assembly) with AT&T format..
Any suggestion about tools or methods to quickly doing that ? Or what should I do for that ?
I asked this question before but closed for the reason which is not constructive but I do not think so because what I mentioned is INLINE assembly with AT&T.
Any suggestion would be appreciated.