Recherche avancée

Médias (1)

Mot : - Tags -/censure

Autres articles (43)

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-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 (8920)

  • Why encoding G723 sound clicks ?

    19 septembre 2012, par Stanislav Litvinenko

    I need to encode G723_1
    To do this, I want to use avcodec.
    But when listening to the encoded file only sound clicks.
    To use an example to test api-example.c

    Example encoded file : test.g723

    Why this can happen ? And how it can be solved ?

  • Revision 2c1cdf69b6 : Fix a potential overflow issue in inverse 16x16 full 2D-DCT An overflow issue c

    29 mai 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/common/x86/vp9_idct_intrin_ssse3.c



    Fix a potential overflow issue in inverse 16x16 full 2D-DCT

    An overflow issue could potentially happen in the second round 1-D
    transform of the SSSE3 full inverse 16x16 2D-DCT. This commit fixes
    this issue.

    Change-Id : Ia19e4888fda1cc929a28a5f89a5beec612d628dc

  • How to encode frames selectively and write in different video files as per required

    10 juin 2018, par MSD Paul

    suppose, for example, I have 10 frames, I want to encode 1,2,3 in one video, 4,5,6 in another video and rest in another video. How to achieve this without encoding each of them differently by us. (as that solution will not be scalable) How to change in the code while writing encoded frames into the video file ?

    How to make the write to happen into multiple video files.

    and how to change the sequence of encoding i.e. after 1 how can I possibly encode 4,5 skipping 2,3 after 4,5 done then encode 2,3. How to do this ?