
Recherche avancée
Médias (1)
-
The pirate bay depuis la Belgique
1er avril 2013, par
Mis à jour : Avril 2013
Langue : français
Type : Image
Autres articles (112)
-
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 ;
-
MediaSPIP 0.1 Beta version
25 avril 2011, parMediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
The zip file provided here only contains the sources of MediaSPIP in its standalone version.
To get a working installation, you must manually install all-software dependencies on the server.
If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...) -
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 (...)
Sur d’autres sites (13383)
-
how to capture screenshot by picture's feature from video [on hold]
1er juillet 2013, par lazybiosI have some videos,and I want capture some screenshots from them.But the pictures what I want don't have the regular position in videos.They are located random position.But the pictures have the same characteristic,so can we use the characteristic to capture the picture ?
I hear about ffmpeg can capture the screenshot from video very well but I am a ffmpeg newbie So I want to ask whether there have some ways to do it by ffmpeg or other tools.
If you can do that,how to ? Thanks in advance :) -
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.