Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: lossyWAV 1.4.0 Released (Read 78577 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

lossyWAV 1.4.0 Released

Reply #100
Addendum:
For clarification: I meant a tag that is not present in the audio source file.

lossyWAV 1.4.0 Released

Reply #101
Maybe a feature request for converter in f2k? Add a user defined tag to the converted files.


.... or simply click on one track in the converter output dislog box, CTRL-A, right-click, properties, first tab, double click in a free cell at the bottom left, enter "lossyWAV settings" in the "Field name:" field, select Single Value, enter the settings themselves in the "Single Value" field. Not as clean as adding a tag automatically - but possible now.
lossyWAV -q X -a 4 -s h -A --feedback 2 --limit 15848 --scale 0.5 | FLAC -5 -e -p -b 512 -P=4096 -S- (having set foobar to output 24-bit PCM; scaling by 0.5 gives the ANS headroom to work)

lossyWAV 1.4.0 Released

Reply #102
As suggested earlier by Case, I do it like that:
In foobar's converter settings, edit the FLAC output format setting you use with LossyWAV where you change encoder to "Custom".
Then add this string to parameters line: -T "LossyWav-Setting=Processed with lossyWAV (standard)" (or the switches you used).
This will add a custom tag "LossyWav-Setting" to your LossyFLAC files after encoding.

lossyWAV 1.4.0 Released

Reply #103
The way I do it.
Code: [Select]
/D /C d:\tools\foobar2000\lossywav\lossyWAV  - --quality high --silent --stdout|d:\tools\foobar2000\flac - -b 512 --tag "lossywav profile=high" -8 -s -o%d --ignore-chunk-sizes

lossyWAV 1.4.0 Released

Reply #104
Thanks for all your help and support.