Recherche avancée

Médias (1)

Mot : - Tags -/iphone

Autres articles (93)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Gestion générale des documents

    13 mai 2011, par

    MédiaSPIP ne modifie jamais le document original mis en ligne.
    Pour chaque document mis en ligne il effectue deux opérations successives : la création d’une version supplémentaire qui peut être facilement consultée en ligne tout en laissant l’original téléchargeable dans le cas où le document original ne peut être lu dans un navigateur Internet ; la récupération des métadonnées du document original pour illustrer textuellement le fichier ;
    Les tableaux ci-dessous expliquent ce que peut faire MédiaSPIP (...)

Sur d’autres sites (8678)

  • ffmpeg libvpx encoder cpu performance problem

    31 octobre 2022, par donmezburak

    I am trying to use libvpx encoder for incoming h264 stream. It works good however it consumes too much cpu (around %50-60). Even when I start second ffmpeg encoder, the frames decreases to 4-5fps. How can I solve cpu consumption problem for libvpx codec on Mac Pro - M1 Pro chip ?

    


    xxx  | ffmpeg -f h264 -i pipe:0 -f rtp -codec:v libvpx -filter:v scale=310:420 -preset ultrafast -minrate 500k -maxrate 500k -b:v 500k -crf 40 "rtp://localhost:12333?pkt_size=1200"


    


    CPU Usage around %50-60 for one ffmpeg encoding.
I installed ffmpeg using Macports. ffmepg version is 4.4.1

    


    Thanks

    


  • Revision 38ff3e328f : Rate control adjustment. Small adjustment to the active Q range calculations. T

    23 avril 2014, par Paul Wilkins

    Changed Paths :
     Modify /vp9/encoder/vp9_ratectrl.c



    Rate control adjustment.

    Small adjustment to the active Q range calculations.
    These changes should slightly extend the available Q range
    for KF/GF/ARF and narrow it for other frames.

    The results for this change in isolation are broadly positive
    for SSIM and average PSNR and slightly up but mixed for opsnr.

    derf +0.293% opsnr, +1.286% SSIM
    std-hd + 0.528% opsnr, + 1.746% SSIM
    yt +0.056% opsnr, +0.457% SSIM
    yt-hd -0.147% opsnr, + 0.226% SSIM

    Change-Id : If065280342027ecc5d44b49fc1d440dfef041002

  • avfilter/vf_drawtext : add expression variables to control font ascent/descent

    26 mai 2023, par yethie
    avfilter/vf_drawtext : add expression variables to control font ascent/descent
    

    The following new variables can be used in the x and y expressions : font_a, font_d, top_a, bottom_d.

    • [DH] doc/filters.texi
    • [DH] libavfilter/vf_drawtext.c