
Recherche avancée
Médias (91)
-
#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
-
#2 Typewriter Dance
15 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
#1 The Wires
11 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Audio
-
ED-ME-5 1-DVD
11 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Audio
-
Revolution of Open-source and film making towards open film making
6 octobre 2011, par
Mis à jour : Juillet 2013
Langue : English
Type : Texte
Autres articles (20)
-
Ajouter notes et légendes aux images
7 février 2011, parPour pouvoir ajouter notes et légendes aux images, la première étape est d’installer le plugin "Légendes".
Une fois le plugin activé, vous pouvez le configurer dans l’espace de configuration afin de modifier les droits de création / modification et de suppression des notes. Par défaut seuls les administrateurs du site peuvent ajouter des notes aux images.
Modification lors de l’ajout d’un média
Lors de l’ajout d’un média de type "image" un nouveau bouton apparait au dessus de la prévisualisation (...) -
Création définitive du canal
12 mars 2010, parLorsque votre demande est validée, vous pouvez alors procéder à la création proprement dite du canal. Chaque canal est un site à part entière placé sous votre responsabilité. Les administrateurs de la plateforme n’y ont aucun accès.
A la validation, vous recevez un email vous invitant donc à créer votre canal.
Pour ce faire il vous suffit de vous rendre à son adresse, dans notre exemple "http://votre_sous_domaine.mediaspip.net".
A ce moment là un mot de passe vous est demandé, il vous suffit d’y (...) -
Les tâches Cron régulières de la ferme
1er décembre 2010, parLa gestion de la ferme passe par l’exécution à intervalle régulier de plusieurs tâches répétitives dites Cron.
Le super Cron (gestion_mutu_super_cron)
Cette tâche, planifiée chaque minute, a pour simple effet d’appeler le Cron de l’ensemble des instances de la mutualisation régulièrement. Couplée avec un Cron système sur le site central de la mutualisation, cela permet de simplement générer des visites régulières sur les différents sites et éviter que les tâches des sites peu visités soient trop (...)
Sur d’autres sites (8635)
-
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