Recherche avancée

Médias (91)

Autres articles (34)

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

  • Librairies et logiciels spécifiques aux médias

    10 décembre 2010, par

    Pour un fonctionnement correct et optimal, plusieurs choses sont à prendre en considération.
    Il est important, après avoir installé apache2, mysql et php5, d’installer d’autres logiciels nécessaires dont les installations sont décrites dans les liens afférants. Un ensemble de librairies multimedias (x264, libtheora, libvpx) utilisées pour l’encodage et le décodage des vidéos et sons afin de supporter le plus grand nombre de fichiers possibles. Cf. : ce tutoriel ; FFMpeg avec le maximum de décodeurs et (...)

  • Librairies et binaires spécifiques au traitement vidéo et sonore

    31 janvier 2010, par

    Les logiciels et librairies suivantes sont utilisées par SPIPmotion d’une manière ou d’une autre.
    Binaires obligatoires FFMpeg : encodeur principal, permet de transcoder presque tous les types de fichiers vidéo et sonores dans les formats lisibles sur Internet. CF ce tutoriel pour son installation ; Oggz-tools : outils d’inspection de fichiers ogg ; Mediainfo : récupération d’informations depuis la plupart des formats vidéos et sonores ;
    Binaires complémentaires et facultatifs flvtool2 : (...)

Sur d’autres sites (7592)

  • Using FFMPEG for crossplatform hardware decoding of MPEG streams

    5 février 2019, par Kamille

    The application I am working on is targeted for the Windows (10) platform as well as the Linux (Ubuntu 18.04) platform.
    We need support for hardware encoding/decoding of H264 and HEVC.

    My question is :
    Should I use the available SDK’s for the graphics card (in our case NVIDIA) or
    can I somehow use the FFMPEG SDK to do the job ? And in the latter case is there
    some guidline or example material available ?

    I expect using the graphics card SDK to be much more work but on the other hand I couldn’t find any usable examples for the FFMPEG option ?

  • How do I create a MPEG stream with private binary data using avconv ?

    19 février 2013, par haole

    I have some binary data that I need to transmit with a MPEG transport stream. I don't need to worry about the tables, because another software in the process is going to insert them into the stream.

    I have a fixed private PID that I have to use. Is there a way to just "break" this binary data into TS packets with the my private PID using only this command line tool (avconv) ? If not, is it possible with the C library ?

  • Changing ffpmeg options while processing a stream ?

    22 mai 2019, par ThatOneGamer999

    I’m making a discord bot for my discord server, and one feature request I keep getting is the ability to toggle audio effects in the middle of a song. The code I have right now is saved along with the track in the queue, and is processed by the music player process when that song comes along. What I need is to be able to change these options after the song has started. Is this possible ?