Lines Matching refs:input_file
124 input_file = os.path.normpath(os.path.expanduser(args[1]))
134 # check readability of input_file
135 status = os.access(input_file, os.R_OK)
137 Usage(input_file + " not readable")
170 basename = replace(input_file, ".wav", "")
188 cmd = lame1 + " --quiet " + line + " " + input_file + " " + name1
191 print "input: ", input_file
201 print "input: ", input_file
203 cmd = lame1 + " --quiet " + line + " " + input_file + " " + name2
213 print "input: ", input_file
214 cmd1 = lame1 + " --quiet " + line + " " + input_file + " " + name1
215 cmd2 = lame2 + " --quiet " + line + " " + input_file + " " + name2