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 > (HD) DVD, Blu-ray & (S)VCD > IFO/VOB Editors

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th October 2004, 12:35   #161  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
Still not working

Screen shot follows

Help!
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.

Last edited by blutach; 2nd June 2006 at 10:55.
blutach is offline   Reply With Quote
Old 13th October 2004, 12:38   #162  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Quote:
do you need to have the PGC highlighted?? I'll try that.
If you use "%p\%i", the filename passed is the IFO of the currently selected PGC.

If you have trouble to launch an app, you should enable the "Ask confirmation before launching tool" option. You will see the command line used to call the tool in the dialog. You should see something like this:
Code:
Command line:
"C:\Program Files\IfoEdit\IfoEdit.exe" "C:\rip\MyDVD\VIDEO_TS\VTS_01_0.IFO"
__________________
r0lZ
PgcEdit homepage (hosted by VideoHelp)
BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV

Last edited by r0lZ; 13th October 2004 at 12:46.
r0lZ is offline   Reply With Quote
Old 13th October 2004, 12:42   #163  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
Autolaunch still not working

@r0lZ/2COOL

IFOEdit launches OK (it always did) but still no launch of the IFOs.

Screen shot follows. (The path to IFOEdit is a long one but is OK).

Any further suggestions?
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.

Last edited by blutach; 2nd June 2006 at 10:55.
blutach is offline   Reply With Quote
Old 13th October 2004, 12:57   #164  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
Re: Still not working

Quote:
Originally posted by blutach
Screen shot follows

Help!
Try using ImageShack. It's free.
__________________
2COOL
2COOL is offline   Reply With Quote
Old 13th October 2004, 13:09   #165  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
Screen shots

Thnx 2COOL. See enclosed (hopefully, they will show). Sorry abt multiple posts






Regards and thanks
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.
blutach is offline   Reply With Quote
Old 13th October 2004, 13:26   #166  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
Totally wacky!!!

@r0lZ - This is NOT your problem. It is Derrow's!!!!

If IFOEdit is maximised (which I usually have it), it just opens "blank" after being called from PGCEdit (ie. as if the parameters have not been parsed).

HOWEVER, if IFOEdit is not maximised - just a regular window - then no problems!!! The IFO is parsed over and opens. Weird, non

And yes, I usually use Get VTS Sectors to then open all the IFOs

Someone who knows how to cross-post - or who knows Derrow well - may like to bring this to his attention (or maybe it's a Windows XP thing - let's hope so, so we can blame MS and let Derrow off the hook!!)

Thanks for taking the time with me.

Regards
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.
blutach is offline   Reply With Quote
Old 13th October 2004, 13:39   #167  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Yeah! I know this problem with IfoEdit. Also, there is a similar problem if you quit the IfoEdit playback with the close button of the video window.
__________________
r0lZ
PgcEdit homepage (hosted by VideoHelp)
BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV
r0lZ is offline   Reply With Quote
Old 13th October 2004, 13:59   #168  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
Another error! You can't import more than 1 VTST Titles.
Code:
can't read "::ttns(2,2)": no such element in array
can't read "::ttns(2,2)": no such element in array
    while executing
"set :: pgcs([get_int data $t_idx 1],$::ttns([get_int data $t_idx 1],[get_int data [expr $t_idx+1] 1]),Title) $t"
    (procedure "::utils::import_VTST" line 145)
    invoked from within
"::utils::import_VTST"
    (menu invoke)
__________________
2COOL
2COOL is offline   Reply With Quote
Old 13th October 2004, 17:26   #169  |  Link
voo_doo99
Registered User
 
Join Date: May 2003
Location: LALAland
Posts: 233
Features request

@r0lZ

I have a couple of requests for the Command listing pane:

- Can the hex codes be optionally hidden?. Your super Command Editor is only one click away, the codes is only taking spaces away from those long command scripts.
- And some command scripts are extra long, can a tool tip be implemented to show the whole length without me having to scroll right and back left all the time?

You probably have a lot on your list, but if there is time ..
Thanks.
voo_doo99 is offline   Reply With Quote
Old 13th October 2004, 17:43   #170  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Re: Features request

Quote:
Originally posted by voo_doo99
@r0lZ

I have a couple of requests for the Command listing pane:

- Can the hex codes be optionally hidden?. Your super Command Editor is only one click away, the codes is only taking spaces away from those long command scripts.
Unfortunately no. The method I use is to retrieve the commands in the listbox when I need them. And I can only parse hex codes.

Quote:
- And some command scripts are extra long, can a tool tip be implemented to show the whole length without me having to scroll right and back left all the time?
I must be able to know when the command is not displayed completely, and it's not so easy... If I find a solution, I will add the tooltips.
__________________
r0lZ
PgcEdit homepage (hosted by VideoHelp)
BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV
r0lZ is offline   Reply With Quote
Old 13th October 2004, 17:44   #171  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
Re: Features request

@voo_doo99

Quote:
Originally posted by voo_doo99
- Can the hex codes be optionally hidden?. Your super Command Editor is only one click away, the codes is only taking spaces away from those long command scripts.
- And some command scripts are extra long, can a tool tip be implemented to show the whole length without me having to scroll right and back left all the time?

In v0.3.5, you now have the option to move your PGC Selector to any side of the window.
  • Change log:
    0.3.5 (October 4, 2004)

    E. The PGC selector may now be placed on any side of the main window. The PGC labels are now more legible.

Go to View > PGC Selector side. If you select Top or Bottom, you'll have enough room to see hex and long commands.
__________________
2COOL

Last edited by 2COOL; 13th October 2004 at 17:47.
2COOL is offline   Reply With Quote
Old 13th October 2004, 21:58   #172  |  Link
voo_doo99
Registered User
 
Join Date: May 2003
Location: LALAland
Posts: 233
Re: Re: Features request

Quote:
Originally posted by 2COOL
In v0.3.5, you now have the option to move your PGC Selector to any side of the window.

Go to View > PGC Selector side. If you select Top or Bottom, you'll have enough room to see hex and long commands.
Thanks for the tip 2COOL. Top placement helped but not optimal, still hoping r0lZ will find a tool tip solution .

Just checked out the debut of your new ( PgcEdit Guides ). Wow, they are gorgeous.
Lotsaworks! 2CL, you've outdone your self.
voo_doo99 is offline   Reply With Quote
Old 13th October 2004, 22:09   #173  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
Re: Re: Re: Features request

Quote:
Originally posted by voo_doo99
Just checked out the debut of your new ( PgcEdit Guides ). Wow, they are gorgeous.
Lotsaworks! 2CL, you've outdone your self.
Thanks! You know, I really take pride on my new Removing Language Selection and Aspect Ratio Menus guide. I totally used a new set of tools. I know someday someone is going to automate the whole thing with one tool just by clicking on the menu button which has the command for a new cell command.
__________________
2COOL
2COOL is offline   Reply With Quote
Old 13th October 2004, 22:14   #174  |  Link
jeanl
Registered User
 
jeanl's Avatar
 
Join Date: Sep 2004
Location: California, USA
Posts: 2,079
Quote:
I know someday someone is going to automate the whole thing with one tool just by clicking on the menu button which has the command for a new cell command.
That someone might just be r0lZ! He's already adapted quite a few of your solutions in pgcedit!

Jeanl
jeanl is offline   Reply With Quote
Old 13th October 2004, 22:17   #175  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
He's almost there! If only PgcEdit could blank a cell. If he could get that to happen and also providing the menu background, my retirement of my guide would be sooo sweeet!
__________________
2COOL
2COOL is offline   Reply With Quote
Old 13th October 2004, 22:26   #176  |  Link
jeanl
Registered User
 
jeanl's Avatar
 
Join Date: Sep 2004
Location: California, USA
Posts: 2,079
Quote:
He's almost there! If only PgcEdit could blank a cell. If he could get that to happen and also providing the menu background, my retirement of my guide would be sooo sweeet!
OK here's an idea: What you're asking for is currently a combination of vobblanker (which can blank just about anything! and also show menu background (I think)), and pgcedit. Imagine if pgcedit could invoque vobblanker, telling it to blank this cell in this pgc in this vts(m)... That would already make it soooo much easier. I'm sure jsoto could provide that as command-line arguments.

On the other hand, do you know whether DVDRemake can do this sort of things very easily? I'm wondering what the point is to bang our heads on all these things, if there are programs for less than $40 which can do them in a breeze. I haven't tried DVDremake though, so I don't know how easy it is (but hey, where's the fun in that? )

I think the command-line argument would be great! But that would require good coordination between jsoto and r0lZ... Not impossible though...
Jean
jeanl is offline   Reply With Quote
Old 13th October 2004, 22:34   #177  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
Quote:
Originally posted by jeanl
I think the command-line argument would be great! But that would require good coordination between jsoto and r0lZ... Not impossible though...
It's not the first time great minds came together for a cause. LIGHTNING UK! (DVD Decrypter) and Coujo (ImgTool Classic) is a great example. http://forum.doom9.org/showthread.ph...ighlight=coujo
__________________
2COOL
2COOL is offline   Reply With Quote
Old 13th October 2004, 22:37   #178  |  Link
jeanl
Registered User
 
jeanl's Avatar
 
Join Date: Sep 2004
Location: California, USA
Posts: 2,079
Hey 2COOL, you want to ask them?

jeanl
jeanl is offline   Reply With Quote
Old 13th October 2004, 22:39   #179  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
jsoto's online right now in the Development Forum. I give you the honors.

UPDATE: He's here now. I wonder who he's sending a PM to ATM?
__________________
2COOL

Last edited by 2COOL; 13th October 2004 at 22:47.
2COOL is offline   Reply With Quote
Old 14th October 2004, 00:40   #180  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Hey, mes demoiselles! Don't dream too much.
I have alot of projects for PgcEdit, but I can't do everything at once...
jsoto is already helping me. And VOBBlanker has alerady a INI file option. But why do you want to include this wonderful tool in PgcEdit? The GUI is pretty well done, and I can't see what I may improve.
However, I agree that a simple blank cell feature is welcome in PgcEdit. jsoto has already fixed a bug in BlankVOB, and I will probably be able to add this feature...
But for now, I want to complete the Trace, then the edition of the menu buttons (thanks to jsoto), and then..., ... maybe... ... if i have some time..., some more functions.
__________________
r0lZ
PgcEdit homepage (hosted by VideoHelp)
BD3D2MK3D A tool to convert 3D blu-rays to SBS, T&B or FS MKV
r0lZ is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

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 20:18.


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