
Recherche avancée
Autres articles (111)
-
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 les catégories
21 juin 2013, parFormulaire de création d’une catégorie
Pour ceux qui connaissent bien SPIP, une catégorie peut être assimilée à une rubrique.
Dans le cas d’un document de type catégorie, les champs proposés par défaut sont : Texte
On peut modifier ce formulaire dans la partie :
Administration > Configuration des masques de formulaire.
Dans le cas d’un document de type média, les champs non affichés par défaut sont : Descriptif rapide
Par ailleurs, c’est dans cette partie configuration qu’on peut indiquer le (...) -
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 (...)
Sur d’autres sites (12631)
-
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