Recherche avancée

Médias (0)

Mot : - Tags -/utilisateurs

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

Autres articles (69)

  • 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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (8645)

  • ffmpeg convert image sequence to video

    11 juillet 2012, par knishua

    image sequences start with

    sdhdfd_plate_bg01_v001_fds_fdse_fdfd.1001
    sdhdfd_plate_bg01_v001_fds_fdse_fdfd.1002
    sdhdfd_plate_bg01_v001_fds_fdse_fdfd.1003

    using

    ffmpeg -i D:/imagesequence/sdhdfd_plate/sdhdfd_plate_bg01_v001_fds_fdse_fdfd.%04d.jpg -vf "[in]drawtext=fontsize=32:fontcolor=White:fontfile='/Windows/Fonts/arial.ttf':text='shotName':x=(w)/2:y=(h)-50[out]" D:/Uss/Temp/sdhdfd_plate_bg01_v001_fds_fdse_fdfd.%04d.jpg

    following error occurs

    D:/imagesequence/sdhdfd_plate/sdhdfd_plate_bg01_v001_fds_fdse_fdfd.%04d.jpg: N
    o such file or directory

    is it possible to convert these type images using ffmpeg

  • Detecting crosses in an image

    21 décembre 2013, par MrOrdinaire

    I am working on a program to detect the tips of a probing device and analyze the color change during probing. The input/output mechanisms are more or less in place. What I need now is the actual meat of the thing : detecting the tips.

    In the images below, the tips are at the center of the crosses. I thought of applying BFS to the images after some threshold'ing but was then stuck and didn't know how to proceed. I then turned to OpenCV after reading that it offers feature detection in images. However, I am overwhelmed by the vast amount of concepts and techniques utilized here and again, clueless about how to proceed.

    Am I looking at it the right way ? Can you give me some pointers ?

    Colored Image
    Image extracted from short video

    Binary image with threshold set at 95
    Binary version with threshold set at 95

  • FFmpeg - trying to put a static image over existing video.

    16 juillet 2012, par Loz101

    I am using blob tracker but have timecode on video files. I want to overlay a black box over them therefore preventing the timecode interfering with the tracker. Thanks