Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (100)

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

  • Les sons

    15 mai 2013, par
  • Websites made ​​with MediaSPIP

    2 mai 2011, par

    This page lists some websites based on MediaSPIP.

Sur d’autres sites (14714)

  • Revision 0d8f7cdc81 : Version 1.0.3. Removed the long copyright string.

    21 octobre 2007, par Marc Noirot

    Changed Paths :
     Modify /ChangeLog


     Modify /NEWS


     Modify /config.h.win


     Modify /configure.ac


     Modify /flvmeta.c


     Modify /flvmeta.h



    Version 1.0.3.
    Removed the long copyright string.

  • ffmpeg choose exact frame from long film strip

    28 novembre 2018, par Tech Aimley

    I’m working with ffmpeg to choose the better thumbnail for my video. and the selection would be based on the slider.
    as per the requirement multiple thumbnails not needed just a single long film image and with the help of slider select the thumbnail and save it.

    i used below command to get the long strip thumbnail.

    ffmpeg -loglevel panic -y -i "video.mp4" -frames 1 -q:v 1 -vf "select=not(mod(n\,40)),scale=-1:120,tile=100x1" video_preview.jpg

    I followed the instructions from this tutorial

    I’m able to get the long film image :
    http://i.imgur.com/BX0pV4J.jpg

    This is working fine, they moving the image in slider which is fine.

    My question is how can I select a particular frame from that slider / film strip. How can I calculate the exact time duration from the slider and then execute a command to extract that frame ?

  • avcodec/h264_cabac : use int instead of long for mbb_xy

    1er février 2015, par Michael Niedermayer
    avcodec/h264_cabac : use int instead of long for mbb_xy
    

    The mb address fits in int

    Signed-off-by : Michael Niedermayer <michaelni@gmx.at>

    • [DH] libavcodec/h264_cabac.c