
Recherche avancée
Médias (91)
-
DJ Z-trip - Victory Lap : The Obama Mix Pt. 2
15 septembre 2011
Mis à jour : Avril 2013
Langue : English
Type : Audio
-
Matmos - Action at a Distance
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
DJ Dolores - Oslodum 2004 (includes (cc) sample of “Oslodum” by Gilberto Gil)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Danger Mouse & Jemini - What U Sittin’ On ? (starring Cee Lo and Tha Alkaholiks)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
Cornelius - Wataridori 2
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
-
The Rapture - Sister Saviour (Blackstrobe Remix)
15 septembre 2011, par
Mis à jour : Septembre 2011
Langue : English
Type : Audio
Autres articles (62)
-
Keeping control of your media in your hands
13 avril 2011, parThe vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...) -
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 (...) -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (10566)
-
Add Windows resource file support for shared libraries
5 décembre 2013, par James AlmerAdd Windows resource file support for shared libraries
Originally written by James Almer <jamrial@gmail.com>
With the following contributions by Timothy Gu <timothygu99@gmail.com>
* Use descriptions of libraries from the pkg-config file generation function
* Use "FFmpeg Project" as CompanyName (suggested by Alexander Strasser)
* Use "FFmpeg" for ProductName as MSDN says "name of the product with which the
file is distributed" [1].
* Use FFmpeg’s version (N-xxxxx-gxxxxxxx) for ProductVersion per MSDN [1].
* Only build the .rc files when —enable-small is not enabled.[1] http://msdn.microsoft.com/en-us/library/windows/desktop/aa381058.aspx
Signed-off-by : James Almer <jamrial@gmail.com>
Signed-off-by : Michael Niedermayer <michaelni@gmx.at>- [DH] Changelog
- [DH] Makefile
- [DH] common.mak
- [DH] configure
- [DH] libavcodec/Makefile
- [DH] libavcodec/avcodecres.rc
- [DH] libavdevice/Makefile
- [DH] libavdevice/avdeviceres.rc
- [DH] libavfilter/Makefile
- [DH] libavfilter/avfilterres.rc
- [DH] libavformat/Makefile
- [DH] libavformat/avformatres.rc
- [DH] libavresample/Makefile
- [DH] libavresample/avresampleres.rc
- [DH] libavutil/Makefile
- [DH] libavutil/avutilres.rc
- [DH] libpostproc/Makefile
- [DH] libpostproc/postprocres.rc
- [DH] library.mak
- [DH] libswresample/Makefile
- [DH] libswresample/swresampleres.rc
- [DH] libswscale/Makefile
- [DH] libswscale/swscaleres.rc
-
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.
-
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 ?