
Recherche avancée
Médias (1)
-
Rennes Emotion Map 2010-11
19 octobre 2011, par
Mis à jour : Juillet 2013
Langue : français
Type : Texte
Autres articles (42)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Creating farms of unique websites
13 avril 2011, parMediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...) -
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
Sur d’autres sites (4823)
-
A very simple lightweight video editor
11 novembre 2011, par algorithmicCoderI want to make an editor that does the following :
1) takes an mp3 audio file
2) Takes a picture —a jpg file
3) Outputs a simple video format e.g. .mov which consists of the jpg file with the mp3 file in the background
4) Does NOTHING else
I want to use this as a project to learn just the basics of all this stuff however I do not want to code basic things by hand. Where do I start and what key steps do I take to accomplish this ?
I am decent with PHP and Java and do not mind learning Python for this. I actually would ideally want to write this in Python to gain experience.
Thanks !
-
How to set a video's duration in FFMPEG ?
1er novembre 2011, par user872387How to limit the video duration for a given video.For example,if we are uploading one video that should not exceed more than 5 minutes,I need a metadata in FFMPEG.Can you please find out the answer.
-
Which value exactly tells the video stream bit rate in ffmpeg output ?
8 septembre 2011, par userffmpegI have a basic doubt. In the following ffmpeg output, which of the bit rate values (in bold) tells us the video bit rate ?
Input #0, mov,mp4,m4a,3gp,3g2,mj2, from 'MVI_0135.MOV' :
Metadata :
major_brand : qt
minor_version : 537331968
compatible_brands : qt CAEP
creation_time : 2011-04-25 14:59:29
Duration : 00:00:33.03, start : 0.000000, bitrate : 20588 kb/s
Stream #0.0(eng) : Video : h264 (Constrained Baseline), yuvj420p, 1280x720, 19028 kb/s, 23.98 fps, 23.98 tbr, 24k tbn, 48k tbc
Metadata :
creation_time : 2011-04-25 14:59:29
Stream #0.1(eng) : Audio : pcm_s16le, 48000 Hz, 2 channels, s16, 1536 kb/s
Metadata :
creation_time : 2011-04-25 14:59:29Its a very basic question, but I would appreciate if anyone could tell me...