Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (53)

  • Personnaliser les catégories

    21 juin 2013, par

    Formulaire 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 (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately 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 (4641)

  • Revision 302e24cb3e : Move vp9_coef_con_tree to common/ This tree should be defined in common/, as it

    31 mars 2015, par hui su

    Changed Paths :
     Modify /vp9/common/vp9_entropy.c


     Modify /vp9/common/vp9_entropy.h


     Modify /vp9/decoder/vp9_detokenize.c


     Modify /vp9/encoder/vp9_tokenize.c



    Move vp9_coef_con_tree to common/

    This tree should be defined in common/, as it is needed for
    both encoder and decoder.

    Change-Id : I4f5cbc80025cf2ced14182c98f7c82dc7d0f87db

  • avutil/common : Fix integer overflow in av_clip_int8/16_c

    25 février 2015, par Michael Niedermayer
    avutil/common : Fix integer overflow in av_clip_int8/16_c
    

    Fixes : signal_sigsegv_30420a5_2388_cov_1489993561_integra_lavf.mp4

    Found-by : Mateusz "j00ru" Jurczyk and Gynvael Coldwind
    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavutil/common.h
  • how to run HTML5/JS code without client side ? [duplicate]

    27 février 2015, par Abhinav

    This question already has an answer here :

    I need to create some animations using HTML5 canvas. And then need to convert it to video by capturing each frame.

    My problem is to run the HTML5/JS code on server side without any client(browser). Is it possible ? Can I just run it without actually rendering on a browser and still produce all animations ?

    TIA