Recherche avancée

Médias (91)

Autres articles (38)

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

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

  • De l’upload à la vidéo finale [version standalone]

    31 janvier 2010, par

    Le chemin d’un document audio ou vidéo dans SPIPMotion est divisé en trois étapes distinctes.
    Upload et récupération d’informations de la vidéo source
    Dans un premier temps, il est nécessaire de créer un article SPIP et de lui joindre le document vidéo "source".
    Au moment où ce document est joint à l’article, deux actions supplémentaires au comportement normal sont exécutées : La récupération des informations techniques des flux audio et video du fichier ; La génération d’une vignette : extraction d’une (...)

Sur d’autres sites (5603)

  • Adobe launches preview of Story

    10 septembre 2009

    Adobe is getting into the script management business with Story, and they’ve launched a free preview to show it off.

    It’s an interesting space for Adobe to enter, and it’ll be interesting to see how it stacks up against tools like Celtx.

  • How can I automatically extract specific regions of a video frame every second to image files

    12 mars 2020, par RainGGs

    I’m trying to extract specific chryons from videos of Overwatch games so I can OCR them and store stats. How can I automatically get images of specific areas of a video frame every second ? I’m using python ffmpeg and opencv right now but open to other technologies. Attached picture for example of what areas of the frame I want to get.

    image

  • match an image to a specific frame within a video with ffmpeg

    2 juin 2021, par az0

    I have some images that were taken from a video via screen capture. I would like to know when in the video these images appear (timestamps). Is there a way to programmatically match an image with a specific frame in a video using ffmpeg or some other tool ?

    



    I am very open to different technologies as I'm eager to automate this. It would be extremely time consuming to do this manually.