Recherche avancée

Médias (3)

Mot : - Tags -/pdf

Autres articles (58)

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

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

  • Contribute to a better visual interface

    13 avril 2011

    MediaSPIP is based on a system of themes and templates. Templates define the placement of information on the page, and can be adapted to a wide range of uses. Themes define the overall graphic appearance of the site.
    Anyone can submit a new graphic theme or template and make it available to the MediaSPIP community.

Sur d’autres sites (10826)

  • cvCaptureFromFile always returns NULL, Visual Studio 2005

    14 septembre 2012, par user1671173

    I've got a problem with the cvCaptureFromFile function. It always returns NULL. I've done some research on the internet and I've added PATH to ffmpeg's "bin" directory.
    But it's still the same. So I've tried to open the desired file with ffplay.exe. It returns an error which says "Invalid data found when processing an input". It is a "mjpg" file, which should be played with ffmpeg. Then I tried the same with some "mpg" file.
    Now the message is "no such file or directory" which is not true, because the file is in the place. What else should I do ?
    The files all right with Media-Player and VLC player.
    Please help !

  • ffmpeg - avcodec_receive_frame returns -11, why and how to solve it ?

    26 mars 2022, par Kalen Clark

    I'm learning to use ffmpeg in my engine,

    


    and I wanna decode the first frame of video stream and output it to an image file.

    


    I tried and just can't figured out why it returns -11.

    


    My code :(error in last 5 lines of code, line 70-74)

    


    Link to my code

    


  • Android's FFmpegMediaMetadataRetriever's getFrameAtTime() returns corrupted Bitmap

    18 août 2015, par Miko Diko

    I have code that retrieves frames from a video.
    It works ok, but when it gets to the last frame of a video, it returns a Bitmap which has (width = 1 and height = 8), from a 9:16 video.

    What are the possible reasons ?