
Recherche avancée
Autres articles (38)
-
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 (...) -
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 -
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 (...)
Sur d’autres sites (6832)
-
Video upload size
16 mai 2014, par Jonas mI’m having a hard time figuring this one out, so hopefully, some of you who has tried this before, will take the time to reply and share your knowledge.
I’m working on a site, which after release, will be feeded in the television and other commercial places. The site asks the user to upload a video with a story, and we expect alot of people to do so.
My problem is the whole storage/space talk. A normal, unencoded iPhone recording easily fills around 100-120 MB for a minute or two.
I’ve tried setting up and using FFMPEG to re-encode the movies, but the problem is, that one encoding sucks up 100% of the CPU, leaving the site inaccisible for anybody else.
Is there anything you could suggest, which would be sufficient for such a site ? The client is on a budget, so price is a consideration aswell. Best of all would be a free alternative to etc. FFMPEG, but with less CPU usage.
My specs are as follows
CentOs 6 on a
1GB ram DigitalOcean cloud service with nginx + php-fpm and mysql.Im hoping for some cleaver folks to answer this !
Thanks in advance.
Jonas -
Anomalie #4660 (Nouveau) : #INTRODUCTION et introduction explicite
11 février 2021, par Maïeul RouquetteSpoiler : ca attendra la 3.4 , mais j’expose maintenant le problème
Sur un site, j’ai
1. D’une part des gens qui mettent des<intro></intro>
dans leurs articles, avec parfois plus de 600 caractères
2. D’autre part des gens qui n’en mettent pas, et dans ce cas le découpage à 600 caractères devrait venir en fallback.Sauf qu’actuellement, même si on a une intro explicite, cela nous coupe à 600 caractères (ou constante/valeur).
Mon contournement, qui est moche :
[]
Idéalement il faudrait pouvoir avoir un comportement qui permette, si jamais #INTRODUCTION se base sur les
intro
explicites, de ne pas couper.Mais comme disait tcharlss, on est dans une double impasse :
- d’une part on ne peut pas régler cela à coup d’une constante, car il y a des cas où il faut EFFECTIVEMENT couper automatiquement (genre les listes d’objets).
- d’autre part, on ne peut pas rajouter un 3ème paramètre à#INTRODUCTION
, car sinon on en fini pas au niveau des signatures.Une solution serait d’avoir des paramètres nommées, mais ca n’existe pas encore dans le compilo (bien qu’il y ait des pistes pour cela dans le plugin saisies)
-
c++ mp3 library
31 mai 2012, par user1288043I am exhausted searching for a c++ mp3 decoding library, preferably free (like lgpl) and cross-platform or for windows and mac. Can anyone suggest such library and post some tutorial for using it ?
ffmpeg and sdl (sdl_sound, sdl_mixer) aren't compiling. I am unable to get mpg123 working - is it for linux world only or what ? Is there some tutorial on using mpg123 on windows ? mpg123 is unable to find some symbols that is I am not putting some dll's at right path - but which ?Overall, I want be able to read and write all major audio file formats on windows and mac - starting with windows.