Recherche avancée

Médias (91)

Autres articles (70)

  • 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

  • ANNEXE : Les plugins utilisés spécifiquement pour la ferme

    5 mars 2010, par

    Le site central/maître de la ferme a besoin d’utiliser plusieurs plugins supplémentaires vis à vis des canaux pour son bon fonctionnement. le plugin Gestion de la mutualisation ; le plugin inscription3 pour gérer les inscriptions et les demandes de création d’instance de mutualisation dès l’inscription des utilisateurs ; le plugin verifier qui fournit une API de vérification des champs (utilisé par inscription3) ; le plugin champs extras v2 nécessité par inscription3 (...)

  • Participer à sa documentation

    10 avril 2011

    La documentation est un des travaux les plus importants et les plus contraignants lors de la réalisation d’un outil technique.
    Tout apport extérieur à ce sujet est primordial : la critique de l’existant ; la participation à la rédaction d’articles orientés : utilisateur (administrateur de MediaSPIP ou simplement producteur de contenu) ; développeur ; la création de screencasts d’explication ; la traduction de la documentation dans une nouvelle langue ;
    Pour ce faire, vous pouvez vous inscrire sur (...)

Sur d’autres sites (8761)

  • how to install ffmpeg in microsoft fabric [closed]

    15 juillet 2024, par Mango

    I am running a python script on Microsoft fabric notebook using the pydub library, which relies on external audio handling utilities like ffmpeg, to split MP3 files. The ffmpeg utility is not a Python package and must be installed separately in my environment. I use following code

    


    import os

# Set the path to the ffmpeg binaries
ffmpeg_path = "/lakehouse/default/Files/Bronze/Model/test/ffmpeg"
os.environ["PATH"] += os.pathsep + ffmpeg_path

# Verify the PATH environment variable
print(os.environ["PATH"])

# Verify that the binaries are accessible
!ffmpeg -version


    


    but I get error as

    


    /usr/bin/sh: line 1: ffmpeg: command not found


    


    How should I install ffmpeg in microsoft fabric ?

    


  • FFMPEG loudnorm ruins audio dynamics

    5 décembre 2020, par storror

    I've been trying to write a small python script to batch normalize
audio streams by LUFS. I'm using the two pass version of FFMPEGs
loudnorm filter, however no matter how I set up the parameters for
it, in the end result there's a drastic difference in loudness
between the beginning and the end of the audio stream. In linear
mode there is no problem, but i think the dynamic mode should be the
core of the whole filter.
    
My parameters :
    
IL_TARGET = -18dB
    
LRA_TARGET = 8dB
    
TP_TARGET = -2dB

    


    Input Integrated : -35.7 LUFS
    
Input True Peak : -12.9 dBTP
    
Input LRA : 4.5 LU
    
Input Threshold : -46.2 LUFS
    
Output Integrated : -18.0 LUFS
    
Output True Peak : -2.0 dBTP
    
Output LRA : 3.8 LU
    
Output Threshold : -28.6 LUFS

    


    Normalization Type : Dynamic
    
snip of the end result

    


    What causes this problem ? Is there anyway to solve it ?

    


  • Revision 4210 : mini bug

    18 octobre 2010, par kent1 — Log

    mini bug