Recherche avancée

Médias (2)

Mot : - Tags -/media

Autres articles (66)

  • Mise à jour de la version 0.1 vers 0.2

    24 juin 2013, par

    Explications des différents changements notables lors du passage de la version 0.1 de MediaSPIP à la version 0.3. Quelles sont les nouveautés
    Au niveau des dépendances logicielles Utilisation des dernières versions de FFMpeg (>= v1.2.1) ; Installation des dépendances pour Smush ; Installation de MediaInfo et FFprobe pour la récupération des métadonnées ; On n’utilise plus ffmpeg2theora ; On n’installe plus flvtool2 au profit de flvtool++ ; On n’installe plus ffmpeg-php qui n’est plus maintenu au (...)

  • Personnaliser en ajoutant son logo, sa bannière ou son image de fond

    5 septembre 2013, par

    Certains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;

  • Ecrire une actualité

    21 juin 2013, par

    Présentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
    Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
    Vous pouvez personnaliser le formulaire de création d’une actualité.
    Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)

Sur d’autres sites (5357)

  • support for orienting the image based on EXIF meta data

    29 décembre 2011, par Nick Sullivan

    m php/index.php support for orienting the image based on EXIF meta data

  • Convert raw image using open-source library with permissive license

    30 août 2011, par Brian

    I need to convert a raw, rgb32-formatted image to a PNG with a library (written in, in order of preference, Java, C, C++) having a permissive (e.g. BSD or Apache) license.

    I'm able to convert the image using FFmpeg with this call :

    ffmpeg.exe -vframes 1 -vcodec rawvideo -f rawvideo -pix_fmt rgb32 -s 20x40 -i infile -f image2 -vcodec png out.png

    where 20x40 is the width by the height.

    But, sadly, I need to avoid FFmpeg due to its license.

    I've seen people speculate that libpng could do the job, but I'm skeptical given the documentation I've seen at the libpng site. Perhaps you'll give an example.

    I don't know what the rawvideo and rgb32 values mean to FFmpeg, so I asked this question.

    EDIT 1 : edited the ffmpeg call to show width x height.

  • Refactoring of the last code merge to incorporate image rotation functionality based on EXIF Orientation data.

    29 décembre 2011, par Sebastian Tschan

    m php/index.php Refactoring of the last code merge to incorporate image rotation functionality based on EXIF Orientation data. Updated the version number. Removed the unnecessary closing PHP tag.