Option | Description |
---|---|
1 | Starts the normalization process for the specified audio file. |
D | Shows the contents of the directory where the batch file is located, sorted by name and including date and file extension. |
Q | Quits the program. |
If you select option D, the contents of the directory where the batch file is located will be displayed. The contents are sorted alphabetically by name and show the date and file extension.
You can mark the filename with the mouse and copy it either with right-click or with CTRL+C.
-af loudnorm=I=-10:TP=-1 -ar 48000 -ac 2 -c:a pcm_f32le
.FFmpeg is a powerful tool for processing multimedia files. Here are some useful commands beyond those used in this batch file:
ffmpeg -i input.mp4 output.avi
- Converts an MP4 file to AVI.ffmpeg -i input.mp4 -vf "scale=1280:720" output.mp4
- Resizes a video to 1280x720 pixels.ffmpeg -i input.mp4 -ss 00:00:30 -to 00:01:00 -c copy output.mp4
- Cuts a 30-second clip from a video file.This batch file was created by Andreas 'melcom' Urban and is free and open for anyone to modify and share.
If you have any questions, you can contact melcom through the following link: Contact Form