.d2v file editing?
- Bushido Philosopher
- Joined: Mon Jun 25, 2001 7:19 pm
- Location: California
.d2v file editing?
simple question:
is there any way that i can change the .d2v file so if the .vob files are moved to another directory, that i will not have to save another project file just because they moved?
is there any way that i can change the .d2v file so if the .vob files are moved to another directory, that i will not have to save another project file just because they moved?
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
- Bushido Philosopher
- Joined: Mon Jun 25, 2001 7:19 pm
- Location: California
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
Well I fiddled with it and found a way.. pretty simple.
I even ripped a DVD for this... So huff :p
Open the D2V file in Notepad. you'll see something like this.
Now the first line is just a file indentifier.
The second line I believe lists how many vob files are in the project.
The third line contains the path and the length of the string that is used to describe the path. You'll probably see as many lines as the second line states.
All you need to do is change the path and the length(how many characters are in the path).
Example:
Gets changed to:
The numbers at the begining are how many characters are in the path, NOT including the space between the number and the path.
Save the file with a D2V extension or overwrite your old file and it should work fine.
~klinky
I even ripped a DVD for this... So huff :p
Open the D2V file in Notepad. you'll see something like this.
Code: Select all
DVD2AVIProjectFile
2
24 H:\EvaDisc1\vts_01_1.vob
24 H:\EvaDisc1\vts_01_2.vob
Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=1
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,1,42F83
The second line I believe lists how many vob files are in the project.
The third line contains the path and the length of the string that is used to describe the path. You'll probably see as many lines as the second line states.
All you need to do is change the path and the length(how many characters are in the path).
Example:
Code: Select all
24 H:\EvaDisc1\vts_01_1.vob
24 H:\EvaDisc1\vts_01_2.vob
Code: Select all
15 H:\vts_01_1.vob
15 H:\vts_01_2.vob
Save the file with a D2V extension or overwrite your old file and it should work fine.
~klinky
- ErMaC
- The Man who puts the "E" in READFAG
- Joined: Sat Feb 24, 2001 4:39 pm
- Location: Irvine, CA
- Contact:
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact:
- klinky
- Joined: Mon Jul 23, 2001 12:23 am
- Location: Cookie College...
- Contact: