Page 1 of 1

Is cutscene working?

Posted: Wed Feb 22, 2017 11:44 pm
by sheppy99
I'm trying to get cutscenes to work and no matter how I write it into my ini file it doesn't show up as enabled in the log.
In TVChannel.ini I have

cutscene_threshold=50
cutscenefile1=C:\\tv\\MyDumpFrame.dmp
cutscenefile2=""
cutscenefile3=""
cutscenefile4=""
cutscenefile5=""
cutscenefile6=""
cutscenefile7=""
cutscenefile8=""

and in the log I get

Logo: c:\tv\Comskip\logos\MyChannel.logo.txt
Ini: c:\tv\Comskip\MyChannel.ini

Detection Methods to be used:
1) Black Frame
2) Logo - Give up after 15000 seconds
3) Scene Change
4) Resolution Change
5) CutScenes
----snip-----
cutscene_threshold=50
cutscenefile1=""
cutscenefile2=""
cutscenefile3=""
cutscenefile4=""
cutscenefile5=""
cutscenefile6=""
cutscenefile7=""
cutscenefile8=""

Using a single slash rather than a double makes no difference

Re: Is cutscene working?

Posted: Thu Feb 23, 2017 8:28 am
by erik
You must enclose the file name with double quotes
"c:\\path\\to\\filename"

Re: Is cutscene working?

Posted: Thu Feb 23, 2017 8:42 am
by sheppy99
erik wrote:You must enclose the file name with double quotes
"c:\\path\\to\\filename"
Thanks, that fixed it - sometimes its the simple stuff that's missed! :D