Recherche avancée

Médias (91)

Autres articles (43)

  • 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 ;

  • 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

  • Submit bugs and patches

    13 avril 2011

    Unfortunately a software is never perfect.
    If you think you have found a bug, report it using our ticket system. Please to help us to fix it by providing the following information : the browser you are using, including the exact version as precise an explanation as possible of the problem if possible, the steps taken resulting in the problem a link to the site / page in question
    If you think you have solved the bug, fill in a ticket and attach to it a corrective patch.
    You may also (...)

Sur d’autres sites (5641)

  • What is the difference between a stream and channel in ffmpeg ?

    16 septembre 2022, par Thomas Bratt

    The documentation refers to streams but it is not clear if an audio channel is a stream or whether a stream contains multiple audio channels.

    


  • YouTube-dl - How to pass template fields to the postprocessor ?

    2 février 2019, par Sweeney Todd

    I am trying to set the playlist name to the album field, using the --postprocessor-args option (using ffmpeg) :

    youtube-dl -f bestaudio -x --audio-format mp3 --add-metadata --metadata-from-title "%(artist)s - %(title)s" --postprocessor-args "-metadata album=%(playlist)s" PLyIFQr1wryPJ-yUyeBcansxX093B9ug4y

    Artist and title fields are set correctly as expected,
    However, the %(playlist)s field is not replaced with the correct playlist name, but instead it is directly passed to ffmpeg, so the album field is set to %(playlist)s (literally).

    Is there a way to fix this problem ?

  • Is there a way to scale an avi using ffmpeg while keeping the videos alpha channel ?

    25 septembre 2016, par Megumiaraki

    I have been trying to change the scale of an avi but also keep the alpha channel. Also the video needs to open in after effects but when I try to open it I get the error below. I have this running in a for loop to work for all the videos in the folder.

    ffmpeg -i %%X -vf scale=!newWidth!:!newHeight! -pix_fmt bgra -r 24 -c:v rawvideo "resized\%%X"

    It seems to work but when I try to test the alpha channel in After Effects I get the error below :

    The item has an `unlabeled alpha Channel`....

    If I select the Straight-Unmatted (option).....

    I get the error :

    After Effects error :(error(4) reading frame from file (86::2)

    Any help would be great !