Recherche avancée

Médias (91)

Autres articles (45)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

  • Support de tous types de médias

    10 avril 2011

    Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)

  • Supporting all media types

    13 avril 2011, par

    Unlike most software and media-sharing platforms, MediaSPIP aims to manage as many different media types as possible. The following are just a few examples from an ever-expanding list of supported formats : images : png, gif, jpg, bmp and more audio : MP3, Ogg, Wav and more video : AVI, MP4, OGV, mpg, mov, wmv and more text, code and other data : OpenOffice, Microsoft Office (Word, PowerPoint, Excel), web (html, CSS), LaTeX, Google Earth and (...)

Sur d’autres sites (7548)

  • python imageIO() ffmpeg output 3D ndarray

    27 juillet 2017, par Daimoj

    I’m trying to encode and than decode a collection of images using imageIO in python with the ffmpeg plugin and the HEVC codec.

    The stream I’m using is an ndarray of shape (1024,512). When I use the writer.append_data() on each image, the shape is as above (1024,512). After writer.close() is called, I create another reader on the video just made from above. When interrogating a single image of the video it’s shape is (1024,512,3). This is all grayscale, so I only expected an array of uint8’s in the shape of (1024,512). Why did ImageIO add 2 more dimensions to my video ? I only want one.

  • Documentation #2984 (En cours) : Surcharge de spip_fr.php dans "squelettes/lang"

    25 avril 2013, par Suske -

    @bu bu : Bon, il s’avère que l’équipe spéciale a passé une soirée de printemps là-dessus malgré que tu sois revenu à de meilleures intentions (et surtout à local_fr.php ^^)

    Voir http://permalink.gmane.org/gmane.comp.web.spip.user/181283

    Comme par ailleurs, cette constante _DIR_LANG est considérée "Old style" et "à faire disparaitre" par d’aucuns (http://core.spip.org/projects/spip/repository/entry/spip/ecrire/inc/lang.php#L380), on passe ce ticket en "Documentation" au cas où _DIR_LANG survivrait à la 3.1

    J’essayerai de m’en souvenir.

  • How can I create video thumbnails in different Folders in ffmpeg ?

    1er janvier 2020, par termnlencodes

    I’m trying to generate video thumbnails for all my video collection using ffmpeg. Downside is, I don’t know how to create them in they’re respective folders.

    Example : Videos are in the following folders ;

    C :/Media/TV Show/<showname></showname>/<seasonnum></seasonnum>/

    C :/Media/Movies/<moviename></moviename>/

    I want to generate the thumbnails under and folders.

    Here’s the script I’m using rn and I don’t know what to add on it.

    Hope somebody can help me.
    Edit : Whenever I create the thumbnails there’s a ".1" after the file extension. How can I remove it ?