Recherche avancée

Médias (16)

Mot : - Tags -/mp3

Autres articles (52)

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

  • Problèmes fréquents

    10 mars 2010, par

    PHP et safe_mode activé
    Une des principales sources de problèmes relève de la configuration de PHP et notamment de l’activation du safe_mode
    La solution consiterait à soit désactiver le safe_mode soit placer le script dans un répertoire accessible par apache pour le site

  • Récupération d’informations sur le site maître à l’installation d’une instance

    26 novembre 2010, par

    Utilité
    Sur le site principal, une instance de mutualisation est définie par plusieurs choses : Les données dans la table spip_mutus ; Son logo ; Son auteur principal (id_admin dans la table spip_mutus correspondant à un id_auteur de la table spip_auteurs)qui sera le seul à pouvoir créer définitivement l’instance de mutualisation ;
    Il peut donc être tout à fait judicieux de vouloir récupérer certaines de ces informations afin de compléter l’installation d’une instance pour, par exemple : récupérer le (...)

Sur d’autres sites (4707)

  • Filtering audio with custom FFMPEG afftdn filter

    30 décembre 2020, par bleepbloopbleep

    I want to use the afftdn filter in FFMPEG with the custom filter.

    


    If I set 'nt' to 'c' I can add a custom 15 band noise profile.

    


    However I can't find any examples of this online. Does anyone have any experience ?

    


  • Using FFMPEG to automatically set a single max filesize across multiple different sized files

    14 juin 2020, par DuffCreeper

    I don't really know how to word it any better but I'm trying to convert WEBM/GIF to MP4 with no sound

    



    The problem I'm facing is retaining the quality without having to sacrifice it across multiple files by having to resize them to 420p

    



    The idea was to hopefully somehow get FFMPEG to automatically determine the bitrate required for the file to hit the filesize of 10mb. Though I have looked everywhere online and I have not found a single answer regarding it, so either it's not possible or I'm blind

    


  • Can you crop a photo to fit a circle using ffmpeg ?

    11 septembre 2021, par L04DB4L4NC3R

    I know that ffmpeg is very advanced and can be used to crop both photos and videos in order to rescale them. Bit mostly everything I've come across online uses the X and Y coordinates to crop a photo in ffmpeg. How can we use this to crop a photo in the form of a circle rather than a rectangle ?