
Recherche avancée
Médias (33)
-
Stereo master soundtrack
17 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
#7 Ambience
16 octobre 2011, par
Mis à jour : Juin 2015
Langue : English
Type : Audio
-
#6 Teaser Music
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#5 End Title
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#3 The Safest Place
16 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#4 Emo Creates
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
Autres articles (55)
-
Keeping control of your media in your hands
13 avril 2011, parThe 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, parMediaSPIP 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, parPar 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 skitzoThis 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
-
Use another library to get a volume array of the audio clip
-
Generate an array of image sizes for the logo based on that volume array
-
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 cumminsI have a list of mp4 files and mp3 files in a directory. I need the following


- 

- loop the short mp4 so it can match the duration of the mp3 file
- export mp4 file with new audio.
- But we want the mp4 in portrait mode.








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 JohannChanged Paths :
Modify /vp9/vp9_dx_iface.c
Match unsigned typesFixes 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 mismatchChange-Id : Ia238071aee94b2f882c1e74c380adc3df506dfb6