Recherche avancée

Médias (33)

Mot : - Tags -/creative commons

Autres articles (55)

  • Keeping control of your media in your hands

    13 avril 2011, par

    The vocabulary used on this site and around MediaSPIP in general, aims to avoid reference to Web 2.0 and the companies that profit from media-sharing.
    While using MediaSPIP, you are invited to avoid using words like "Brand", "Cloud" and "Market".
    MediaSPIP is designed to facilitate the sharing of creative media online, while allowing authors to retain complete control of their work.
    MediaSPIP aims to be accessible to as many people as possible and development is based on expanding the (...)

  • MediaSPIP v0.2

    21 juin 2013, par

    MediaSPIP 0.2 est la première version de MediaSPIP stable.
    Sa date de sortie officielle est le 21 juin 2013 et est annoncée ici.
    Le fichier zip ici présent contient uniquement les sources de MediaSPIP en version standalone.
    Comme pour la version précédente, il est nécessaire d’installer manuellement l’ensemble des dépendances logicielles sur le serveur.
    Si vous souhaitez utiliser cette archive pour une installation en mode ferme, il vous faudra également procéder à d’autres modifications (...)

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

  • FFmpeg : animate image size to match music loudness

    22 juillet 2019, par skitzo

    This is for a script to generate Instagram video content. I have a script that merges an audio clip, video clip, and a logo centered throughout the whole output video’s duration.

    Goal : make the logo change size to match the audio waveform. The logo should look like it’s reacting to the beat.

    How can I achieve this using FFmpeg ? I don’t know if FFmpeg has this capability. Perhaps I could

    1. Use another library to get a volume array of the audio clip

    2. Generate an array of image sizes for the logo based on that volume array

    3. Read that array with FFmpeg ?

    1 and 2 are definitely possible but I don’t know how to approach step 3.

    Here’s the current command in my script that merges audio, video, logo, and crops the video into a square.

    ffmpeg -i video_path -i logo_path -i audio_path -filter_complex "[0:v]scale=-2:720,crop=500:500[bg];[bg][1:v] overlay=(W-w)/2:(H-h)/2" -      pix_fmt yuv420p -map 0:v -map 2:a -shortest out_path
  • ffmpeg Loop the short video so it can match the duration of the a long audio [closed]

    16 avril 2024, par andrew cummins

    I have a list of mp4 files and mp3 files in a directory. I need the following

    


      

    1. loop the short mp4 so it can match the duration of the mp3 file
    2. 


    3. export mp4 file with new audio.
    4. 


    5. But we want the mp4 in portrait mode.
    6. 


    


    ffmpeg -stream_loop -1 -i video.mp4 -i audio.mp3 -map 0:v -map 1:a -preset slow -shortest -movflags +faststart output.mp4


    


    I have this code in ffmpeg, but i would need to have output in portrait mode.

    


    the code works, but the issue is having the video output in portrait mode without stretching the video.

    


  • Revision d82eb9d195 : Match unsigned types Fixes build warning in MSVC : vp9\vp9_dx_iface.c(420) : war

    29 avril 2013, par Johann

    Changed Paths :
     Modify /vp9/vp9_dx_iface.c



    Match unsigned types

    Fixes build warning in MSVC :
    vp9\vp9_dx_iface.c(420) : warning C4018 : '<' : signed/unsigned mismatch
    vp9\vp9_dx_iface.c(423) : warning C4018 : '<' : signed/unsigned mismatch

    Change-Id : Ia238071aee94b2f882c1e74c380adc3df506dfb6