
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 (110)
-
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 (...) -
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 ;
Sur d’autres sites (7370)
-
Revision 0bba4f1efa : Merge "Allow full RD TX size search for GF/ALT at speed 2"
22 avril 2014, par Yaowu XuMerge "Allow full RD TX size search for GF/ALT at speed 2"
-
Revision d928b34efe : Allow full RD TX size search for GF/ALT at speed 2 For speed 3 and above, such
21 avril 2014, par Yaowu XuChanged Paths :
Modify /vp9/encoder/vp9_speed_features.c
Allow full RD TX size search for GF/ALT at speed 2For speed 3 and above, such search is only allowed at speed 3.
The change helped cif and stdhd set by 1.2% and .7% in compression,
but increased the encoding time by around 5%.Change-Id : Ifa4832327f1c1bef3decb032ceb769cbf50e059f
-
FFMPEG - Reduce speed / framerate of resulting video ?
29 avril 2014, par shikataI’m using this commnand in order to convert a set of JPGs into a video. The code works but the resulting video is too fast
exec('ffmpeg -y -f image2 -i img%d.jpg video.mpg 2>&1 >/dev/null', $output, $exit_status);
I’ve tried to add -r 15 before the output file name but it didn’t work.
Here what I’ve tried but didn’t work :
exec('ffmpeg -y -f image2 -i img%d.jpg -r 15 video.mpg 2>&1 >/dev/null', $output, $exit_status);
Any hints would be highly appreciated