
Recherche avancée
Autres articles (75)
-
Contribute to translation
13 avril 2011You can help us to improve the language used in the software interface to make MediaSPIP more accessible and user-friendly. You can also translate the interface into any language that allows it to spread to new linguistic communities.
To do this, we use the translation interface of SPIP where the all the language modules of MediaSPIP are available. Just subscribe to the mailing list and request further informantion on translation.
MediaSPIP is currently available in French and English (...) -
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Support audio et vidéo HTML5
10 avril 2011MediaSPIP utilise les balises HTML5 video et audio pour la lecture de documents multimedia en profitant des dernières innovations du W3C supportées par les navigateurs modernes.
Pour les navigateurs plus anciens, le lecteur flash Flowplayer est utilisé.
Le lecteur HTML5 utilisé a été spécifiquement créé pour MediaSPIP : il est complètement modifiable graphiquement pour correspondre à un thème choisi.
Ces technologies permettent de distribuer vidéo et son à la fois sur des ordinateurs conventionnels (...)
Sur d’autres sites (11052)
-
Anomalie #3979 (En cours) : Les CSS dans le cache sont en double.
9 janvier 2018, par b b -
vf_fps : use double constants for default/min/max for start_time
27 août 2013, par Hendrik Leppkesvf_fps : use double constants for default/min/max for start_time
When using AV_NOPTS_VALUE (which expands to INT64_C(0x8000000000000000))
as union initializer for a double field, the c99 converter needs to
interpret this constant when filling the union initializer, and it is
interpreted as a positive value.When converting AV_NOPTS_VALUE to a double, MSVC 2010 ends up with
the same positive value as the c99 converter, while MSVC 2012 gets
a negative value.This results in an infite loop in various FATE tests on MSVC 2012.
Signed-off-by : Martin Storsjö <martin@martin.st>
-
Ubuntu : Failure in cross-compiling FFMPEG
28 octobre 2017, par Davood FalahatiI have followed all the steps described here https://github.com/WritingMinds/ffmpeg-android
but when I execute the android_build.sh script I face to the following error :Unknown option —disable-shared,
ignored No working C compiler found.This exactly happens when it starts to execute ./x264_build.sh
Can anybody help me with that ?