Recherche avancée

Médias (0)

Mot : - Tags -/xmlrpc

Aucun média correspondant à vos critères n’est disponible sur le site.

Autres articles (103)

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

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

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

Sur d’autres sites (10084)

  • Scaling overlay to match the background video's width while maintaining aspect ratio

    29 mars 2023, par roku

    I'm trying to achive the effect described in the title. But I can't really figure it out. I made a command which almost does what I want it to do but the overlay is still bigger than the background for some reason beyond my understanding.

    


    For more context, the background video has an aspect ratio of 9:16 and the overlay video is always exactly 950 pixels wide.

    


    Here is my command :

    


    ffmpeg -i gameplay.mp4 -i merged.mp4 -i merged.wav -filter_complex "[0:v]crop=ih*(9/16):ih[backgr];[1:v]scale=-2:-2[ovrl];[backgr][ovrl]overlay=(W-w)/2:(H-h)/2[outv]" -map [outv] -map 2:a -shortest test.mp4


    


    Any help is welcome !

    


  • FFmpeg + getID3() : Detect audio's average level volume and change another audio's volume to match it

    12 mars 2019, par lukistar

    I have two audio files.

    First audio could be anything.

    Second audio is always wav file, that contains sequence of silence(well I used adelay to create it)( 15 seconds) speech( 1 second) .. silence .. speech etc.

    I am using amix to combine them, but I need to adjust second audio to match the volume level of the first audio for best results.

    So first I need to detect the average volume level of the first audio and then change the volume level of the second.

    Any idea how to do that using ffmpeg(or even easier for me using getID3) ? Thanks.

  • Adjust printf conversion specifiers to match variable signedness

    15 décembre 2015, par Diego Biurrun
    Adjust printf conversion specifiers to match variable signedness
    
    • [DBH] libavcodec/dnxhddec.c
    • [DBH] libavcodec/dvdec.c
    • [DBH] libavcodec/dxv.c
    • [DBH] libavcodec/fraps.c
    • [DBH] libavcodec/txd.c
    • [DBH] libavformat/mov.c
    • [DBH] libavformat/rtpdec_jpeg.c
    • [DBH] libavformat/rtpdec_xiph.c
    • [DBH] libavformat/rtpenc.c
    • [DBH] libswscale/tests/swscale.c