Recherche avancée

Médias (39)

Mot : - Tags -/audio

Autres articles (39)

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

  • Publier sur MédiaSpip

    13 juin 2013

    Puis-je poster des contenus à partir d’une tablette Ipad ?
    Oui, si votre Médiaspip installé est à la version 0.2 ou supérieure. Contacter au besoin l’administrateur de votre MédiaSpip pour le savoir

Sur d’autres sites (8040)

  • how to call avconv via shell_ exec in php ?

    8 janvier 2018, par Blurry Script

    when I call a command to convert video from console linux its all working, but when I call the same command from shell_exec in php, it gives no errors it returns nothing.

    even tough I added sudo 2>&1 to redirect the output, for example this command :

    $res = shell_exec("avconv -i film.mkv 2>&1");
    echo $res //nothing
    exit;
  • Merge commit ’b9f76d19d81fbc7f088536f966c2d3dc23c34ddc’

    13 juillet 2015, par Michael Niedermayer
    Merge commit ’b9f76d19d81fbc7f088536f966c2d3dc23c34ddc’
    

    * commit ’b9f76d19d81fbc7f088536f966c2d3dc23c34ddc’ :
    hevc_ps : make sure failing to decode an SPS always returns an error

    Conflicts :
    libavcodec/hevc_ps.c

    See : 15893adbdb6a7000f59207bcb88def6e7b4812b9
    Merged-by : Michael Niedermayer <michael@niedermayer.cc>

  • ffmpeg color, size and amplitude

    9 décembre 2017, par user266005

    Trying to get ffmpeg to create an audio waveform while being able to control the image size, color, and amplitude. I have tried this (and many variations) but it just returns unmatched " .

    ffmpeg -i input -filter_complex "aformat=channel_layouts=mono,compand=gain=-3,showwavespic=s=1000x350,color=s=1000x350:color=A072FD” -frames:v 1 output.png

    Thoughts ?