Recherche avancée

Médias (1)

Mot : - Tags -/Christian Nold

Autres articles (100)

  • MediaSPIP 0.1 Beta version

    25 avril 2011, par

    MediaSPIP 0.1 beta is the first version of MediaSPIP proclaimed as "usable".
    The zip file provided here only contains the sources of MediaSPIP in its standalone version.
    To get a working installation, you must manually install all-software dependencies on the server.
    If you want to use this archive for an installation in "farm mode", you will also need to proceed to other manual (...)

  • Multilang : améliorer l’interface pour les blocs multilingues

    18 février 2011, par

    Multilang est un plugin supplémentaire qui n’est pas activé par défaut lors de l’initialisation de MediaSPIP.
    Après son activation, une préconfiguration est mise en place automatiquement par MediaSPIP init permettant à la nouvelle fonctionnalité d’être automatiquement opérationnelle. Il n’est donc pas obligatoire de passer par une étape de configuration pour cela.

  • Des sites réalisés avec MediaSPIP

    2 mai 2011, par

    Cette page présente quelques-uns des sites fonctionnant sous MediaSPIP.
    Vous pouvez bien entendu ajouter le votre grâce au formulaire en bas de page.

Sur d’autres sites (8643)

  • ffplay : change keyboard volume control to logarithmic

    5 février 2017, par Marton Balint
    ffplay : change keyboard volume control to logarithmic
    

    The command line parameter remains linear.

    Signed-off-by : Marton Balint <cus@passwd.hu>

    • [DH] ffplay.c
  • fate : add one select filter test

    17 novembre 2013, par Vittorio Giovara
    fate : add one select filter test
    

    This test selects alternate frames from input.

    • [DH] tests/fate/filter-video.mak
    • [DH] tests/filtergraphs/select-alternate
    • [DH] tests/ref/fate/filter-select-alternate
  • How can I amplify volume with Audacity and ffmpeg ?

    18 octobre 2019, par Christos Hayward

    I have an MP4 recording where the video is present, but much too quiet. What I’ve done before is :

    ffmpeg -i master.mp4 -i amplified.wav -vcodec copy output.mp4

    I’ve tried various permutations, and the output ffmpeg builds is, as viewed by my browser, at the original overly quiet volume. If I load the Audacity-generated .wav, it plays as loudly as intended. (N.B. I have enabled clipping in Audacity, and I have not noticed it to fail at the amplifications I’ve tried with it.) However, the final result seems to retain unaltered the original audio track along in the video.

    How, with present software or other software, can I assign amplified.wav to be the new audio track to master.mp4 in output.mp4 ?