The solution is posted in this thread:
viewtopic.php?f=57&t=15408
Search found 2 matches
- Tue Mar 31, 2020 10:32 am
- Forum: NConvert
- Topic: How to use the verbose info option
- Replies: 4
- Views: 3436
- Mon Mar 30, 2020 11:30 pm
- Forum: NConvert
- Topic: How i redirect output to file? >piclog.txt not work..
- Replies: 6
- Views: 3395
Re: How i redirect output to file? >piclog.txt not work..
I was just looking for a solution to the same problem. And here's what I found.
Nconvert sends some information to stderr and others to stdout.
Normally only stdout can be redirected to a file.
All you need to do is redirect stderr to stdout and then everything can be redirected to a file.
To do ...
Nconvert sends some information to stderr and others to stdout.
Normally only stdout can be redirected to a file.
All you need to do is redirect stderr to stdout and then everything can be redirected to a file.
To do ...