Recherche avancée

Médias (3)

Mot : - Tags -/image

Autres articles (35)

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

  • Make FFmpeg output GIF background transparent

    2 juin 2019, par Sahaj Rana

    I’m using FFmpeg library to save a gif like below :

    String commanda="-y -i "+file.getAbsolutePath()**tmp.gif** +" -loop 0 -y "+getEmptyFile("tmp_ch.gif");
    executeCmd(command);

    to make loop indefinitely for further process in an overlay for a video.

    The problem is : when I save the gif which previously had transparency is gone after saving it through FFmpeg command.

    So, how to bring transparency in output gif.
    I have tried

    --> -filter_complex [0]palettegen=reserve_transparent=on[p];[0][p]paletteuse

    --> -gifflags +transdiff

    but none of the solutions is working. It would be really helpful if it could be resolved, thanks !

  • Clipping audio problem on ffmpeg live stream

    20 mars 2019, par Ivan Bombash Stokic

    in 30-40% of the live stream i get some king of distortion or clipping in the streamed audio and i have no idea why, is is only because low hardware performance maybe ? I am running the stream on a Raspberry pi 3b+ CPU usage while streaming from 25 to 30% Ram usage 28% , storage device is a USB pen drive.

    Here is the code :

    ffmpeg -re -f alsa -i default -re -stream_loop -1 -i "/home/pi/Documents/Youtube/video720p.mp4" -c:v copy -c:a aac -f flv -max_muxing_queue_size 400 rtmp://a.rtmp.youtube.com/live2/pfjd-jhjs-k3td-xxxx

    Or i should buffer it before streaming or re-encode the audio before streaming ?

    Thanks in advance !

  • replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS.

    11 mai 2014, par Erik de Castro Lopo
    replaygain_synthesis.h : Fix FLAC_SHARE__MAX_SUPPORTED_CHANNELS.
    

    Was previously hard coded as 2 when it should be FLAC__MAX_CHANNELS.

    Patch-from : lvqcl <lvqcl.mail@gmail.com>

    • [DH] include/share/replaygain_synthesis.h