Recherche avancée

Médias (2)

Mot : - Tags -/doc2img

Autres articles (60)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • 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

Sur d’autres sites (11185)

  • Revision afd2f68dae : Revert "VP9_COPY_CONVOLVE_SSE2 optimization" This reverts commit a5e97d874b16ae

    5 août 2015, par James Zern

    Changed Paths :
     Modify /vpx_dsp/x86/vpx_convolve_copy_sse2.asm



    Revert "VP9_COPY_CONVOLVE_SSE2 optimization"

    This reverts commit a5e97d874b16ae5826b68515f1e35ffb44361cf8.

    Additionally :
    Revert "vpx_convolve_copy_sse2 : fix win64"

    This reverts commit 22a8474fe7ec30d96f746dc6e4b23771758c071e.

    This change performs poorly on various x86_64 devices affecting
    performance by 1-3% at 1080P. Performance on chromebook like devices was
    mixed neutral to slightly negative, so there should be minimal change
    there.

    Change-Id : I95831233b4b84ee96369baa192a2d4cc7639658c

  • Fastest seek speed and decoding with ffmpeg and x265 ProRes

    17 mai 2018, par Christopher Jarvis

    I’m trying to optimize seek speed with x265. No matter what encoding settings I try, ProRes still seeks more quickly/gracefully. This makes sense since it was built for editing, but I’m sure there’s got to be something I’m missing to better improve x265.

    So far, -tune fastdecode, keyint=1, maxrate and -b (to remove B Frame calculations) yield the best results, but they’re still unsatisfactory. I’ve been pouring over the docs but there’s so much jargon I just don’t understand. Perhaps another codec like VP9 / WebM would be better for this purpose ?

    From what I can tell, there’s no bottleneck with CPU, read speed or RAM... or GPU for that matter. Monitoring these processes show minimal drain. Is there just an amount of decoding in a highly compressed format like x265 that can’t be circumvented ?

    Thank you in advance for your help.

  • configure : select iamfenc as movenc dep

    24 février 2024, par Gyan Doshi
    configure : select iamfenc as movenc dep
    

    Unbreaks movenc compilation in minimal configuration.

    Signed-off-by : James Almer <jamrial@gmail.com>

    • [DH] configure