Hi all,
I'm trying to encode from various sources; wav, flac and WMA lossless to mp3 via the command line. The following works fine...
CoreConverter.exe -infile="D:\temp\source.wma" -outfile="D:\temp\source.mp3" -convert_to="mp3 (Lame)" -b 320
However no id3 tags are added to the file. I would like to add blank id3v2 and id3v1 tags to the file and be able to specify id3v2 padding size (for future cover art file)
lame has options for this "--add-id3v2 --pad-id3v2-size 65536" but I cannot find a means to get dbpoweramp to set these options.
Any thoughts?
Thanks
Peter Townsend
I'm trying to encode from various sources; wav, flac and WMA lossless to mp3 via the command line. The following works fine...
CoreConverter.exe -infile="D:\temp\source.wma" -outfile="D:\temp\source.mp3" -convert_to="mp3 (Lame)" -b 320
However no id3 tags are added to the file. I would like to add blank id3v2 and id3v1 tags to the file and be able to specify id3v2 padding size (for future cover art file)
lame has options for this "--add-id3v2 --pad-id3v2-size 65536" but I cannot find a means to get dbpoweramp to set these options.
Any thoughts?
Thanks
Peter Townsend
Comment