Recherche avancée

Médias (1)

Mot : - Tags -/3GS

Autres articles (41)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

  • Submit enhancements and plugins

    13 avril 2011

    If you have developed a new extension to add one or more useful features to MediaSPIP, let us know and its integration into the core MedisSPIP functionality will be considered.
    You can use the development discussion list to request for help with creating a plugin. As MediaSPIP is based on SPIP - or you can use the SPIP discussion list SPIP-Zone.

Sur d’autres sites (8845)

  • Revision 993ef8bd4c : Re-work RD modeling based on inter frame prediction residual This commit re-wor

    27 août 2014, par Jingning Han

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



    Re-work RD modeling based on inter frame prediction residual

    This commit re-work the operation flow related to prediction
    residual generation and the rate-distortion modeling. It saves one
    call for model_rd_for_sb.

    Change-Id : Icaf96c0ff09c903637ed5283448afe01d798195f

  • lavf/segment : decide whether to rename based on list URI

    6 octobre 2016, par Rodger Combs
    lavf/segment : decide whether to rename based on list URI
    

    This fixes the case of writing segments to local files, but the list
    over a network protocol.

    • [DH] libavformat/segment.c
  • FFmpeg, slideshow : How to animate video based on the image sizes ?

    9 décembre 2019, par ArmKh

    I need to animate the video based on the image sizes. For example :

    1st images sizes are 600x1200px. In this case, I need to animate the video from the top of the image to bottom

    2nd image sizes are 1200x400px. In this case, I need to animate video from the right of the image to left

    The more pictorial video example is this

    So, is there any way to do it ?