Recherche avancée

Médias (3)

Mot : - Tags -/collection

Autres articles (94)

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

  • Mediabox : ouvrir les images dans l’espace maximal pour l’utilisateur

    8 février 2011, par

    La visualisation des images est restreinte par la largeur accordée par le design du site (dépendant du thème utilisé). Elles sont donc visibles sous un format réduit. Afin de profiter de l’ensemble de la place disponible sur l’écran de l’utilisateur, il est possible d’ajouter une fonctionnalité d’affichage de l’image dans une boite multimedia apparaissant au dessus du reste du contenu.
    Pour ce faire il est nécessaire d’installer le plugin "Mediabox".
    Configuration de la boite multimédia
    Dès (...)

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

  • ffmpeg : fix implementation of updated input start time

    21 octobre 2022, par Gyan Doshi
    ffmpeg : fix implementation of updated input start time
    

    The current adjustment of input start times just adjusts the tsoffset.
    And it does so, by resetting the tsoffset to nullify the new start time.
    This leads to breakage of -copyts, ignoring of input_ts_offset, breaking
    of -isync as well as breaking wrap correction.

    Fixed by taking cognizance of these parameters, and by correcting start times
    just before sync offsets are applied.

    • [DH] fftools/ffmpeg.c
    • [DH] fftools/ffmpeg.h
    • [DH] fftools/ffmpeg_demux.c
    • [DH] fftools/ffmpeg_opt.c
  • Revision 5a5df19de3 : New default coefficient/band probabilities. Gives 0.5-0.6% improvement on derf

    12 décembre 2012, par Ronald S. Bultje

    Changed Paths : Modify /vp9/common/vp9_default_coef_probs.h Modify /vp9/encoder/vp9_tokenize.c New default coefficient/band probabilities. Gives 0.5-0.6% improvement on derf and stdhd, and 1.1% on hd. The old tables basically derive from times that we had only 4x4 or only 4x4 and 8x8 DCTs. Note (...)

  • Possible to change progress output interval in ffmpeg ?

    12 septembre 2021, par Thorts

    Example output :

    


    frame= 1234 fps= 25 q= 0.0 size= 10321 time = 00:02:12:31 bitrate= 301.1kbits/s speed=7.21x


    


    This output is updated around 4-5 times per second in the terminal.

    


    Is it possible to to change the interval for this status update ? Like once per second or once every 10 seconds.

    


    Reason being better overview when queueing several ffmpeg-jobs in a row.
Searched for 'interval' in the documentation but didn't find anything relevant.