Recherche avancée

Médias (1)

Mot : - Tags -/musée

Autres articles (60)

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Les autorisations surchargées par les plugins

    27 avril 2010, par

    Mediaspip core
    autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs

  • Ajouter notes et légendes aux images

    7 février 2011, par

    Pour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
    Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
    Modification lors de l’ajout d’un média
    Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...)

Sur d’autres sites (8926)

  • How to specify start and end frames when making a video with ffmpeg

    16 août, par supercool

    I am working with python in a jupyter notebook, and I am trying to use ffmpeg to specify the start and end images and convert several images from a folder into a single video. I have a folder, 'images', with the images inside labeled, 'image0', 'image1', 'image2', etc. I would like to specify the start and end images in my video. For example, I would like to be able to make the video using 'image100', to 'image200'. Right now, I have :

    


    !/home/jovyan/ffmpeg-dir/ffmpeg -i /home/jovyan/images/image%d.bmp -frames:v 1000 /home/jovyan/output.mp4


    


    This is making the video correctly, but I believe it is just taking the first 1000 images.

    


    Thanks !

    


  • Revision e5fa44c869 : Using stride (# of elements) instead of pitch (bytes) in fdct8x8. Just making f

    18 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /test/fdct8x8_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/x86/vp9_dct_sse2.c



    Using stride (# of elements) instead of pitch (bytes) in fdct8x8.

    Just making fdct consistent with iht/idct/fht functions which all use
    stride (# of elements) as input argument.

    Change-Id : Ibc944952a192e6c7b2b6a869ec2894c01da82ed1

  • Revision 1aa7fd5aef : Using stride (# of elements) instead of pitch (bytes) in fdct16x16. Just making

    18 octobre 2013, par Dmitry Kovalev

    Changed Paths :
     Modify /test/dct16x16_test.cc


     Modify /vp9/common/vp9_rtcd_defs.sh


     Modify /vp9/encoder/vp9_dct.c


     Modify /vp9/encoder/vp9_encodemb.c


     Modify /vp9/encoder/x86/vp9_dct_sse2.c



    Using stride (# of elements) instead of pitch (bytes) in fdct16x16.

    Just making fdct consistent with iht/idct/fht functions which all use
    stride (# of elements) as input argument.

    Change-Id : I2d95fdcbba96aaa0ed24a80870cb38f53487a97d