View Full Version : How prevent VobSub from loading?


pjotor
27th August 2003, 10:26
When opening an avi file with my own program intended for frame extraction and not playback, VobSub will load if subtitles are found. The problem is that this will sometimes cause problems with the extracted images. Is there any way to prevent VobSub from loading when opening an avi file? This can offcourse be done from code by renameing the file and opening it and renameing it again when closing the file but this means changeing a user's file, which is not what I like to do.
Can it be done?

unmei
27th August 2003, 10:34
my own program
i think you use auto graph builder then ?
When it has done building the graph you can remove VSFilter when it's in the graph ...there might also be possibilites to prevent a certain filter from being used in the graph builder, but i wouldnt know how it's done.