Re: [FFmpeg-user] ffmpeg - Creating output file

2022-04-11 Thread CMG DiGiTaL
‘-y (*global*)’ > > Overwrite output files without asking. > hi François, This command I was already using. It turns out that we have two situations: the message from the ffmpeg command itself and the problem of the explorer creating the duplicate output files with different names. The "-y"

Re: [FFmpeg-user] ffmpeg - Creating output file

2022-04-08 Thread Francois Visagie
Although you seem to have found a workable solution, the following command line option may be useful depending on what you want to achieve: ‘-y (*global*)’ Overwrite output files without asking. *François Visagie* Mobile +44 (7624) 321682 Emailfrancois.visa...@gmail.com

Re: [FFmpeg-user] ffmpeg - Creating output file

2022-04-07 Thread CMG DiGiTaL
Em qui., 7 de abr. de 2022 às 10:55, CMG DiGiTaL escreveu: > I use the command below to generate the LUFS normalization file. Note that > the output file will be generated in the same folder as the renamed input > file. > Command: > > FOR /F "tokens=1,2 delims=," %%b IN ('ffprobe -v 0

[FFmpeg-user] ffmpeg - Creating output file

2022-04-07 Thread CMG DiGiTaL
I use the command below to generate the LUFS normalization file. Note that the output file will be generated in the same folder as the renamed input file. Command: FOR /F "tokens=1,2 delims=," %%b IN ('ffprobe -v 0 -select_streams a -show_entries "stream=sample_fmt,sample_rate" -of "csv=p=0"