Title says most of it . I have an old version of foobar2000 and want to use it to further compress my old FLAC files using FLAC 1.1.3 . F2k 0.8.3 uses diskwriter, not converter, and insists on using libFLAC1.1.2 for its flac encoder presets, regardless of the fact that I have only flac.exe 1.1.3 installed. Anyway I've got the reencoding mostly figured out -- I created a new commandline encoder preset in foobar, pointed it at my flac.exe, and used these switches in the foobar 'parameters' window
- -8 -V -f -o %d
which creates a new flac file with all the old tags. However , -f doesn't seem to delete the input (old) flac file .
I also notice a weird thing,if I replace "-" (stdin as per flac documentation) with "%s" (temporary input file as per foobar) I get diffrent size output files. The one that involves a temporary input file (%s), a .wav.tmp file
that appears in the destination folder briefly and the deletes itself, results in a smaller file than "-" as input.
e.g.
original flac file (v1.1.0): 20,121 KB
foobar8.3/flac 1.1.3 w "-" as input: 19,753
foobar8.3/flac 1.1.3 w "%s" as input: 19,676
Can anyone explain how to force deletion of the input file in the old version of foobar, and also why Im getting two different filesizes from the same original file?
