Taperssection.com

Gear / Technical Help => Post-Processing, Computer / Streaming / Internet Devices & Related Activity => Topic started by: gdplusmore on September 17, 2008, 10:18:21 PM

Title: shntool conv Module - help
Post by: gdplusmore on September 17, 2008, 10:18:21 PM
 I am experimenting converting some of my masters which I did in shn to flac and would like to use shntool conv module,
so far it seems to work well with the below command. 

shntool conv -o cust ext=flac '{' flac -8 -o %%f - '}' *.shn 

Shn File  =  Bennett Harris Solo 8-15-08d1t01.shn

Result    =  %Bennett Harris Solo 8-15-08d1t01.flac

My question is what is causing the % to append to the beginning of the file name ?  And can it be eliminated ?

Thanks
Briain
Title: Re: shntool conv Module - help
Post by: MattD on September 18, 2008, 06:56:48 AM
Looks like it's having "%%f" rather than "%f" in your output string.

But why not use: shntool conv -o flac *.shn for all files in a folder?
Title: Re: shntool conv Module - help
Post by: scb on September 18, 2008, 08:14:42 AM
he can do a flac level 8 with shntool's custom output format.
Title: Re: shntool conv Module - help
Post by: gdplusmore on September 18, 2008, 09:24:46 AM
Thanks Mattd....I will try it tonight when I get home...