
Recherche avancée
Médias (5)
-
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
-
Valkaama DVD Cover Outside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
-
Valkaama DVD Label
4 octobre 2011, par
Mis à jour : Février 2013
Langue : English
Type : Image
-
Valkaama DVD Cover Inside
4 octobre 2011, par
Mis à jour : Octobre 2011
Langue : English
Type : Image
Autres articles (75)
-
Websites made with MediaSPIP
2 mai 2011, parThis page lists some websites based on MediaSPIP.
-
Personnaliser en ajoutant son logo, sa bannière ou son image de fond
5 septembre 2013, parCertains thèmes prennent en compte trois éléments de personnalisation : l’ajout d’un logo ; l’ajout d’une bannière l’ajout d’une image de fond ;
-
Ecrire une actualité
21 juin 2013, parPrésentez les changements dans votre MédiaSPIP ou les actualités de vos projets sur votre MédiaSPIP grâce à la rubrique actualités.
Dans le thème par défaut spipeo de MédiaSPIP, les actualités sont affichées en bas de la page principale sous les éditoriaux.
Vous pouvez personnaliser le formulaire de création d’une actualité.
Formulaire de création d’une actualité Dans le cas d’un document de type actualité, les champs proposés par défaut sont : Date de publication ( personnaliser la date de publication ) (...)
Sur d’autres sites (9977)
-
How to convert flv format into .mp4 format using FFMPEG in php
23 mars 2017, par Rama LingamHere I am try to convert
.flv
video format into.mp4
format.
File converted with zero size and it’s not played.I need to successfully convert that file using
FFMPEG
./* Convert type to .mp4 */
exec("ffmpeg -i input.flv -vcodec copy -acodec copy output.mp4;");Thanks for your advice !
-
Using FFmpeg or Similar to Normalize audio in a video to EBU R128 standard
12 mai 2020, par MrNeedHelpPleaseThis is my first time here on stack overflow asking question.



I am stuck and really struggling with this. I am trying to make some of my MXF video files to be EBU r128 standard for its audio.



This means that it has to be -23 and not higher than 0.5.



My current process



Watch_folder > Encoding to MXF > Output_folder



I need to makesure when its comes to output folder, those MXF files are EBU R128 Loudness compliant.



What I have done so Far :



FFMPEG :



ffmpeg -i input.mxf -af loudnorm=I=-23:LRA=7:tp=-2:print_format=json -f null -



got the result :



Input Integrated : -15.1 LUFS
Input True Peak : +0.0 dBTP
Input LRA : 17.1 LU
Input Threshold : -26.2 LUFS



Output Integrated : -17.1 LUFS
Output True Peak : -1.5 dBTP
Output LRA : 5.3 LU
Output Threshold : -27.6 LUFS



Normalization Type : Dynamic
Target Offset : +1.1 LU



then i did



ffmpeg -i input.mxf -af loudnorm=I=-23:LRA=7:tp=-2:measured_I=-15.1:measured_LRA=17.1:measured_tp=0:measured_thresh=-27.6:offset=1.1 -ar 48k -y output.mxf



However, when i put it through the software
Eff
, it says that its not EBU compliant.


*EDIT :
This also reduces the quality. for example ; my 6 Gb becomes 250 MB and you can tell the quality downgraded



ffmpeg-normalize



I did the following



ffmpeg-normalize input.mxf -c:a pcm_s32le -ar 48000 -o output.mxf

but this gives me errors.


if i do it without the output file type, i get a mkv which will not work for me. i need it to be mxf.


-
build : more fine-grained dependencies for documentation build tools
22 novembre 2013, par Diego Biurrun