Recherche avancée

Médias (2)

Mot : - Tags -/map

Autres articles (17)

  • 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

  • D’autres logiciels intéressants

    12 avril 2011, par

    On ne revendique pas d’être les seuls à faire ce que l’on fait ... et on ne revendique surtout pas d’être les meilleurs non plus ... Ce que l’on fait, on essaie juste de le faire bien, et de mieux en mieux...
    La liste suivante correspond à des logiciels qui tendent peu ou prou à faire comme MediaSPIP ou que MediaSPIP tente peu ou prou à faire pareil, peu importe ...
    On ne les connais pas, on ne les a pas essayé, mais vous pouvez peut être y jeter un coup d’oeil.
    Videopress
    Site Internet : (...)

  • Selection of projects using MediaSPIP

    2 mai 2011, par

    The examples below are representative elements of MediaSPIP specific uses for specific projects.
    MediaSPIP farm @ Infini
    The non profit organizationInfini develops hospitality activities, internet access point, training, realizing innovative projects in the field of information and communication technologies and Communication, and hosting of websites. It plays a unique and prominent role in the Brest (France) area, at the national level, among the half-dozen such association. Its members (...)

Sur d’autres sites (6438)

  • 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 ?

  • 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

    


  • 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 !