Recherche avancée

Médias (91)

Autres articles (57)

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

  • MediaSPIP version 0.1 Beta

    16 avril 2011, par

    MediaSPIP 0.1 beta est la première version de MediaSPIP décrétée comme "utilisable".
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Pour avoir une installation fonctionnelle, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

  • Amélioration de la version de base

    13 septembre 2013

    Jolie sélection multiple
    Le plugin Chosen permet d’améliorer l’ergonomie des champs de sélection multiple. Voir les deux images suivantes pour comparer.
    Il suffit pour cela d’activer le plugin Chosen (Configuration générale du site > Gestion des plugins), puis de configurer le plugin (Les squelettes > Chosen) en activant l’utilisation de Chosen dans le site public et en spécifiant les éléments de formulaires à améliorer, par exemple select[multiple] pour les listes à sélection multiple (...)

Sur d’autres sites (8015)

  • Revision d068d869b9 : sb8x8 integration in rd loop. Work-in-progress, not yet ready for review. TODO

    1er mai 2013, par Ronald S. Bultje

    Changed Paths :
     Modify /vp9/common/vp9_blockd.h


     Modify /vp9/common/vp9_entropymode.c


     Modify /vp9/common/vp9_entropymode.h


     Modify /vp9/common/vp9_enums.h


     Modify /vp9/common/vp9_findnearmv.h


     Modify /vp9/common/vp9_loopfilter.c


     Modify /vp9/common/vp9_onyxc_int.h


     Modify /vp9/common/vp9_reconinter.c


     Modify /vp9/decoder/vp9_decodemv.c


     Modify /vp9/decoder/vp9_decodframe.c


     Modify /vp9/encoder/vp9_bitstream.c


     Modify /vp9/encoder/vp9_block.h


     Modify /vp9/encoder/vp9_encodeframe.c


     Modify /vp9/encoder/vp9_encodeintra.c


     Modify /vp9/encoder/vp9_encodeintra.h


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/vp9_encodemb.h


     Modify /vp9/encoder/vp9_modecosts.c


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_quantize.c


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_rdopt.c


     Modify /vp9/encoder/vp9_rdopt.h


     Modify /vp9/encoder/vp9_segmentation.c


     Modify /vp9/encoder/vp9_tokenize.c



    sb8x8 integration in rd loop.

    Work-in-progress, not yet ready for review. TODO items :
    - bitstream writing (encoder) and reading (decoder)
    - decoder reconstruction

    Change-Id : I5afb7284e7e0480847b47cd0097cb469433c9081

  • arm : vp9mc : Minor adjustments from review of the aarch64 version

    10 novembre 2016, par Martin Storsjö
    arm : vp9mc : Minor adjustments from review of the aarch64 version
    

    This work is sponsored by, and copyright, Google.

    The speedup for the large horizontal filters is surprisingly
    big on A7 and A53, while there’s a minor slowdown (almost within
    measurement noise) on A8 and A9.

    Cortex A7 A8 A9 A53
    orig :
    vp9_put_8tap_smooth_64h_neon : 20270.0 14447.3 19723.9 10910.9
    new :
    vp9_put_8tap_smooth_64h_neon : 20165.8 14466.5 19730.2 10668.8

    Signed-off-by : Martin Storsjö <martin@martin.st>

    • [DBH] libavcodec/arm/vp9dsp_init_arm.c
    • [DBH] libavcodec/arm/vp9mc_neon.S
  • select frame of choice for thumbnail in ffmpeg

    1er octobre 2014, par Rks Rock

    Description

    I have successfully installed and used ffmpeg in my project ... I am able to create thumbnails by selecting a frame at X seconds... But that is not enough what if at X seconds there is a blacked out scene in the video or some scene that does not justify what the video is about ..

    So is there a way that I can make a UI that will give the user to select the frame lets say using a track-bar so that user can drag the track bar to a specific frame and select it as a thumbnail like a poster...

    Any one done that ??