I've found a very little bug that caused some problems to my scripts
using transcode.
When i use the -R option and give the filename for the divx log, it gets
truncated to 65 characters.
For example, try to execute this command:
> transcode -i filename.avi -o /dev/null -y ffmpeg,null -R
1,"veryveryveryveryveryveryveryveryveryveryveryveryveryveryverylongfilename"
-F mpeg4
The log file name will lose the last 8 characters.
The funny thing is that even when that file is read, during the second
pass, just the first 65 characters are read.
I don't know if it's really a bug or it is a wanted behaviour, but i
think it will be easy to solve.
Bye,
lik