Sign in with
Sign up | Sign in
Solved

Can't get neroAacEnc to work in ubuntu 12.04

Last response: in Linux/Free BSD
Share

Hey, i've used nero's free command line aac encoder in windows before with no problem at all.
However, i can't seem to get it to work in ubuntu.

I've downloaded the latest version from her,e http://www.nero.com/eng/downloads-nerodigital-nero-aac-...,
and copied the linux directory from the zip file to my Home folder.
I've placed my input wave file in the same director as the neroAacEnc file. I opened terminal, navigated to the /home directory, and typed,
sudo ./neroAacEnc , but it just throws a warning saying Command not found.

Could any1 help me figure out how to get this to work , thanx in advance :) 

More about : neroaacenc work ubuntu

skittle said:
First why are you trying to run it with super user privileges??? Don't do that!!!

anyway, you must make neroaacenc executable first.
  1. chmod +x neroAacEnc
  2. ./neroAacEnc



You sir, are a genius :) 
Well, i used sudo coz nothing in linux seems to run without those high privileges! Sometimes i think linux overdoes its security!!
Ask the community
!