ittiam-systems / libmpegh

MPEG-H 3D Audio Low Complexity Profile Decoder. Encoder: https://github.com/ittiam-systems/libmpeghe
http://www.ittiam.com/
BSD 3-Clause Clear License
87 stars 20 forks source link

Problem using the -paramfile #27

Closed m41c0n closed 1 year ago

m41c0n commented 1 year ago

I'm getting an error when I try to use the paramfile: if I put the files at the same path than the ia_mpegh_testbench.exe the program works very well... image

but when I try to input and output files from other paths, it doesn't work. image

image

The .txt is in the same path as the .exe, so what am I doing wrong with the writing on the .txt?

I'm using Windows 10, running via cmd...

m41c0n commented 1 year ago

I've found the solution actualy... Eliminated the space from the folder's name, and deleted the " " from the Input_path and Output_path... Everything's working. Thank you for this amazing project!