Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-04-26 Thread CMG DiGiTaL
> > You said: > *-report file=test.log:level=16* the character * on the commandline > causes ffmpeg to look at this as a outputfile specification to put > decoded results in, as nothing is specified about how to decode it it > tries to guess what codecs to use on the extension. Naturally this does

Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-04-26 Thread CMG DiGiTaL
there is no * in my code, this appears because I put the command in bold to highlight it!... how do I escape the colon? Em sáb., 24 de fev. de 2024 às 17:25, Carl Zwanzig escreveu: > On 2/24/2024 9:16 AM, CMG DiGiTaL wrote: > > [NULL @ 02738af86200] Unable to find a suitable output format

Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-04-25 Thread Ferdi Scholten
On 25-04-2024 09:10, CMG DiGiTaL wrote: OK, but how to make the names of the log files, which will be generated in the Normalizando_lufs folder, match the names of the mp3 audios, e.g.: Blalala.log Cracrcra.log Dedede.log Rename them after they have been created, but before starting the next co

Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-04-25 Thread CMG DiGiTaL
OK, but how to make the names of the log files, which will be generated in the Normalizando_lufs folder, match the names of the mp3 audios, e.g.: Blalala.log Cracrcra.log Dedede.log ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org https://ffmpeg.org/ma

Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-04-23 Thread Ferdi Scholten
On 24-04-2024 00:57, CMG DiGiTaL wrote: Em sáb., 24 de fev. de 2024 às 17:25, Carl Zwanzig escreveu: Always start by posting the complete ffmpeg command and unedited output, that way we don't have to guess about what the script is doing. z! ___ M

Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-04-23 Thread CMG DiGiTaL
Em sáb., 24 de fev. de 2024 às 17:25, Carl Zwanzig escreveu: > Always start by posting the complete ffmpeg command and unedited output, > that way we don't have to guess about what the script is doing. > > z! > ___ > > My bat file will read several mp3

Re: [FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-02-24 Thread Carl Zwanzig
On 2/24/2024 9:16 AM, CMG DiGiTaL wrote: [NULL @ 02738af86200] Unable to find a suitable output format for 'file=log.txt:level=16' file=log.txt:level=16: Invalid argument "log.txt:level=16" is not a valid filename here (you're on windoze, I assume), you may need to escape the colon or

[FFmpeg-user] How to create error log file ffmpeg Loudnorm?

2024-02-24 Thread CMG DiGiTaL
hi, I created a bat file where I enter the LUFS values to cover several audio files in a folder. However, I would like to generate an error log file. I used the command -report file=log.txt:level=16. see below the command in my bat file: md "C:\Users\%username%\Desktop\Normalizing_lufs" pushd "%