Recherche avancée

Médias (0)

Mot : - Tags -/api

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

Autres articles (99)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

  • Activation de l’inscription des visiteurs

    12 avril 2011, par

    Il est également possible d’activer l’inscription des visiteurs ce qui permettra à tout un chacun d’ouvrir soit même un compte sur le canal en question dans le cadre de projets ouverts par exemple.
    Pour ce faire, il suffit d’aller dans l’espace de configuration du site en choisissant le sous menus "Gestion des utilisateurs". Le premier formulaire visible correspond à cette fonctionnalité.
    Par défaut, MediaSPIP a créé lors de son initialisation un élément de menu dans le menu du haut de la page menant (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

Sur d’autres sites (11214)

  • Artifacts in WMP after speed-up and fps change

    11 septembre 2014, par Snow

    Trying to convert a 1 hour video with 0.02 fps, to a very short one (100 times speed-up) with somethinglike 10 fps to include in a powerpoint presentation.

    I did this :

    ffmpeg - input.mp4 -filter:v "setpts=0.01*PTS" -r 10 output.mp4

    Works great, play nicely with VLC or SMPlayer (which I believe use ffmpeg libraries for decoding). But if played with Windows Media Player, or inserted in a powerpoint presentation, this gives a lot of artifacts...the video is almost not watchable.

    Is there a way to make this watchable in powerpoint (i’m guessing the problem lies down with the video renderer used in powerpoint...)

  • Revision 1092140379 : No longer use use_lastframe_partitioning speed feature The speedup in rd_pick_p

    6 septembre 2014, par Yunqing Wang

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



    No longer use use_lastframe_partitioning speed feature

    The speedup in rd_pick_partition() function makes it possible
    to drop use_lastframe_partitioning feature. By doing that, we
    achieve good PSNR gain with small speed loss. Also, this makes
    encoding loop less complicated. The code cleanup patch will
    follow.

    Borg tests showed :
    1. At speed 2,
    stdhd set : 0.201% PSNR gain, 0.133% SSIM gain ;
    derf set : 0.262% PSNR gain, 0.276% SSIM gain.
    2. At speed 3,
    stdhd set : 0.139% PSNR gain, 0.109% SSIM gain ;
    derf set : 0.447% PSNR gain, 0.442% SSIM gain.

    The average speed loss over selected test clips is within 1%
    with the worst case of 4%.

    Change-Id : Icfd2ded7869372b585a6972855d933b3d0280d90

  • Revision d62d804e64 : Speed up compound inter prediction mode check This commit allows the encoder to

    3 septembre 2014, par Jingning Han

    Changed Paths :
     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_context_tree.h


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_rdopt.c



    Speed up compound inter prediction mode check

    This commit allows the encoder to store outcomes of single reference
    frame modes and compares them to decide if the inter prediction
    filter, forward transform, and quantization can be skipped.

    The compression performance of speed 3 is down
    derf -0.364%
    stdhd -0.198%

    For test sequences, the speed 3 runtime is reduced
    highway CIF 100 kbps, 51976 ms -> 45033 ms, 13% speed-up
    stockholm 720p 1000 kbps, 71826 ms -> 67838 ms, 5.5% speed-up
    pedestrian 1080p 2000 kbps, 154924 ms -> 150702 ms, 2.6% speed-up

    Change-Id : I5aa26f918d2b4b5197a2c0afa2779319f1c88e44