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: [FLAC-conversition] How do I add the -V (verify) switch correctly? (Read 2049 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

[FLAC-conversition] How do I add the -V (verify) switch correctly?

Hi!

I'm trying to make Foobar use the "-V" option while converting to .FLAC.

I Exact Audio Copy I use these command line options:
-8 -V -T "artist=%a" -T "title=%t" -T "album=%g" -T "date=%y" -T "tracknumber=%n" -T "genre=%m" %s %d

When I try to manually add that into custom conversion I get this error message:

"1 out of 1 tracks converted with major problems.

Source: "XXX.ape"
  An error occurred while finalizing the encoding process (Object not found) : "d:\XXX.flac"
  Conversion failed: Object not found"

What am I doing wrong here?

Thanks you kindly!

[FLAC-conversition] How do I add the -V (verify) switch correctly?

Reply #1
-8 -V %s -o %d

...works for me. It creates a temp file instead of using piping. Foobar uses its own tagger and you should not include tagging commands.

[FLAC-conversition] How do I add the -V (verify) switch correctly?

Reply #2
-8 -V %s -o %d

...works for me. It creates a temp file instead of using piping. Foobar uses its own tagger and you should not include tagging commands.


Alex:

thanks for a quick reply!

I got it working now!

Have a great weekend!

[FLAC-conversition] How do I add the -V (verify) switch correctly?

Reply #3
You're welcome,

however, I'd like to add that the -V switch can compare only the temporary wave file and the encoded data.

If you want to be absolutely sure that the encoded files contain unchanged audio data you can load the source files and the resulting files to a playlist and run the Binary Comparator tool. Then it would also be unnecessary to include the -V switch (it increases processing time a bit). I do that before I delete the source files when I am converting lossless files to a different lossless format.

The Binary Comparator component is available here: http://www.foobar2000.org/components/view/foo_bitcompare.

Edit: fixed a typo.

[FLAC-conversition] How do I add the -V (verify) switch correctly?

Reply #4
Alex:

thanks once again, just after I posted my previous reply I actually found out about the Binary Comparator Tool. What an excellent feature!

I used it to compare my original .ape files with the new .FLAC-files. It all checked out perfectly, even without the "-V" option.