
Recherche avancée
Autres articles (39)
-
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. -
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 (...) -
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...)
Sur d’autres sites (4499)
-
How to compile FFMPEG for OS X ? [on hold]
4 juillet 2014, par user3803451I need to use FFMPEG for convert some AAC files to MP3.I tried using the Lame.h and but Xcode gives me an error saying that I don’t have the right architecture. So I need to either find a way to convert a AAC (m4a) to mp3 with LAME or FFMPEG. Or does anyone know of another method ?
-
Client/Server Video Streaming [on hold]
7 juillet 2014, par Nawaf AlsrehinI want to build client/Server application in order to do video streaming from server (that is holds the video files) to the client (that want to view the video files). In between I should be able to transcode the video stream to fit the clients (PC, tablet, and smart phone) requirements. For example, If I have a flv (680x320, 30 fps, H.264 codes )video file in the server and want to send it to the client that be able to view only mp4 (320x240, 25 fps, MPEG4 codec).
1) I am wondering if Red5 will work or not because it just allow only FLV clients ?
2) Can I design my own RTP or RTMP protocols to do this ? If yes, It is doable or not within few weeks
-
FFmpeg queue input is backward in time mkv to webm [on hold]
10 juillet 2014, par woj_jasI’m trying to convert mkv file to webm by ffmpeg.
I’m using :ffmpeg -i inputfile.mkv -b 1500k -vcodec libvpx -ab 160000 -f webm -g 30 outputfile.webm
My problem is that I get Error :
[libvorbis @0461bb60 Queue input is backward in time]
Can somebody help me fix that ?