Recherche avancée

Médias (91)

Autres articles (112)

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

  • Configurer la prise en compte des langues

    15 novembre 2010, par

    Accéder à la configuration et ajouter des langues prises en compte
    Afin de configurer la prise en compte de nouvelles langues, il est nécessaire de se rendre dans la partie "Administrer" du site.
    De là, dans le menu de navigation, vous pouvez accéder à une partie "Gestion des langues" permettant d’activer la prise en compte de nouvelles langues.
    Chaque nouvelle langue ajoutée reste désactivable tant qu’aucun objet n’est créé dans cette langue. Dans ce cas, elle devient grisée dans la configuration et (...)

  • XMP PHP

    13 mai 2011, par

    Dixit Wikipedia, XMP signifie :
    Extensible Metadata Platform ou XMP est un format de métadonnées basé sur XML utilisé dans les applications PDF, de photographie et de graphisme. Il a été lancé par Adobe Systems en avril 2001 en étant intégré à la version 5.0 d’Adobe Acrobat.
    Étant basé sur XML, il gère un ensemble de tags dynamiques pour l’utilisation dans le cadre du Web sémantique.
    XMP permet d’enregistrer sous forme d’un document XML des informations relatives à un fichier : titre, auteur, historique (...)

Sur d’autres sites (10000)

  • FFMPEG Amix filter volume is not constant

    24 mars 2017, par HernanLeandro

    I’m having an issue with FFMPEG and amix filter. Turns out that the volume ins’t constant, the generated audio starts with a lower volume and after each mixed sound ends the volume is higher and higher. I’m having a headache right now hahaha.

    I’m adding the sounds over base.mp3 that is input 0.

    Thank’s !

    Here’s an example of a command line :

    ffmpeg -i /Applications/MAMP/htdocs/public/audio/base.mp3
          -i /Applications/MAMP/htdocs/public/audio/n7.mp3
          -i /Applications/MAMP/htdocs/public/audio/n7.mp3
          -i /Applications/MAMP/htdocs/public/audio/n7.mp3
          -i /Applications/MAMP/htdocs/public/audio/n7.mp3
          -i /Applications/MAMP/htdocs/public/audio/n7.mp3
    -filter_complex
    "[0:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=mono,atrim=end=30[tud0];
    [tud0]volume=1[aud0];
     [1:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=mono,atrim=end=0.944[bud1];
    [bud1]adelay=1544[aud1];
    [2:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=mono,atrim=end=0.215[bud2];
    [bud2]adelay=2488[aud2];
    [3:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=mono,atrim=end=0.2[bud3];
    [bud3]adelay=2703[aud3];
    [4:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=mono,atrim=end=0.209[bud4];
    [bud4]adelay=2903[aud4];
    [5:a]aformat=sample_fmts=fltp:sample_rates=44100:channel_layouts=mono[bud5];
    [bud5]adelay=3112[aud5];
    [aud0][aud1][aud2][aud3][aud4][aud5]amix=inputs=6:duration=first:dropout_transition=0,dynaudnorm"
    -map 0:a -c:a libmp3lame /Applications/MAMP/htdocs/public/server/temp/c685db3c87e801d049d13d702d9a0ddd.mp3
  • 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 ?

  • 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