
Recherche avancée
Autres articles (111)
-
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 (...) -
Script d’installation automatique de MediaSPIP
25 avril 2011, parAfin de palier aux difficultés d’installation dues principalement aux dépendances logicielles coté serveur, un script d’installation "tout en un" en bash a été créé afin de faciliter cette étape sur un serveur doté d’une distribution Linux compatible.
Vous devez bénéficier d’un accès SSH à votre serveur et d’un compte "root" afin de l’utiliser, ce qui permettra d’installer les dépendances. Contactez votre hébergeur si vous ne disposez pas de cela.
La documentation de l’utilisation du script d’installation (...)
Sur d’autres sites (12514)
-
Revision 3526f1cd5e : Get rid of bashisms in the main build scripts The conversion was done with the
14 août 2013, par Guillaume MartresChanged Paths :
Modify /build/make/configure.sh
Modify /build/make/gen_asm_deps.sh
Modify /build/make/version.sh
Modify /configure
Get rid of bashisms in the main build scriptsThe conversion was done with the help of the checkbashisms script
and https://wiki.ubuntu.com/DashAsBinSh .Change-Id : Id64ecefb35c8d72302f343cd2ec442e7ef989d47
-
Revision 1069c12cf4 : Fix 16x16-iteration indexing bug in main encode_sb_row loop. With this, encoder
3 mai 2013, par Ronald S. BultjeChanged Paths :
Modify /vp9/encoder/vp9_encodeframe.c
Fix 16x16-iteration indexing bug in main encode_sb_row loop.With this, encoder/decoder appear to match with sb8x8 experiment.
Needs some larger-scale testing.Change-Id : I44d3cac37b3c98264985ed0a0fc763c30089aa64
-
Using FFMPEG, how do I convert and publish video to main site in right time ?
30 septembre 2018, par IzakI am building an online video platform. Using FFMPEG, I am able to upload a MP4 video to the server, convert it and play it. The problem is that while FFMPEG is still converting the video and has not chosen a thumbnail in the backend, the video is already published to the main site (frontend)...users see an ugly video placeholder and cannot play the video.
I think I need to add a timer between conversion and publishing of the video to frontend ? Or how do you think I should solve this problem ?
Thanks for your insight...(any shared code is also welcome)
Isaac