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. |
|
|
#721 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#722 | Link |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
@RB
Hmmm... I'm trying to think (which in itself is an accomplishment)... Is there ever a time that a cell can have a mixture of I frames (stills) and typical GOPs? Added later: I don't think I remember ever seeing one...
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com Last edited by jdobbs; 3rd April 2004 at 15:49. |
|
|
|
|
|
#723 | Link |
|
Retired
Join Date: Nov 2002
Posts: 1,349
|
Honestly, I don't know. It should be possible in theory... the question is, is there something in the VOB (NAV pack ?) that uniquely identifies a "still frame", IOW a frame that should be displayed for a certain amount of time or "forever". The latter AFAIK happens when the cell has the "restricted" flag set in the IFO, the user then typically has to press the play/enter key on the remote to skip through the stills.
|
|
|
|
|
|
#724 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#725 | Link |
|
Wewkiee
![]() Join Date: Feb 2002
Location: kashyyyk
Posts: 2,221
|
here is something i'll retype out of dvd demystified --
"There are 3 types of stills -- a pgc still, a cell still, and a vobu still. each has about the same functionality, with the primary difference being the way it is intended to be used and the location where the still information is stored. in all cases , the still occurs at the last PTM of a VOBU. A VOBU stil causes a still at the end of a specific VOBU, a cell still causes a still at the last VOBU of the cell. and a PGC still causes a still at the last VOBU of the PGC. VOBU stills and cell stills occur before the cell command is executed. PGC stills., which can be used in random or shuffle pgcs but not sequential pgcs, occur after cell commands and pgc looping but before the post commands. during a still. the navigation countdown timer and any GPRMs in counter mode continue to count. PGC and cell stills can be held indefinitely or from 1 to 254 seconds. VOBU stills are always indefinite." -- dvd demystified 2nd ed. hopefully that would be helpful.. i was in a typing mood...
__________________
SILVER FISH HAND CATCH! |
|
|
|
|
|
#726 | Link |
|
Registered User
Join Date: Jun 2002
Location: Portugal
Posts: 30
|
@ jdobbs. The BUG with sound skips in chapter points, seems to be related to data missing/changed in LAST AC3-Audio Pack of EVERY Cell.
The lenght of most of these AC3-Audio Packs in RB authored VOBS are smaller than the original ones. The problem can be fixed by copying the original AC3-Audio Packs from original VOBS to the RB authored ones, and manually correcting the lenght. Last edited by Pedro Gouveia; 3rd April 2004 at 18:14. |
|
|
|
|
|
#727 | Link | |
|
Registered User
Join Date: Mar 2004
Posts: 24
|
Quote:
I'm not sure anyone else has reported this problem but me, so I'd appreciate if someone else would take a look and see if the same thing is happening to them. |
|
|
|
|
|
|
#728 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
BUT.... if what you are saying is correct then I have been misled -- I thought running the output through IFOEdit was fixing this? There's no way IFOEdit can replace missing audio????
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#729 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#730 | Link |
|
Junior
Join Date: Oct 2003
Location: ellis beach
Posts: 189
|
Runtime error ‘9’ subscript out of range
Runtime error ‘9’ subscript out of range (VTS_01)
Well Jdobbs I have found a way to bypass this error. Tolled you about the movie that it was Bottom field first and Interlaced. A wonderful tool called Vobedit showed This at the fist I GOPof VTS_01_1.VOB : [0032] Extension start code 437 [000001b5] [0036] Picture Coding Extension 143 255 249 28 0 0 [8f ff f9 1c 00 00 ] Extension ID-bits: 8 f_code[0][0] (forward horizontal): 143 f_code[0][1] (forward vertical): 15 f_code[1][0] (backward horizontal): 255 f_code[1][1] (backward vertical): 15 intra_DC_precision: 2 picture_structure: 1 picture_structure: Top Field Top_Field_First: 0 TOP_FIELD_FIRST: 0 frame_pred_frame_dct: 0 Then I made a adjustment comparing with movie that did work [0032] Extension start code 437 [000001b5] [0036] Picture Coding Extension 143 255 247 28 0 0 [8f ff f7 1c 00 00 ] Extension ID-bits: 8 f_code[0][0] (forward horizontal): 143 f_code[0][1] (forward vertical): 15 f_code[1][0] (backward horizontal): 255 f_code[1][1] (backward vertical): 15 intra_DC_precision: 1 picture_structure: 3 picture_structure: Frame picture Top_Field_First: 0 TOP_FIELD_FIRST: 0 Guess what ? It worked, no more runtime error’9’ (only edit the first GOP) It gave the error at VTS2 which was also: [8f ff f9 1c 00 00 ] (This was VTS_02_1.VOB) After setting this to f7 it went ok I had set the ConvertToYUY2(Interlaced=true) option and it came out good. Well you’re the Master of science here, hope it helps… (btw: this is the only case in where upper field first had to be set in CCE but i didn't) Take a break
__________________
------Utere Cerebro ------ Last edited by Msc_Alex; 10th April 2004 at 23:35. |
|
|
|
|
|
#732 | Link | |
|
Registered User
Join Date: Mar 2004
Posts: 24
|
Quote:
Does it make sense that DVD-RB would be using 25% of the processor anyway? DVD-RB is just waiting on CCE to exit, right? Last edited by kadilak; 3rd April 2004 at 20:17. |
|
|
|
|
|
|
#733 | Link | |
|
Retired
Join Date: Nov 2002
Posts: 1,349
|
Quote:
|
|
|
|
|
|
|
#734 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#735 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#736 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
Thx.
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#737 | Link |
|
Junior
Join Date: Oct 2003
Location: ellis beach
Posts: 189
|
@ ChickenMan
could you confirm this : runtime 9 error and open you VTS_10_1.VOB file with vobedit edit the " Picture Coding Extension " of the first I GOP set it to [8f ff f7 1c 00 00 ] to solve your runtime 9 error ? Love this beta testing
__________________
------Utere Cerebro ------ |
|
|
|
|
|
#738 | Link |
|
Registered User
Join Date: Aug 2003
Posts: 95
|
@jdobbs
Are you delaying .29???
__________________
My devil: MB: MSI K8D Master F CPU: 2x AMD Opteron 244 (1800Mhz) SYS HDD: Maxtor Atlas 36GB SCSI 10K RPM DATA HDD: 3.2TB RAID6 SCSI DISK SUBSYSTEM VGA: MSI GeforceFX 9590Ultra 256MB DDRAM ViVo MONITOR: iMAC 19" 16:9 LCD CASE: ThermalTake Xaser III Silver RAM: 12GB DDR400 ECC (6x Kingston KVR333X72RC25/2G) KB & MOUSE: MS Optical Wireless Desktop DVD-RW: NEC ND-2500A DVD-ROM: Pioneer DVD-120 VIDEO CARD: Matrox RT.X100 Xtreme Pro |
|
|
|
|
|
#739 | Link | |
|
Moderator
![]() Join Date: Oct 2001
Posts: 13,026
|
Quote:
__________________
"I wouldn't be so paranoid if everyone wasn't out to get me." (Frank Burns) Help with development of new apps: Donations. Website: www.jdobbs.com |
|
|
|
|
|
|
#740 | Link | |
|
Registered User
Join Date: Mar 2004
Posts: 819
|
Quote:
I want to try it out overnight. You sound like you need a break for a bit. |
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|