Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

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

Autres articles (36)

  • La file d’attente de SPIPmotion

    28 novembre 2010, par

    Une file d’attente stockée dans la base de donnée
    Lors de son installation, SPIPmotion crée une nouvelle table dans la base de donnée intitulée spip_spipmotion_attentes.
    Cette nouvelle table est constituée des champs suivants : id_spipmotion_attente, l’identifiant numérique unique de la tâche à traiter ; id_document, l’identifiant numérique du document original à encoder ; id_objet l’identifiant unique de l’objet auquel le document encodé devra être attaché automatiquement ; objet, le type d’objet auquel (...)

  • Contribute to documentation

    13 avril 2011

    Documentation is vital to the development of improved technical capabilities.
    MediaSPIP welcomes documentation by users as well as developers - including : critique of existing features and functions articles contributed by developers, administrators, content producers and editors screenshots to illustrate the above translations of existing documentation into other languages
    To contribute, register to the project users’ mailing (...)

  • Use, discuss, criticize

    13 avril 2011, par

    Talk to people directly involved in MediaSPIP’s development, or to people around you who could use MediaSPIP to share, enhance or develop their creative projects.
    The bigger the community, the more MediaSPIP’s potential will be explored and the faster the software will evolve.
    A discussion list is available for all exchanges between users.

Sur d’autres sites (5836)

  • Revision 0e361fb895 : Merge "vp9 : sync workers at the start of decode_tiles_mt()"

    29 août 2014, par James Zern

    Changed Paths :
     Modify /vp9/decoder/vp9_decodeframe.c



    Merge "vp9 : sync workers at the start of decode_tiles_mt()"

  • How to skip start frames with ffmpeg

    20 avril 2024, par Darko_Milicic

    I have using ffmpeg to create short preview of videos...

    



    $length = $length_video/5;

$ffmpeg_path." -i ".$content." -vf select='lt(mod(t\,".$length.")\,1)',setpts=N/FRAME_RATE/TB -af aselect='lt(mod(t\,".$length.")\,1)',asetpts=N/SR/TB -an ".$content_new.";


    



    Actually this will create 5sec. video. and problem is because first frame is extracted from 0-1 sec.

    



    There is any chance to skip first frame and extract next 5 ?

    



    Problem is because first frame is actually useless because of video intro

    


  • avcodec/cdgraphics : fix decoded output when seeking to start of file

    10 septembre 2020, par Paul B Mahol
    avcodec/cdgraphics : fix decoded output when seeking to start of file
    

    Also in cdg demuxer do not skip packets data, and remove
    private context which is not really needed.

    • [DH] libavcodec/cdgraphics.c
    • [DH] libavformat/cdg.c