Log in

View Full Version : Change audio ID in IFOedit?


ccc_p
30th March 2005, 20:34
Hi,all!

I have created in original IFO-file VTS_01_0.IFO(Titel-Movie) one more audio using PGC-edit,so just my IFO-file have 3-audio ID instead 2-audio ID, but if I open this IFO-file with IFOedit I see that second and third audio ID is the same :confused: :

Dolby AC-3 6Ch (ID: 0x80
Dolby AC-3 6Ch (ID: 0x81
Dolby AC-3 6Ch (ID: 0x81


But if I open PGC-edit by current domaine stream attributes
I see that there is three different ID is present:

Dolby AC-3 6Ch (ID: 0x80
Dolby AC-3 6Ch (ID: 0x81
Dolby AC-3 6Ch (ID: 0x82

Can someone explain how can I change audio-ID in IFOedit or in PGC-edit so, that when I open IFOedit I will see that there three different audio ID is present, like this:

Dolby AC-3 6Ch (ID: 0x80
Dolby AC-3 6Ch (ID: 0x81
Dolby AC-3 6Ch (ID: 0x82

Thanks
ccc_p

OK Thanks, just found where...!

r0lZ
31st March 2005, 13:26
Well. Interesting! Where did you change the ID?

In PgcEdit, the ID is computed: it depends on the place of the stream in the list. This means that the ID you see in PgcEdit is what you should have in the VOB. I don't know where to retrieve the stream IDs, at least in the IFOs. And PgcEdit do not parse the VOBs to pick the IDs...

blutach
31st March 2005, 14:49
@r0lZ - you can change these manually in the PGC Editor though, right? Isn't it just a matter of clicking on the number and changing a 1 to a 2 under audio (changing 0x81 to 0x82 in the process)?

Regards

r0lZ
31st March 2005, 16:49
Yes, byt this is exactly the problem: the ID (0x81, for example) is computed from the stream number (1 in our example) and the stream type (AC3).
What I am searching for is a way to know for sure if the stream ID exists in the VOB, by looking only at the IFOs. In other words, if the stream ID is defined in the IFO. I'm pretty sure it's not the case...