Recherche avancée

Médias (91)

Autres articles (90)

  • List of compatible distributions

    26 avril 2011, par

    The table below is the list of Linux distributions compatible with the automated installation script of MediaSPIP. Distribution nameVersion nameVersion number Debian Squeeze 6.x.x Debian Weezy 7.x.x Debian Jessie 8.x.x Ubuntu The Precise Pangolin 12.04 LTS Ubuntu The Trusty Tahr 14.04
    If you want to help us improve this list, you can provide us access to a machine whose distribution is not mentioned above or send the necessary fixes to add (...)

  • MediaSPIP Core : La Configuration

    9 novembre 2010, par

    MediaSPIP Core fournit par défaut trois pages différentes de configuration (ces pages utilisent le plugin de configuration CFG pour fonctionner) : une page spécifique à la configuration générale du squelettes ; une page spécifique à la configuration de la page d’accueil du site ; une page spécifique à la configuration des secteurs ;
    Il fournit également une page supplémentaire qui n’apparait que lorsque certains plugins sont activés permettant de contrôler l’affichage et les fonctionnalités spécifiques (...)

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

Sur d’autres sites (9285)

  • Revision b91b146d1d : Add static-threshold skipping in non-rd mode Added a skipping test in non-rd in

    7 mai 2014, par Yunqing Wang

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


     Modify /vp9/encoder/vp9_pickmode.c


     Modify /vp9/encoder/vp9_speed_features.c


     Modify /vp9/encoder/vp9_speed_features.h



    Add static-threshold skipping in non-rd mode

    Added a skipping test in non-rd inter-mode. After interpolation
    prediction step, the residuals are tested to see if they will be
    quantized to 0 based on modeling between spatial domain and
    frequency domain.

    Set static-thresh to 800 for >=720p and 300 for <720p, rtc set
    tests showed
    1. Speed 5, psnr : -0.514% ; ssim : -1.748% ;
    speedup on related clips : 5% -11%
    2. Speed 6, psbr : -0.628% ; ssim : -1.637% ;
    speedup on related clips : 4% - 9%

    Change-Id : I62fbf26bc043ecd2b584f255f1a4ee5ab52bfcf3

  • Merge images to video in React-Native

    19 septembre 2019, par Timo Schnoelzer

    Using react-native for our front end I have to merge an array of (local)images into a video. This should be processed client side. So using ffmpeg / or (npm) videos how is not possible. Is there any way create a video on iOS and Android by using React-Native ?

    All hints welcome !

    Best,
    Timo

  • FFmpeg to create slow motion replays to the end of it's realtime video

    23 septembre 2017, par flowerpowa99

    I’m looking for a way to create a slow-motion replay to the end of an existing clip (like 3 to 5 seconds).

    ** It needs to play normally once and then immediately replay at 25%-speed -with audio **

    I currently do this in After Effects pretty quickly and easily, but ffmpeg would be so much faster for the volume of clips I do this to. I’m planning on taking this a step further and writing a .bat file to automate the process down the road.