colargol7
26th October 2011, 19:09
Hello,
I'm using batch to encode my avisynth scripts to x264. Everything is automated and works perfectly.
It works with 32bits tools: wavi, avs2avi (only to retrieve infos), lame, aften, neroAAC, and x264
Now I'd like to detect which version of avisynth is installed on the computer (32b or 64b) and let the batch choose the appropriate version of mentioned tools.
I founded 64b versions for all of them (thanks to authors) excepted nero.
1. so how can I properly detect the installed version of avisynth with a windows command line?
2. since neroaac 64 doesn't exist, I can't pipe wavi64 to nero to encode audio.
Do you have a suggestion for encoding audio using nero with avisynth 64? (an intermediate script?)
Thanks.
I'm using batch to encode my avisynth scripts to x264. Everything is automated and works perfectly.
It works with 32bits tools: wavi, avs2avi (only to retrieve infos), lame, aften, neroAAC, and x264
Now I'd like to detect which version of avisynth is installed on the computer (32b or 64b) and let the batch choose the appropriate version of mentioned tools.
I founded 64b versions for all of them (thanks to authors) excepted nero.
1. so how can I properly detect the installed version of avisynth with a windows command line?
2. since neroaac 64 doesn't exist, I can't pipe wavi64 to nero to encode audio.
Do you have a suggestion for encoding audio using nero with avisynth 64? (an intermediate script?)
Thanks.