iNFO-DVD
6th July 2005, 03:50
I noticed in the VDM script it adds this:
VirtualDub.video.AddComment(0x00000002,"ISFT","VirtualDubMod 1.5.4.1 (build 2178/release)");
and in GSpot view AVI file this information is displayed in the 'User Data / Metadata' section under [ISFT], also some info in the [JUNK] section.
How can I change this comment? Because changing the above line for something else does not work.
I want to change it to the encoder used which I think much more relevent than the 'muxer' used.
I was thinking of changing it manually after avi creation as this information always seems to be at offset: &H22A6 but that seems a bit drastic and not sure whether they'd be occasion where I might destroy the header. (actually just found an avi where the offset was slightly different, drat!)
Can anyone help?
VirtualDub.video.AddComment(0x00000002,"ISFT","VirtualDubMod 1.5.4.1 (build 2178/release)");
and in GSpot view AVI file this information is displayed in the 'User Data / Metadata' section under [ISFT], also some info in the [JUNK] section.
How can I change this comment? Because changing the above line for something else does not work.
I want to change it to the encoder used which I think much more relevent than the 'muxer' used.
I was thinking of changing it manually after avi creation as this information always seems to be at offset: &H22A6 but that seems a bit drastic and not sure whether they'd be occasion where I might destroy the header. (actually just found an avi where the offset was slightly different, drat!)
Can anyone help?