-
On creating a blank /usr/local/xmffmpeg/xmffmpeg.cfg and running again I'm getting:
wrong # args: should be "set varName ?newValue?"
while executing
"set "
("eval" body line 1)
invoked from within
"eval "set [lindex $opciones 0]""
(file "xmffmpeg.tcl" line 772)
2005-06-12 00:56:23 UTC in GUi ffmpeg
-
Ok, solved that problem, now getting:
couldn't open "/usr/local/xmffmpeg/xmffmpeg.cfg": no such file or directory
while executing
"open /usr/local/xmffmpeg/xmffmpeg.cfg r"
invoked from within
"set ArchivoID [open /usr/local/xmffmpeg/xmffmpeg.cfg r]"
(file "xmffmpeg.tcl" line 27)
2005-06-12 00:54:25 UTC in GUi ffmpeg
-
I'm getting the following when trying to run xmffmpeg:
can't find package BWidget
while executing
"package require BWidget"
(file "xmffmpeg.tcl" line 25)
It then just exits. I'm running Debian Sid with tclsh8.4.
2005-06-12 00:51:10 UTC in GUi ffmpeg