Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion.

Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules.

 

Go Back   Doom9's Forum > Capturing and Editing Video > New and alternative a/v containers
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 28th January 2009, 17:42   #101  |  Link
Emp3r0r
Registered User
 
Emp3r0r's Avatar
 
Join Date: Oct 2001
Location: Alabama, USA
Posts: 769
nice catch, I'll force the culture on the config file for the next release.
__________________
ChapterGrabber - add names to your chapters | AtomSite - open source AtomPub server
Emp3r0r is offline   Reply With Quote
Old 1st February 2009, 21:26   #102  |  Link
kumi
Straight to video
 
kumi's Avatar
 
Join Date: Jun 2005
Posts: 637
It seems the website is down, with this error:

Server Error in '/' Application.
Index (zero based) must be greater than or equal to zero and less than the size of the argument list.

EDIT: fixed now
__________________
.

Last edited by kumi; 2nd February 2009 at 01:49.
kumi is offline   Reply With Quote
Old 2nd February 2009, 18:22   #103  |  Link
Emp3r0r
Registered User
 
Emp3r0r's Avatar
 
Join Date: Oct 2001
Location: Alabama, USA
Posts: 769
fixed, been tweaking my blog engine
__________________
ChapterGrabber - add names to your chapters | AtomSite - open source AtomPub server
Emp3r0r is offline   Reply With Quote
Old 19th March 2009, 15:34   #104  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
MetaService is timing out consistently, and TagChimp never seems to have the chapters I'm looking for. Suggestions?
Inspector.Gadget is offline   Reply With Quote
Old 14th April 2009, 14:45   #105  |  Link
Eric B
Registered User
 
Join Date: May 2002
Location: France/Germany
Posts: 119
Thank you Emp3r0r for this very powerful tool!
I've been using an old v1.x for some years, and updated recently to v3.6. However, I had to trick with your links in this topic, because I do not see any "download" link in your web page using Firefox 3.0!
It is a pity that such a great tool stay quite low used. For instance, would you mind to integrate it with the MeGUI distribution? The included chapter tool in MeGUI is quite poor in comparison...

So, v3.6 is working quite well, BUT I get the following exception during launch:
Quote:
************** Exception Text **************
System.FormatException: Input string was not in a correct format.
at System.Number.StringToNumber(String str, NumberStyles options, NumberBuffer& number, NumberFormatInfo info, Boolean parseDecimal)
at System.Number.ParseDouble(String value, NumberStyles options, NumberFormatInfo numfmt)
at System.Double.Parse(String s, NumberStyles style, NumberFormatInfo info)
at JarrettVance.ChapterTools.frmMain.LoadFpsMenus()
at JarrettVance.ChapterTools.frmMain.frmMain_Load(Object sender, EventArgs e)
at System.Windows.Forms.Form.OnLoad(EventArgs e)
at System.Windows.Forms.Form.OnCreateControl()
at System.Windows.Forms.Control.CreateControl(Boolean fIgnoreVisible)
at System.Windows.Forms.Control.CreateControl()
at System.Windows.Forms.Control.WmShowWindow(Message& m)
at System.Windows.Forms.Control.WndProc(Message& m)
at System.Windows.Forms.ScrollableControl.WndProc(Message& m)
at System.Windows.Forms.ContainerControl.WndProc(Message& m)
at System.Windows.Forms.Form.WmShowWindow(Message& m)
at System.Windows.Forms.Form.WndProc(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.OnMessage(Message& m)
at System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
at System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)
I am using Windows XP US, but with french regional settings (coma as decimal separator, etc). It seem your are using the System.Globalization.NumberFormatInfo within the Parse method. I've using it recently successfully within the convert method...:
Code:
private readonly NumberFormatInfo numberInfo = new NumberFormatInfo();
// in a method
double yourDble = Convert.ToDouble(yourString, numberInfo);
But it seems to come from the input string. Null check perhaps? It is the main difference between parse and convert, as written here

The grabbing of the chapter is working quite well within metaservice. Is there any services proposing the chapter in other language than English?
Eric B is offline   Reply With Quote
Old 14th April 2009, 15:10   #106  |  Link
Keiyakusha
契約者
 
Keiyakusha's Avatar
 
Join Date: Jun 2008
Posts: 1,576
Quote:
Originally Posted by Eric B View Post
Thank you Emp3r0r for this very powerful tool!
However, I had to trick with your links in this topic, because I do not see any "download" link in your web page using Firefox 3.0!
Same here (Firefox 3.0.8). Can you tell more about your tricks?
Keiyakusha is offline   Reply With Quote
Old 14th April 2009, 20:09   #107  |  Link
Eric B
Registered User
 
Join Date: May 2002
Location: France/Germany
Posts: 119
Quote:
Originally Posted by Emp3r0r View Post
The author posted the download link above, I've replaced 0 by 6:
Download v3.6
Eric B is offline   Reply With Quote
Old 14th April 2009, 20:18   #108  |  Link
Keiyakusha
契約者
 
Keiyakusha's Avatar
 
Join Date: Jun 2008
Posts: 1,576
Quote:
Originally Posted by Eric B View Post
The author posted the download link above, I've replaced 0 by 6:
Download v3.6
Ahh, now I see. Thanks for the link!
Keiyakusha is offline   Reply With Quote
Old 15th April 2009, 10:27   #109  |  Link
vucloutr
Registered User
 
vucloutr's Avatar
 
Join Date: Nov 2008
Posts: 64
Hi, i get this Error when starting ChapterGrabber. (german)
Something like the configuration system cannot be initialized.
Code:
Informationen über das Aufrufen von JIT-Debuggen
anstelle dieses Dialogfelds finden Sie am Ende dieser Meldung.

************** Ausnahmetext **************
System.Configuration.ConfigurationErrorsException: Das Konfigurationssystem konnte nicht initialisiert werden. ---> System.Configuration.ConfigurationErrorsException: Unbekannter Konfigurationsabschnitt "system.serviceModel". (C:\Windows\Microsoft.NET\Framework64\v2.0.50727\Config\machine.config line 146)
   bei System.Configuration.ConfigurationSchemaErrors.ThrowIfErrors(Boolean ignoreLocal)
   bei System.Configuration.BaseConfigurationRecord.ThrowIfInitErrors()
   bei System.Configuration.ClientConfigurationSystem.EnsureInit(String configKey)
   --- Ende der internen Ausnahmestapelüberwachung ---
   bei System.Configuration.ConfigurationManager.GetSection(String sectionName)
   bei System.Configuration.PrivilegedConfigurationManager.GetSection(String sectionName)
   bei System.Diagnostics.DiagnosticsConfiguration.Initialize()
   bei System.Diagnostics.DiagnosticsConfiguration.get_IndentSize()
   bei System.Diagnostics.TraceInternal.InitializeSettings()
   bei System.Diagnostics.TraceInternal.WriteLine(Object value)
   bei JarrettVance.ChapterTools.frmMain.menuItem5_Click(Object sender, EventArgs e)
   bei System.Windows.Forms.MenuItem.OnClick(EventArgs e)
   bei System.Windows.Forms.Command.Invoke()
   bei System.Windows.Forms.Control.WmCommand(Message& m)
   bei System.Windows.Forms.Control.WndProc(Message& m)
   bei System.Windows.Forms.Control.ControlNativeWindow.WndProc(Message& m)
   bei System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, IntPtr lparam)


************** Geladene Assemblys **************
mscorlib
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3074 (QFE.050727-3000).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
ChapterGrabber
    Assembly-Version: 3.6.0.0.
    Win32-Version: 3.6.0.0.
    CodeBase: file:///C:/Users/***/Desktop/ChapterGrabber.3.6/ChapterGrabber.exe.
----------------------------------------
System.Windows.Forms
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms/2.0.0.0__b77a5c561934e089/System.Windows.Forms.dll.
----------------------------------------
System
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System/2.0.0.0__b77a5c561934e089/System.dll.
----------------------------------------
System.Drawing
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Drawing/2.0.0.0__b03f5f7f11d50a3a/System.Drawing.dll.
----------------------------------------
System.Core
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.1 built by: SP.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Core/3.5.0.0__b77a5c561934e089/System.Core.dll.
----------------------------------------
System.Windows.Forms.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Windows.Forms.resources/2.0.0.0_de_b77a5c561934e089/System.Windows.Forms.resources.dll.
----------------------------------------
System.Configuration
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration/2.0.0.0__b03f5f7f11d50a3a/System.Configuration.dll.
----------------------------------------
System.Xml
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3074 (QFE.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml/2.0.0.0__b77a5c561934e089/System.Xml.dll.
----------------------------------------
SYSTEM.CONFIGURATION.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3053 (netfxsp.050727-3000).
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Configuration.resources/2.0.0.0_de_b03f5f7f11d50a3a/System.Configuration.resources.dll.
----------------------------------------
mscorlib.resources
    Assembly-Version: 2.0.0.0.
    Win32-Version: 2.0.50727.3074 (QFE.050727-3000).
    CodeBase: file:///C:/Windows/Microsoft.NET/Framework64/v2.0.50727/mscorlib.dll.
----------------------------------------
System.Xml.Linq
    Assembly-Version: 3.5.0.0.
    Win32-Version: 3.5.30729.1 built by: SP.
    CodeBase: file:///C:/Windows/assembly/GAC_MSIL/System.Xml.Linq/3.5.0.0__b77a5c561934e089/System.Xml.Linq.dll.
----------------------------------------

************** JIT-Debuggen **************
Um das JIT-Debuggen (Just-In-Time) zu aktivieren, muss in der
Konfigurationsdatei der Anwendung oder des Computers
(machine.config) der jitDebugging-Wert im Abschnitt system.windows.forms festgelegt werden.
Die Anwendung muss mit aktiviertem Debuggen kompiliert werden.

Zum Beispiel:

<configuration>
    <system.windows.forms jitDebugging="true" />
</configuration>

Wenn das JIT-Debuggen aktiviert ist, werden alle nicht behandelten
Ausnahmen an den JIT-Debugger gesendet, der auf dem
Computer registriert ist, und nicht in diesem Dialogfeld behandelt.

Last edited by vucloutr; 15th April 2009 at 10:31.
vucloutr is offline   Reply With Quote
Old 2nd May 2009, 05:29   #110  |  Link
Emp3r0r
Registered User
 
Emp3r0r's Avatar
 
Join Date: Oct 2001
Location: Alabama, USA
Posts: 769
Quote:
Originally Posted by Eric B View Post
Thank you Emp3r0r for this very powerful tool! ..would you mind to integrate it with the MeGUI distribution?
I've added source code to the latest release but I don't have time add it into MeGUI.

Quote:
Originally Posted by Eric B View Post
So, v3.6 is working quite well, BUT I get the following exception during launch:


I am using Windows XP US, but with french regional settings (coma as decimal separator, etc). It seem your are using the System.Globalization.NumberFormatInfo within the Parse method.
I updated to use Convert rather than Parse.

The new version is 3.7 at http://jvance.com/pages/ChapterGrabber.xhtml
__________________
ChapterGrabber - add names to your chapters | AtomSite - open source AtomPub server
Emp3r0r is offline   Reply With Quote
Old 15th May 2009, 07:22   #111  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Its crashing everytime i open it



Any help appreciated!
Arshad07 is offline   Reply With Quote
Old 15th May 2009, 07:30   #112  |  Link
Kurtnoise
Swallowed in the Sea
 
Kurtnoise's Avatar
 
Join Date: Oct 2002
Location: Aix-en-Provence, France
Posts: 5,191
it requires framework .net 3.5...
Kurtnoise is offline   Reply With Quote
Old 15th May 2009, 07:30   #113  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Quote:
Originally Posted by Kurtnoise View Post
it requires framework .net 3.5...
yea, i have that.
Arshad07 is offline   Reply With Quote
Old 15th May 2009, 07:53   #114  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Ok, i got it to work. But now i'm facing another issue

Arshad07 is offline   Reply With Quote
Old 15th May 2009, 13:33   #115  |  Link
Inspector.Gadget
Registered User
 
Join Date: May 2008
Posts: 1,618
I think that's a problem with the chapter service's data format, not a Chapter Grabber program error.
Inspector.Gadget is offline   Reply With Quote
Old 15th May 2009, 21:11   #116  |  Link
turbojet
Registered User
 
Join Date: May 2008
Posts: 1,840
Hi, is there any plans to add simple command line support?

Examples: If E: contains a bluray
chaptergrabber E:\ -3 D:\celltimes.txt -celltimes - chooses the third playlist of E:\ no switch after disk input would choose longest runtime playlist and outputs D:\celltimes.txt in celltimes format
chaptergrabber D:\playlist.mpls D:\chapters.xml -mkvxml - outputs D:\chapters.xml in mkv format
other switches could be: -mkv (chapter) -cg (chaptergrabber) -timecodes -tsmuxer -x264

This would allow frontends to make use of this tool.

Also is there a chance to have an output preview pane, output type setting, copy output and save button in main window?
For things like timecodes and tsmuxer output it would be easier to be able to copy the output and put into tsmuxer.
turbojet is offline   Reply With Quote
Old 28th May 2009, 15:30   #117  |  Link
turbojet
Registered User
 
Join Date: May 2008
Posts: 1,840
When saving as celltimes type the first line that reads '0' must be removed before muxman, ifoedit read the chapters correctly. Is this intentional or a bug?

Also could use a convert to 29.97/25 fps option to deal with dvd pulldown.

Last edited by turbojet; 28th May 2009 at 15:50.
turbojet is offline   Reply With Quote
Old 18th August 2009, 01:08   #118  |  Link
LeXXuz
21 years and counting...
 
LeXXuz's Avatar
 
Join Date: Oct 2002
Location: Germany
Posts: 716
Hi Emp3r0r,

I cannot get any chapter information from tagchimp with ChapterGrabber. Using the same keywords directly on the website gives me dozens of results with movies/chapter information. No matter what I do, ChapterGrabber always claims that it has found 0 results. Any ideas?
LeXXuz is offline   Reply With Quote
Old 27th October 2009, 22:12   #119  |  Link
gwaitsi
Registered User
 
Join Date: May 2007
Posts: 99
just downloaded 3.7 and tried to open an MKV xml file - says "format not support" but you claim to have included the format.

Otherwise, could have been quite useful.
gwaitsi is offline   Reply With Quote
Old 4th January 2010, 00:12   #120  |  Link
Arshad07
Jeremy Duncan Fan
 
Arshad07's Avatar
 
Join Date: Aug 2008
Location: London, UK
Posts: 238
Getting error:

Quote:
The remote server returned an error: (500) Internal Server Error
Arshad07 is offline   Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:20.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.