Recherche avancée

Médias (0)

Mot : - Tags -/signalement

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (83)

  • 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 ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

  • 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 (8432)

  • swscale/graph : add new high-level scaler dispatch mechanism

    10 octobre 2024, par Niklas Haas
    swscale/graph : add new high-level scaler dispatch mechanism
    

    This interface has been designed from the ground up to serve as a new
    framework for dispatching various scaling operations at a high level. This
    will eventually replace the old ad-hoc system of using cascaded contexts,
    as well as allowing us to plug in more dynamic scaling passes requiring
    intermediate steps, such as colorspace conversions, etc.

    The starter implementation merely piggybacks off the existing sws_init() and
    sws_scale(), functions, though it does bring the immediate improvement of
    splitting up cascaded functions and pre/post conversion functions into
    separate filter passes, which allows them to e.g. be executed in parallel
    even when the main scaler is required to be single threaded. Additionally,
    a dedicated (multi-threaded) noop memcpy pass substantially improves
    throughput of that fast path.

    Follow-up commits will eventually expand this to move all of the scaling
    decision logic into the graph init function, and also eliminate some of the
    current special cases.

    Sponsored-by : Sovereign Tech Fund
    Signed-off-by : Niklas Haas <git@haasn.dev>

    • [DH] libswscale/Makefile
    • [DH] libswscale/graph.c
    • [DH] libswscale/graph.h
  • ffmpeg command have high cpu usage [closed]

    24 juillet 2024, par Hoppe

    I'm trying to use ffmpeg to record my screen but this command below is consuming 6% of the CPU.&#xA;It appears that VBR does not work and the video is not 60fps.

    &#xA;

    ./ffmpeg.exe -f gdigrab -hwaccel cuda -hwaccel_output_format cuda -i title="Rocket League (64-bit, DX11, Cooked)" -c:v h264_nvenc -preset p7 -b:v 5000k -movflags &#x2B;faststart 60fps.mp4

    &#xA;

  • timer : use mach_absolute_time as high resolution clock on darwin

    24 janvier 2014, par Janne Grunau
    timer : use mach_absolute_time as high resolution clock on darwin
    

    Not guaranteed to be in nanosecond resolution. On iOS 7 the duration
    of one tick is 125/3 ns which is still more than an order of magnitude
    better then microseconds.

    Replace decicycles with the neutral UNITS. Decicycles is strange but
    tenths of a nanosecond and unspecific "deci"-ticks for mach_absolute_time
    is just silly.

    • [DBH] configure
    • [DBH] libavutil/timer.h