Recherche avancée

Médias (1)

Mot : - Tags -/MediaSPIP 0.2

Autres articles (52)

  • Creating farms of unique websites

    13 avril 2011, par

    MediaSPIP platforms can be installed as a farm, with a single "core" hosted on a dedicated server and used by multiple websites.
    This allows (among other things) : implementation costs to be shared between several different projects / individuals rapid deployment of multiple unique sites creation of groups of like-minded sites, making it possible to browse media in a more controlled and selective environment than the major "open" (...)

  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

  • Possibilité de déploiement en ferme

    12 avril 2011, par

    MediaSPIP peut être installé comme une ferme, avec un seul "noyau" hébergé sur un serveur dédié et utilisé par une multitude de sites différents.
    Cela permet, par exemple : de pouvoir partager les frais de mise en œuvre entre plusieurs projets / individus ; de pouvoir déployer rapidement une multitude de sites uniques ; d’éviter d’avoir à mettre l’ensemble des créations dans un fourre-tout numérique comme c’est le cas pour les grandes plate-formes tout public disséminées sur le (...)

Sur d’autres sites (5286)

  • Getting the frame rate at which the frames are extracted in ffmpeg

    11 janvier 2015, par Prashanth

    For this command how to know the frame rate at which the I/P frames were extracted ?

    ffmpeg -i cut.mp4 -f image2 -vf "select=’eq(pict_type,PICT_TYPE_I)’" -vsync vfr thumb%04d.png

    Running this command for I frame I got 5 I frames

    Running this command for P frame I got 245 frames.

  • How to write variable frame rate videos in Python

    5 février 2023, par Amit_JCI

    I have frames in a Python application with the relative time stamps from the start of the video. Is there a way to write a video which has variable frame rate using those timestamps ?

    


    I already tried opencv-python and scikit video but it does not seem to be able to write the correct time stamps in case the FPS changes during the video.

    


  • Revision 52d273674b : Further rate control cleanups Includes various cleanups. Streamlines the interf

    4 décembre 2013, par Deb Mukherjee

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


     Modify /vp9/encoder/vp9_onyx_if.c


     Modify /vp9/encoder/vp9_onyx_int.h


     Modify /vp9/encoder/vp9_ratectrl.c


     Modify /vp9/encoder/vp9_ratectrl.h



    Further rate control cleanups

    Includes various cleanups.
    Streamlines the interfaces so that all rate control state
    updates happen in the vp9_rc_postencode_update() function.
    This will hopefully make it easier to support multiple
    rate control schemes.
    Removes some unnecessary code, which in rare cases can casue
    a difference in the constrained quality mode output, but
    other than that there is no bitstream change yet.

    Change-Id : I3198cc37249932feea1e3691c0b2650e7b0c22fc