Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (109)

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

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

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

Sur d’autres sites (9844)

  • How to setup FFServer with FFMPEG package on window ?

    14 décembre 2015, par Digant

    I am running FFMPEG package in my Window PC. I want to start live streaming part with FFSERVER. I didn’t find any ffserver.exe files to download. I am running with the many query :

    In FFMPEG document, there are ask to configuration ffserver.conf files. and its fetch from etc/ffserver/cong. How do i find this file and their location in my computer ?

    I want simple basic step to run ffserver on window.

    Thanks

  • fftools/ffmpeg_filter : Fix autorotation

    18 décembre 2021, par Andreas Rheinhardt
    fftools/ffmpeg_filter : Fix autorotation
    

    In case of an orthogonal transformation av_display_rotation_get()
    returns the (anticlockwise) degree that the unit vector in x-direction
    gets rotated by ; get_rotation in cmdutils.c makes a clockwise degree
    out of this. So if one inserts a transpose filter corresponding to
    this degree, then the x-vector gets mapped correctly and there are
    two possibilities for image of the y-vector, namely the two unit
    vectors orthogonal to the image of the x-vector.

    E.g. if the x-vector gets rotated by 90° clockwise, then the two
    possibilities for the y-vector are the unit vector in x direction
    or its opposite. The latter case is a simple 90° rotation for both
    vectors* whereas the former is a simple 90° clockwise rotation followed
    by a horizontal flip. These two cases can be distinguished by looking
    at the x-coordinate of the image of the y-vector, i.e. by looking
    at displaymatrix[3]. Similarly for the case of a 270° clockwise
    rotation.

    These two cases were previously wrong (they were made to match
    wrongly parsed exif rotation tag values).

    * : For display matrices, the y-axis points downward.

    Signed-off-by : Andreas Rheinhardt <andreas.rheinhardt@outlook.com>

    • [DH] fftools/ffmpeg_filter.c
  • ModuleNotFoundError : No module named 'ffmpeg' on Spyder although ffmpeg is installed on Anaconda navigator

    1er septembre 2021, par alpha

    ffmpeg is installed on Anaconda Navigator (in base(root) environment), but when I run import ffmpeg, I got this error message :

    &#xA;

    ModuleNotFoundError: No module named &#x27;ffmpeg&#x27;&#xA;

    &#xA;

    Why is this module not found and how can I fix this ?

    &#xA;

    screenshot of Anaconda Navigator

    &#xA;