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
Register FAQ Calendar Today's Posts Search

Reply
 
Thread Tools Search this Thread Display Modes
Old 18th June 2005, 09:27   #461  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Quote:
Originally Posted by goonix
If I search for a very common word e.g. "link" then sometimes more than 1000 results will be found.
Then the result list is cut at the end. But this seems to be a restriction of Tcl/Tk.
Well, I was not aware of this limitation. Maybe I can change the listing made of buttons to a classic listbox. If I have some time, I will do it. Maybe also the search function will be faster (Most of the time is devoted to building the interface).
__________________
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 18th June 2005, 11:15   #462  |  Link
goonix
Registered User
 
Join Date: Feb 2005
Posts: 272
The search function is fast enough in my opinion.
And the buttons in the listbox are very useful. Please don't change it!
It doesn't make sense to search for a command with such an amount of findings.

goonix
goonix is offline   Reply With Quote
Old 18th June 2005, 11:55   #463  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Quote:
Originally Posted by goonix
The search function is fast enough in my opinion.
I don't think so. If the DVD is very large, and there are many occurences of the search string, it takes ages.
Quote:
And the buttons in the listbox are very useful. Please don't change it!
Too late! I have already changed the GUI. But don't worry: you can still click on the references to jump to them. See v 0.6.0 beta 7.
__________________
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 18th June 2005, 15:41   #464  |  Link
selyb
Registered User
 
selyb's Avatar
 
Join Date: Dec 2004
Location: shreveport
Posts: 79
is there any difference between the files extracted from the winexe and the files in the source zip?
selyb is offline   Reply With Quote
Old 18th June 2005, 17:10   #465  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Quote:
Originally Posted by selyb
is there any difference between the files extracted from the winexe and the files in the source zip?
No, the files are exactly identical. But the behaviour of some parts of the code is different if the app is wrapped. For example, the install submenu is present only when PgcEdit is run from the wrapped exe, under Windows.
Also, some files are not included in some distribs, if they are not needed. In the source zip, all files are present.
__________________
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 19th June 2005, 02:45   #466  |  Link
2COOL
PGC Navigator in Training
 
2COOL's Avatar
 
Join Date: Oct 2002
Location: NTSC Land
Posts: 3,552
@blutach

PgcEdit's reference manual looks great!

If you are working on an update, can you insert example images of the color coding highlights in Main window, goto calling command dialog, and search log? did I miss anything? Anyways, here's a post for some reference.
__________________
2COOL
2COOL is offline   Reply With Quote
Old 26th June 2005, 07:27   #467  |  Link
jinjin_jp
Registered User
 
Join Date: Jun 2005
Location: JAPAN
Posts: 435
@r01Z
Please consider the function of setting default stream (audio, sutitle) for Re-Authored by DVDShrink (if possible, by others).

A little before I backed up by DVDShrink(Re-Authore), but I've forgot to set the default stream as usual, so I corrected IFO after processes.
Then I thought it would be very useful if possible to set the default stream by PgcEdit.
Even it needs only correction of IFO a little, but it needs to know about IFO a little, if not it needs long time for re-processing of DVDShrink.
I think it is possible to add pre-command of two lines for each title like below,
.....(SetSTN) Set Audio stream = ?
.....(SetSTN) Set Sub-picture stream = ?, on
................< ? is selected favorite>

Sorry to request selfish hope.

Last edited by jinjin_jp; 26th June 2005 at 07:30.
jinjin_jp is offline   Reply With Quote
Old 26th June 2005, 08:14   #468  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
@jinjin_jp - you can do this already with the new Jump to PGC Upon DVD Insert macro.

Just trace through your DVD to the main menu and then click on the audio menu and pick the stream you want. Do the same for subpictures. Return to the main menu. The streams you want will be set.

Then execute the macro.

By the way, DVD Shrink remapping streams is not good to do IMHO - see my discussion here.

Regards
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.
blutach is offline   Reply With Quote
Old 26th June 2005, 09:12   #469  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
@blutach: jinjin_jp was talking about reauthored movies. You don't have menus anymore.

@jinjin_jp: I think it easy enough to do it yourself. After all, it's only one (or two) SetSTN commands to insert in the pre-commands of the main title.
For me, it's not so simple, because I need to check if the SetSTN command already exists. But maybe I will do that. Not soon, anyway...
__________________
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 26th June 2005, 09:39   #470  |  Link
jinjin_jp
Registered User
 
Join Date: Jun 2005
Location: JAPAN
Posts: 435
@r01Z
I understood. Surely it is difficult if considering various cases to be checked.

@blutach
About remapping streams I noticed interesting thing in DvdReMakePro which have the function of removing stream after ver.3.
When using this function, "Delete track" is selectable from last stream, but from middle stream "Delete track" is glay out and "Disable track" is only selectable. I think this is the same thought as yours.
jinjin_jp is offline   Reply With Quote
Old 26th June 2005, 09:46   #471  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
I don't use DVDReMake anymore , but I believe that it does that this way because it is uable to remap the streams. If you remove a stream (before the last one), the references to the remaining streams are wrong, and remapping them is not easy, especially if there are indirect SetSTN commands somewhere. (Indirect commands = commands using a GPRM instead of a constant value)
__________________
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 26th June 2005, 11:44   #472  |  Link
jinjin_jp
Registered User
 
Join Date: Jun 2005
Location: JAPAN
Posts: 435
@r01Z
Thanks for adding the explanation.
jinjin_jp is offline   Reply With Quote
Old 26th June 2005, 13:41   #473  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
And yes, sorry gentlemen. I should have read closer. I see now the re-authored.

But jinjin, I think you know you can do this automatically in DVD Shrink.



And if you forget, it's only 1 command to add in before the title.

Regards
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.

Last edited by blutach; 26th June 2005 at 13:44.
blutach is offline   Reply With Quote
Old 26th June 2005, 13:52   #474  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
PgcEdit 0.6.0 beta 14

Yes, it's a relatively long work for me for a little advantage.
And I prefer to work on more useful additions, like the new function I just wrote, available in PgcEdit 0.6.0 beta 14. This function allow you to renumber the Titles in the DVD. I hate these DVD with title 1 being a logo, and with a main movie title number being 2 or more! The new function (Utilities -> Remap Title numbers) takes care of the Jump_TT commands in the VMG, including in menu buttons. Enjoy...
__________________
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 26th June 2005, 13:54   #475  |  Link
jinjin_jp
Registered User
 
Join Date: Jun 2005
Location: JAPAN
Posts: 435
@blutach
Yes, I know. I've forgot to set default stream this time, so corrected IFO.
jinjin_jp is offline   Reply With Quote
Old 26th June 2005, 13:59   #476  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
OK to both. Goodness r0lZ, v6 won't get released LOL. But I gotta agree. I hate it when title 1 is right down the bottom in VTS 23.

More work on the help file, I guess

Regards
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.
blutach is offline   Reply With Quote
Old 26th June 2005, 14:02   #477  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Quote:
Originally Posted by blutach
More work on the help file, I guess
Only if you want!

I will probably release v6 on july 7, because I have inserted a front page on my site, regarding the pattents european directive. I will remove it and release PgcEdit 0.6 when this page will be obsolete, on july 6.
__________________
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; 26th June 2005 at 14:07.
r0lZ is offline   Reply With Quote
Old 26th June 2005, 14:03   #478  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
Tell you what I reckon would be useful:
If you have killed enough material to make whole titlesets unreferenced, then a little utility to pull them out of the structure (as you know, it's only 3 bytes in VIDEO_TS.IFO that need changing), moving the VOBs, IFOS and BUPs to a special backup folder.
Whaddya reckon?

Regards
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.
blutach is offline   Reply With Quote
Old 26th June 2005, 14:04   #479  |  Link
blutach
Country Member
 
blutach's Avatar
 
Join Date: Sep 2004
Location: is everything!
Posts: 6,499
Quote:
Originally Posted by r0lZ
Only if you want!
Has to happen. Will have more time this week.

G'night from here.

Regards
__________________
Les

Only use genuine Verbatim or Taiyo Yuden media.
blutach is offline   Reply With Quote
Old 26th June 2005, 14:37   #480  |  Link
r0lZ
PgcEdit daemon
 
r0lZ's Avatar
 
Join Date: Jul 2003
Posts: 7,469
Quote:
Originally Posted by blutach
If you have killed enough material to make whole titlesets unreferenced, then a little utility to pull them out of the structure (as you know, it's only 3 bytes in VIDEO_TS.IFO that need changing), moving the VOBs, IFOS and BUPs to a special backup folder.
Well, it's not really simple. I must check for references to this titleset in the VMG. Only Jump_TT commands are able to call a title by his title number, while there are many commands able to call something in a titleset.
Also, removing the last titleset is relatively simple, but removing any titleset would require to fix the references to the next titlesets.

I think that an unreferenced titleset is not so annoying, because, when blanked, it doesn't use a lot of space, and when playing the DVD, you will not notice his presence.

But I may add a simple Remove Last Titleset function, without checks for references. Is it enough for you?
__________________
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


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:44.


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