Re: [FFmpeg-user] HOW TO APPLY LOUDNESS R128 PROFILE

2020-09-24 Thread Marco Mircoli
Thank you! Il giorno gio 24 set 2020 alle ore 09:54 Paul B Mahol ha scritto: > On Wed, Sep 23, 2020 at 03:30:25PM +0200, Marco Mircoli wrote: > > Thanks Motitz, > >this is a one pass norm. > > Is there a way to implement 2 pass? > > Yes there is a way, you can search google among other thin

Re: [FFmpeg-user] HOW TO APPLY LOUDNESS R128 PROFILE

2020-09-24 Thread Paul B Mahol
On Wed, Sep 23, 2020 at 03:30:25PM +0200, Marco Mircoli wrote: > Thanks Motitz, >this is a one pass norm. > Is there a way to implement 2 pass? Yes there is a way, you can search google among other things. First run loudnorm to get report of loudness values, after that use that reported value

Re: [FFmpeg-user] HOW TO APPLY LOUDNESS R128 PROFILE

2020-09-23 Thread Marco Mircoli
Thanks Motitz, this is a one pass norm. Is there a way to implement 2 pass? Thanks. S. Il giorno mer 23 set 2020 alle ore 14:42 Moritz Barsnick ha scritto: > On Wed, Sep 23, 2020 at 14:16:31 +0200, Marco Mircoli wrote: > > Just bought a php script that use ffmpeg. > > I hope it's worth it. ;

Re: [FFmpeg-user] HOW TO APPLY LOUDNESS R128 PROFILE

2020-09-23 Thread Moritz Barsnick
On Wed, Sep 23, 2020 at 14:16:31 +0200, Marco Mircoli wrote: > Just bought a php script that use ffmpeg. I hope it's worth it. ;) > this is the line > $shell = shell_exec("$ffmpeg_b -i $audio_file_full_path -map 0:a:0 -b:a > 96k $audio_output_mp3 2>&1"); > > I'm wondering if it is possible to

[FFmpeg-user] HOW TO APPLY LOUDNESS R128 PROFILE

2020-09-23 Thread Marco Mircoli
Hello', I'm a newbie. Just bought a php script that use ffmpeg. it converts to mp3/96 all media uploaded in a unique format. this is the line $shell = shell_exec("$ffmpeg_b -i $audio_file_full_path -map 0:a:0 -b:a 96k $audio_output_mp3 2>&1"); I'm wondering if it is possible to include in