Recherche avancée

Médias (1)

Mot : - Tags -/école

Autres articles (108)

  • L’utiliser, en parler, le critiquer

    10 avril 2011

    La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
    Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
    Une liste de discussion est disponible pour tout échange entre utilisateurs.

  • Encoding and processing into web-friendly formats

    13 avril 2011, par

    MediaSPIP automatically converts uploaded files to internet-compatible formats.
    Video files are encoded in MP4, Ogv and WebM (supported by HTML5) and MP4 (supported by Flash).
    Audio files are encoded in MP3 and Ogg (supported by HTML5) and MP3 (supported by Flash).
    Where possible, text is analyzed in order to retrieve the data needed for search engine detection, and then exported as a series of image files.
    All uploaded files are stored online in their original format, so you can (...)

  • Formulaire personnalisable

    21 juin 2013, par

    Cette page présente les champs disponibles dans le formulaire de publication d’un média et il indique les différents champs qu’on peut ajouter. Formulaire de création d’un Media
    Dans le cas d’un document de type média, les champs proposés par défaut sont : Texte Activer/Désactiver le forum ( on peut désactiver l’invite au commentaire pour chaque article ) Licence Ajout/suppression d’auteurs Tags
    On peut modifier ce formulaire dans la partie :
    Administration > Configuration des masques de formulaire. (...)

Sur d’autres sites (11199)

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