
Recherche avancée
Médias (1)
-
The Great Big Beautiful Tomorrow
28 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Texte
Autres articles (28)
-
La file d’attente de SPIPmotion
28 novembre 2010, parUne file d’attente stockée dans la base de donnée
Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...) -
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 (...) -
Publier sur MédiaSpip
13 juin 2013Puis-je poster des contenus à partir d’une tablette Ipad ?
Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir
Sur d’autres sites (3809)
-
Revision e6deea4e60 : detokenize : use consistent structure for all block sizes Restructure the code t
6 avril 2013, par John KoleszarChanged Paths : Modify /vp9/common/vp9_blockd.h Modify /vp9/common/vp9_mbpitch.c Modify /vp9/decoder/vp9_detokenize.c detokenize : use consistent structure for all block sizes Restructure the code to avoid the majority of per-block-size switches, code duplication, etc. All block types (mb/sb32/sb64) (...)
-
Revision a3ec4cbd33 : Merge "detokenize : use consistent structure for all block sizes" into experiment
9 avril 2013, par John KoleszarChanged Paths : Modify /vp9/common/vp9_blockd.h Merge "detokenize : use consistent structure for all block sizes" into experimental
-
ffmpeg and jwplayer video not working
9 avril 2013, par user2143556The converted .mp4 file through ffmpeg is working fine in my local machine. The command which i used is
exec('ffmpeg -i inputfile.flv -vcodec libx264 outputfile.mp4');
But it is not working in the server. The converted file size shows 0 bites. I think codec libx256 is not supported in centos.