i use FFmpeg batch to convert flac files to wav files and it is very useful. i have two preset i have to choose for matching the 16 or 24 bits depth.: -c:a pcm_s16le or -c:a pcm_s24le .
But for convert several folders , they have to have the same resolution. It would be a nice option to configure tha conversion is done ONLY IF the bit resolution is 16 for example (or 24) so i could launch a batch conversion of several folders, one time with the '16 preset' which convert only 16 bit files, and i launch it a second time with 24 bit preset for converting the 24 bits files. Regards
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
oh thank you! is it in Filter list items? what is the parameter to choose for filter 16 bits or 24 bits? (i see only parameters relative to video) (maybe the bitrate?)
Last edit: alain thiry 2023-04-12
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
i use FFmpeg batch to convert flac files to wav files and it is very useful. i have two preset i have to choose for matching the 16 or 24 bits depth.: -c:a pcm_s16le or -c:a pcm_s24le .
But for convert several folders , they have to have the same resolution. It would be a nice option to configure tha conversion is done ONLY IF the bit resolution is 16 for example (or 24) so i could launch a batch conversion of several folders, one time with the '16 preset' which convert only 16 bit files, and i launch it a second time with 24 bit preset for converting the 24 bits files. Regards
Hi, thanks for the suggestion. It is a custom development thst, not possible for the moment for lack of time.
You could use the filter feature, filter 16 bit files, encode, then undo filter, filter by 24 bits, and encode again.
oh thank you! is it in Filter list items? what is the parameter to choose for filter 16 bits or 24 bits? (i see only parameters relative to video) (maybe the bitrate?)
Last edit: alain thiry 2023-04-12