
Recherche avancée
Médias (91)
-
Collections - Formulaire de création rapide
19 février 2013, par
Mis à jour : Février 2013
Langue : français
Type : Image
-
Les Miserables
4 juin 2012, par
Mis à jour : Février 2013
Langue : English
Type : Texte
-
Ne pas afficher certaines informations : page d’accueil
23 novembre 2011, par
Mis à jour : Novembre 2011
Langue : français
Type : Image
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Richard Stallman et la révolution du logiciel libre - Une biographie autorisée (version epub)
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (11)
-
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 (...) -
Submit bugs and patches
13 avril 2011Unfortunately a software is never perfect.
If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
You may also (...) -
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.
Sur d’autres sites (2825)
-
Stream ogv video while it is being converted
15 juin 2012, par EshMy question is how to stream an ogv video while it is being converted.
For example, I have an html page that show a html5 video that is like this :
<video>
<source src="some_url_to_video_src" type="'video/ogg'"></source>
</video>The video source here should be converted from an h264 video file located on the same server. I want to let clients be able to play the ogv video while it is being converted from the h264 file.
As I did some homework, this process could be done via ffmpeg streaming, anyone know the parameters I should use and any modification I should do in the above code as well ? A detailed answer will be much appreciated.
Thanks
-
ffmpeg batch file to create 5 images, equally spaced from a batch of video files (primarily mp4 & mkv files)
6 novembre 2018, par olpdogI’m in the early stages of learning about ffmpeg and I’d like to use it to create images from numerous video files (primarily mkv & mp4 containers). I’d like to pull out 5 images from each file, located about 10%, 30%, 50%, 70% & 90% into the length of the video. The videos vary significantly in lengths (20 minutes to 4.5 hours), but I only want 5 images from each video.
-
while configuring ffmpeg i get the error "x264 not found"
27 avril 2021, par Shevach Riabtsevi use mingw32 to compile ffmpeg with libx264. i use the following configuration :


./configure —enable-gpl —enable-nonfree —enable-libx264


and get the error


ERROR : x264 not found


i compiled x264 and x264 library (libx264.a) is located at /usr/lib/


How to resolve this issue ?