Page 1 of 1

Nconvert can't read the picture

Posted: Thu Dec 22, 2011 3:35 am
by nh2user
I am trying a batch file :

nconvert -keepcspace -keepfiledate -opthuff -keep_icc -D -q 95 -subsampling 2 -smoothingf 0 -dct 2 -out jpeg -i -l filelist.txt

here is the code.

Any comments on the code is appreciated.

The error I get is : can't read the picture. it's a .jp2 picture that xnconvert 1.1 converts fine and xnview open fine

any tips ?

Re: Nconvert can't read the picture

Posted: Fri Dec 23, 2011 1:06 pm
by xnview
Do you have the Xjp2 plugin?

Re: Nconvert can't read the picture

Posted: Fri Dec 23, 2011 8:20 pm
by nh2user
Hummm.... No. What to do ?

Re: Nconvert can't read the picture

Posted: Fri Dec 23, 2011 8:23 pm
by nh2user
xnview wrote:Do you have the Xjp2 plugin?
Ok, I put all plugins in the Plugins Directory.

now it tells me that the program can't start because msvc71.dll or something is missing. Two dll's missing.

I don't understand, isn't the program a command line ?

what now ?

Re: Nconvert can't read the picture

Posted: Fri Dec 23, 2011 9:12 pm
by Peter2
nh2user wrote:....now it tells me that the program can't start because msvc71.dll or something is missing. Two dll's missing.
http://answers.microsoft.com/en-us/wind ... 0d3683bc89
Microsoft wrote:Msvcp71.dll is a Microsoft C Runtime library and it is required to run several Microsoft and non-Microsoft applications on a Windows system.
Maybe your PC is not up-to-date relating to the "C runtimes"?

Peter

Re: Nconvert can't read the picture

Posted: Sat Dec 24, 2011 12:23 am
by nh2user
Peter2 wrote:
nh2user wrote:....now it tells me that the program can't start because msvc71.dll or something is missing. Two dll's missing.
http://answers.microsoft.com/en-us/wind ... 0d3683bc89
Microsoft wrote:Msvcp71.dll is a Microsoft C Runtime library and it is required to run several Microsoft and non-Microsoft applications on a Windows system.
Maybe your PC is not up-to-date relating to the "C runtimes"?

Peter
I just downloaded the two files missing :

MSVCP71
msvcr71

and put them in the same directory as nconvert. You should put them in the original release. Not everything has these files.

Re: Nconvert can't read the picture

Posted: Sat Dec 24, 2011 8:57 am
by Peter2
nh2user wrote:...I just downloaded the two files missing :...
So your problem is solved?
nh2user wrote:...You should put them in the original release. Not everything has these files.
These runtimes from Microsoft (in different version: 2007, 2010, ...) are essential and necessary for many, many applications. The best way for the user is to download the entire packages from Microsoft and the install them correctly.

Peter

Re: Nconvert can't read the picture

Posted: Sat Dec 24, 2011 10:33 am
by nh2user
Peter2 wrote:
nh2user wrote:...I just downloaded the two files missing :...
So your problem is solved?
nh2user wrote:...You should put them in the original release. Not everything has these files.
These runtimes from Microsoft (in different version: 2007, 2010, ...) are essential and necessary for many, many applications. The best way for the user is to download the entire packages from Microsoft and the install them correctly.

Peter
Putting them with the release makes sure your release is portable. and idiot proof for the ones like me.

Just a suggestion.

Re: Nconvert can't read the picture

Posted: Sat Dec 24, 2011 10:41 am
by nh2user
What do you think of the command line ?

is it good / ok ?

Re: Nconvert can't read the picture

Posted: Sat Dec 24, 2011 11:31 am
by Peter2
nh2user wrote:What do you think of the command line ?

is it good / ok ?
If you ask me - then I'm sorry to say that I have no experience with command line. I hope another user will reply.

Peter

Re: Nconvert can't read the picture

Posted: Mon Dec 26, 2011 12:16 pm
by xnview
nh2user wrote:What do you think of the command line ?
is it good / ok ?
Yes, the command line is good, are you able to load jp2000 files?

Re: Nconvert can't read the picture

Posted: Mon Dec 26, 2011 4:15 pm
by nh2user
xnview wrote:
nh2user wrote:What do you think of the command line ?
is it good / ok ?
Yes, the command line is good, are you able to load jp2000 files?
Yes, All is good now !

:)