zoomplayer chapter not a valid integer

Where all the bugs are reported and discussed
Post Reply
lstepnio
Posts: 11
Joined: Sat May 12, 2007 3:51 pm

zoomplayer chapter not a valid integer

Post by lstepnio »

I upgraded to comskip 79_114 from 79_98 and I'm now running into errors in Zoomplayer reading the chapter files. I had no problems with 79_98 with chapter files, accurate too once I found a good direct show filter solution.

Code: Select all

AddChapter(1,Show Segment)
AddChapterBySecond(332.1652,Commercial Segment)AddChapterBySecond(482.5988,Show Segment)
AddChapterBySecond(934.6170,Commercial Segment)AddChapterBySecond(1146.7623,Show Segment)
AddChapterBySecond(1720.6189,Commercial Segment)AddChapterBySecond(1951.2493,Show Segment)
AddChapterBySecond(2511.8927,Commercial Segment)AddChapterBySecond(2751.2652,Show Segment)
AddChapterBySecond(3391.1711,Commercial Segment)AddChapterBySecond(3599.4125,Show Segment)
The work-around for my situation would be an option to re-enable the "AddChapter()" output as default in previous versions. Is there a undocumented option by any chance?
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: zoomplayer chapter not a valid integer

Post by erik »

COuld you post both a correct and a wrong zoomplayer file?
lstepnio
Posts: 11
Joined: Sat May 12, 2007 3:51 pm

Re: zoomplayer chapter not a valid integer

Post by lstepnio »

This is a diffrent recording but here is one that works. I can generate output from both versions of comskip if needed. I'd like to see an option to not output AddChapter in seconds and revert back to the frames based cut points.

Code: Select all

AddChapter(1,Commercial Segment)
AddChapter(1706,Show Segment)
AddChapter(14051,Commercial Segment)
AddChapter(19342,Show Segment)
AddChapter(40183,Commercial Segment)
AddChapter(45072,Show Segment)
AddChapter(57719,Commercial Segment)
AddChapter(64543,Show Segment)
AddChapter(73698,Commercial Segment)
AddChapter(81580,Show Segment)
AddChapter(91082,Commercial Segment)
AddChapter(94668,Show Segment)
AddChapter(108150,Commercial Segment)
AddChapter(109063,Show Segment)
AddChapter(113227,Commercial Segment)
AddChapter(113228,Show Segment)
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: zoomplayer chapter not a valid integer

Post by erik »

DO you prefer that I change the chapter time into an integer amount of seconds?
Or should I simply go back to frame numbers? Other people experienced problems with the frame numbers.
lstepnio
Posts: 11
Joined: Sat May 12, 2007 3:51 pm

Re: zoomplayer chapter not a valid integer

Post by lstepnio »

The issue myself and others experienced that you attempted to resolved with AddChapterBySeconds() wasn't directly related to Zoomplayer but specificly the directshow filters used for playback. I was able to build a Direct Show filter combination using Haali(source/spliter) and the Cyberlink MPEG2(DXVA decoder) that worked perfectly with AddChapter() comskip output.

My suggestion is to add a comskip option for Zoomplayer chapter file output with AddChapter() or AddChapterbySeconds() format. This will allow more directshow filter combinations to work with the comskip output. Also, output the AddChapterBySeconds() rounding to integers should do the trick for that format output.

I tested using Zoomplayer 5.02 and 6RC1 just so you know.
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: zoomplayer chapter not a valid integer

Post by erik »

OK, so when outputting seconds they should be rounded and you prefer to have the option to select output by seconds or output by frame numbers
The next build will have use AddChapterBySecond where the seconds are rounded as integers.
You may set
padding=1
in the comskip.ini file to avoid a sub second loss of show
lstepnio
Posts: 11
Joined: Sat May 12, 2007 3:51 pm

Re: zoomplayer chapter not a valid integer

Post by lstepnio »

Yes, I think we're on the same page with this. I'll try to keep an eye out for the next release. The accuracy seemed to be improved with 79_114 compared to 79_98 so I'm eagar to upgrade and test.

I'll need to make a donation this month, software and support is better than most commerical products. Thanks for the top notch software. :)
erik
Site Admin
Posts: 3369
Joined: Sun Aug 21, 2005 3:49 pm

Re: zoomplayer chapter not a valid integer

Post by erik »

Build 115 is out, could you test?
lstepnio
Posts: 11
Joined: Sat May 12, 2007 3:51 pm

Re: zoomplayer chapter not a valid integer

Post by lstepnio »

Yes, I re-ran a few recordings last night and with a few quick checks it seems to be working correctly again. I'll do some detailed testing in the next week and report any issues. Thanks again for the quick fix.
lstepnio
Posts: 11
Joined: Sat May 12, 2007 3:51 pm

Re: zoomplayer chapter not a valid integer

Post by lstepnio »

has been running good so far; thanks for the fix.
abid
Posts: 1
Joined: Tue Jul 06, 2010 2:08 pm

Re: zoomplayer chapter not a valid integer

Post by abid »

Hi,

Give a try by installing a new version of zoom player too. The old one might not be compatible . So install a new version. download new version from here http://www.trustdownload.com/MP3-Audio- ... ional.html
abin
Posts: 1
Joined: Fri Oct 22, 2010 4:24 am

Re: zoomplayer chapter not a valid integer

Post by abin »

Good post. Great job man.
Post Reply