Recherche avancée

Médias (91)

Autres articles (82)

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

  • Le profil des utilisateurs

    12 avril 2011, par

    Chaque utilisateur dispose d’une page de profil lui permettant de modifier ses informations personnelle. Dans le menu de haut de page par défaut, un élément de menu est automatiquement créé à l’initialisation de MediaSPIP, visible uniquement si le visiteur est identifié sur le site.
    L’utilisateur a accès à la modification de profil depuis sa page auteur, un lien dans la navigation "Modifier votre profil" est (...)

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

  • How to have steeper audio filters in ffmpeg

    15 juin 2020, par weiver23

    I want to low pass filter an audio piece with ffmpeg using different steepnesses of the filter.
How do I do this.

    



    I tried it using this format :

    



    for %%f in (srcs\*.flac) do ffmpeg -i %%f -af "lowpass=f=500=w=0.5" low\%%~nf_low1.flac


    



    Thanks in advance !

    


  • ffmpeg - convert JPG to video [on hold]

    8 mars 2014, par Ashish

    I need to convert 5 jpg files to a single video.
    I need to use ffmpeg.exe for that.

    Please help me out to find the correct command.

    My requirement is as follows :

    There are 5 jpg files in this folder.
    Each jpg should be displayed for 5 seconds, making it a 25 seconds video.

    Thanks in Advance.

  • Using FFmpeg with Direct Show

    1er mai 2013, par rreeves

    I have a problem using DirectShow for HD video streams from IP cameras. Direct Show does not seem to support HD video. I was thinking of using FFmpeg to grab the RTSP stream from the camera and pipe it to direct show. I'm wondering if this will produce HD video ? If not do you have any suggestions ?

    Thanks in Advance