Recherche avancée

Médias (1)

Mot : - Tags -/book

Autres articles (55)

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

  • Prérequis à l’installation

    31 janvier 2010, par

    Préambule
    Cet article n’a pas pour but de détailler les installations de ces logiciels mais plutôt de donner des informations sur leur configuration spécifique.
    Avant toute chose SPIPMotion tout comme MediaSPIP est fait pour tourner sur des distributions Linux de type Debian ou dérivées (Ubuntu...). Les documentations de ce site se réfèrent donc à ces distributions. Il est également possible de l’utiliser sur d’autres distributions Linux mais aucune garantie de bon fonctionnement n’est possible.
    Il (...)

  • HTML5 audio and video support

    13 avril 2011, par

    MediaSPIP uses HTML5 video and audio tags to play multimedia files, taking advantage of the latest W3C innovations supported by modern browsers.
    The MediaSPIP player used has been created specifically for MediaSPIP and can be easily adapted to fit in with a specific theme.
    For older browsers the Flowplayer flash fallback is used.
    MediaSPIP allows for media playback on major mobile platforms with the above (...)

Sur d’autres sites (7955)

  • Batch-converting multimedia-files on Command-Line using find and ffmpeg (Linux)

    11 mai 2018, par free_speech

    For converting more Audio-Files (Let’s say, FLAC to MP3) in the same folder on Command-Line, I formerly used

    find ./ -name "*.flac" -exec ffmpeg -i "{}" -b:a 320k "{}".mp3 \;

    but the problem is that the resulting MP3-Files are named like Artist - Title.flac.mp3.
    This doesn’t even surprise me, but what do I have to type if I want to avoid the ".flac.mp3"-Filenames ?
    The converted Files should be named like Artist - Title.mp3, not this .flac.mp3
    I didn’t yet find a way to solve this problem ...
    Thanks.

  • How do I rotate a video around the vertical and horizontal axis by two different angles ?

    18 mai 2018, par Brutus Cruciatus

    My goal is to rotate a video around the vertical and horizontal axis by two different angles to get a certain perspective.

    Now perspective assumes coordinates of the current view to straighten the video, I want to create perspective with angles.

    I am sure, one can abuse the perspective filter to get what I want.

    How do I rotate a video around the vertical and horizontal axis by two different angles ?

  • ubuntu "make" can't find standard c libraries

    22 mai 2018, par Karthik Uday Kiran

    For the past few days, I was trying to configure ffmpeg for android in ubunut system.

    I’ve configured the ffmpeg but when i try to make using the command
    make -j3

    The error read :

    No such file or directory #include
    enter image description here