I have been using dBpoweramp for just over a month now. It's now one of the small number of tools I use every day. I use dBpoweramp primarily as a tool for adding, deleting and editing infotags in wav files. In particular I am interested in using dBpoweramp from the command line (cmd.exe using winXP Pro). I have been looking for a tool to edit tags in place (i.e. without copying to a new file). I've playing around with dBpoweramp for the past few days and have arrived at the following string, which seems to work
CoreConverter -infile="%infile%" -outfile="%infile%" -convert_to="Wave" -tag="tag1=value" -tag="tag2=value" etc.
setting the infile and outfile to the same value allows me to do in place editing, whilst setting the convert_to value to Wave means no change.
I have tested the files after editing and can see no change in sample count (wavecompare.exe form Karsten Ensinger - http://www.mrichter.com/cdr/files/wavecomp.zip - has been an invaluable tool here).
I am working with a body of 900+hrs archive material broken down into some 1800+ wav files. I have supporting metadata in an xml database which I would like to write as RIFF info tags.
I can use xslt to write a script to write tag info using the syntax indicated above. My question then has be, is this method 100% reliable; is this the best way to perform in place editing of RIFF tags; are there other (better?) ways do do command line editing of RIFF tags?
CoreConverter -infile="%infile%" -outfile="%infile%" -convert_to="Wave" -tag="tag1=value" -tag="tag2=value" etc.
setting the infile and outfile to the same value allows me to do in place editing, whilst setting the convert_to value to Wave means no change.
I have tested the files after editing and can see no change in sample count (wavecompare.exe form Karsten Ensinger - http://www.mrichter.com/cdr/files/wavecomp.zip - has been an invaluable tool here).
I am working with a body of 900+hrs archive material broken down into some 1800+ wav files. I have supporting metadata in an xml database which I would like to write as RIFF info tags.
I can use xslt to write a script to write tag info using the syntax indicated above. My question then has be, is this method 100% reliable; is this the best way to perform in place editing of RIFF tags; are there other (better?) ways do do command line editing of RIFF tags?
Comment