chros
2nd May 2016, 15:01
I lost in years with this: what's the preferred ways to transcode avs script audio in command line nowdays?
I know that there are gui's (Megui, Behappy) but I want to automate the process in batch script.
The avs script would look like this (just DRC and normalize function):
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\NicAudio.dll")
NicAc3Source("audio.eng.ac3", DRC=1)
Normalize(0.98)
Maybe Bepipe was the tool that I used back in the days (I forgot it completely), I saw avs2pipemod. What shall I use?
Thanks!
I know that there are gui's (Megui, Behappy) but I want to automate the process in batch script.
The avs script would look like this (just DRC and normalize function):
LoadPlugin("C:\Program Files (x86)\MeGUI\tools\avisynth_plugin\NicAudio.dll")
NicAc3Source("audio.eng.ac3", DRC=1)
Normalize(0.98)
Maybe Bepipe was the tool that I used back in the days (I forgot it completely), I saw avs2pipemod. What shall I use?
Thanks!