Recherche avancée

Médias (91)

Autres articles (2)

  • Menus personnalisés

    14 novembre 2010, par

    MediaSPIP utilise le plugin Menus pour gérer plusieurs menus configurables pour la navigation.
    Cela permet de laisser aux administrateurs de canaux la possibilité de configurer finement ces menus.
    Menus créés à l’initialisation du site
    Par défaut trois menus sont créés automatiquement à l’initialisation du site : Le menu principal ; Identifiant : barrenav ; Ce menu s’insère en général en haut de la page après le bloc d’entête, son identifiant le rend compatible avec les squelettes basés sur Zpip ; (...)

  • Mise à disposition des fichiers

    14 avril 2011, par

    Par défaut, lors de son initialisation, MediaSPIP ne permet pas aux visiteurs de télécharger les fichiers qu’ils soient originaux ou le résultat de leur transformation ou encodage. Il permet uniquement de les visualiser.
    Cependant, il est possible et facile d’autoriser les visiteurs à avoir accès à ces documents et ce sous différentes formes.
    Tout cela se passe dans la page de configuration du squelette. Il vous faut aller dans l’espace d’administration du canal, et choisir dans la navigation (...)

Sur d’autres sites (3323)

  • Run ffmpeg multiple commands

    27 novembre 2015, par Niks

    Im using this ffmpeg command to convert mp3 to wav :

    ffmpeg -i audio.mp3 -acodec libmp3lame -ab 64k -ar 16000 audio.wav

    and this command to create waveform from audio.wav :

    wav2png --foreground-color=ffb400aa --background-color=2e4562ff -o example4.png papa2.wav

    I would love to know, how to run this commands multiple ? For example, when conversion from .mp3 to .wav is done, then run the wav2png command.

    Thank You !

  • FFMPEG C audio noise reduction with SoX

    13 octobre 2015, par Nghĩa Trương Thanh

    I write a program use FFmpeg library to record audio from input device and push it to live streaming server. But actually I have a lot of background noise in my audio stream(fan, wind, machine).

    I see that SoX has noiseprof to get noise profile and noisered to remove noise. Can I implement a real-time noise gate to filter audio base on ffmpeg and SoX. For example, I record audio from input with ffmpeg, and then process audio frame with sox. I have try a lot to implement SoX algorithm but It’s not working as well.

    Thanks.

  • ffmpeg encoding sample wanted ?

    24 juin 2015, par Rella

    I found this tutorial about ffmpeg the thing i do not get is how to encode video.

    can any one, please provide a tutorial.. with explanations for that ? (not that i dont get this official one but i’d love to see more comments)