Recherche avancée

Médias (1)

Mot : - Tags -/ticket

Autres articles (97)

  • Soumettre bugs et patchs

    10 avril 2011

    Un logiciel n’est malheureusement jamais parfait...
    Si vous pensez avoir mis la main sur un bug, reportez le dans notre système de tickets en prenant bien soin de nous remonter certaines informations pertinentes : le type de navigateur et sa version exacte avec lequel vous avez l’anomalie ; une explication la plus précise possible du problème rencontré ; si possibles les étapes pour reproduire le problème ; un lien vers le site / la page en question ;
    Si vous pensez avoir résolu vous même le bug (...)

  • 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

  • Emballe médias : à quoi cela sert ?

    4 février 2011, par

    Ce plugin vise à gérer des sites de mise en ligne de documents de tous types.
    Il crée des "médias", à savoir : un "média" est un article au sens SPIP créé automatiquement lors du téléversement d’un document qu’il soit audio, vidéo, image ou textuel ; un seul document ne peut être lié à un article dit "média" ;

Sur d’autres sites (8112)

  • Revision 21f8d6a1c9 : vp8 : bugfix in postproc vp8_de_noise. Set the proper number of mb_rows/cols. Al

    27 juin 2014, par Marco Paniconi

    Changed Paths :
     Modify /vp8/common/postproc.c



    vp8 : bugfix in postproc vp8_de_noise.

    Set the proper number of mb_rows/cols.
    Also remove warnings (unused variable) when configured with temporal-denoising
    disabled.

    Change-Id : I8abd2372394ee55295feb87a66efd294ea6989d0

  • How can I figure out the optimized number of parallel running encoding jobs with the x264 encoder library

    30 janvier 2024, par Dani

    I'm batch converting hundreds of videos to mp4 and trying to optimize my method.

    



    I have written a node script, which spawns FFMPEG processes to convert the videos.

    



    From my understanding both FFMPEG and the libx264 encoder are already optimized for multithreaded support. I'm using the default threading option in the encoder.

    



    I'm trying to find the optimal number of FFMPEG spawned processes I should make. There seems to be a balance between having too many and slowing down the encoding of all jobs vs too few process going through the job queue too slowly.

    



    I'm also wondering if dedicating a specific number of threads to each encode job would help rather than using the default setting ?

    



    For my setup I'm on a dated 12-core Mac Pro with 24-threads, though this question is about finding the optimal balance in general.

    


  • dv : Replace a magic number by sizeof()

    7 février 2014, par Diego Biurrun
    dv : Replace a magic number by sizeof()
    
    • [DH] libavcodec/dv.c