
Recherche avancée
Médias (91)
-
Les Miserables
9 décembre 2019, par
Mis à jour : Décembre 2019
Langue : français
Type : Textuel
-
VideoHandle
8 novembre 2019, par
Mis à jour : Novembre 2019
Langue : français
Type : Video
-
Somos millones 1
21 juillet 2014, par
Mis à jour : Juin 2015
Langue : français
Type : Video
-
Un test - mauritanie
3 avril 2014, par
Mis à jour : Avril 2014
Langue : français
Type : Textuel
-
Pourquoi Obama lit il mes mails ?
4 février 2014, par
Mis à jour : Février 2014
Langue : français
-
IMG 0222
6 octobre 2013, par
Mis à jour : Octobre 2013
Langue : français
Type : Image
Autres articles (37)
-
Les autorisations surchargées par les plugins
27 avril 2010, parMediaspip core
autoriser_auteur_modifier() afin que les visiteurs soient capables de modifier leurs informations sur la page d’auteurs -
Support de tous types de médias
10 avril 2011Contrairement à beaucoup de logiciels et autres plate-formes modernes de partage de documents, MediaSPIP a l’ambition de gérer un maximum de formats de documents différents qu’ils soient de type : images (png, gif, jpg, bmp et autres...) ; audio (MP3, Ogg, Wav et autres...) ; vidéo (Avi, MP4, Ogv, mpg, mov, wmv et autres...) ; contenu textuel, code ou autres (open office, microsoft office (tableur, présentation), web (html, css), LaTeX, Google Earth) (...)
-
L’utiliser, en parler, le critiquer
10 avril 2011La première attitude à adopter est d’en parler, soit directement avec les personnes impliquées dans son développement, soit autour de vous pour convaincre de nouvelles personnes à l’utiliser.
Plus la communauté sera nombreuse et plus les évolutions seront rapides ...
Une liste de discussion est disponible pour tout échange entre utilisateurs.
Sur d’autres sites (6727)
-
FFmpeg + getID3() : Detect audio's average level volume and change another audio's volume to match it
12 mars 2019, par lukistarI 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.
-
Scaling overlay to match the background video's width while maintaining aspect ratio
29 mars 2023, par rokuI'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 !


-
Best way to convert video from h264 to h265 and copy audio without lose too match quality
9 mai 2021, par user3449922I have some mkv file ripped from blu ray and I like to convert it to h265 with ffmpeg.


I have tried this command :


ffmpeg.exe -i title00.mkv -c:v hevc_nvenc test_2.mkv



and the result seem incredible : original size : 27 GB , output size : 1.6 GB


Francanly I don't expect a similar result that is very strange.


The quality seem similar at the fist look, but I don't belive it.


I ask if there is a better way to preserve the original quality and it is not important if the output size is 4 or 5 GB that is in all cases a excellet result.


I have Nvidia GTX 1060 6GB


Can you suggest me a best way to do it ?