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. |
|
|
#1 | Link |
|
Registered User
Join Date: Feb 2002
Posts: 1,195
|
open *.D2V (*.AVS) file with VisualBasic
Hi can someone have an idear to help me to open .avs or .d2v file, i want to create an .avs file generatir but in vb, it seems to me there is a lot of exemples in delphi but i have found nothing for vb perhaps someone can help me to find the way to open an .d2v file in a picturebox of visual basic in order to create a tool for generate (and perhaps re-open) the .avs file.
thank u very much if you could answer to my question. Bye |
|
|
|
|
|
#2 | Link |
|
Registered User
Join Date: Oct 2001
Location: France
Posts: 39
|
RE : BB and AVS
Hello
I'm not sure I understand clearly what you want to do... Do you want to playback an AVS file or just create/edit the text it contains. For the first solution... man, you are not likely to have sleep for a long time, 'cause video playback is something really aweful if you don't use media player components. For the second one, just open it as a text file...
__________________
Black Rose of the Artist Clan |
|
|
|
|
|
#3 | Link | |
|
CoreCodec
Join Date: Oct 2001
Location: Toulouse
Posts: 726
|
Quote:
Ok it took time
|
|
|
|
|
|
|
#6 | Link | |
|
CoreCodec
Join Date: Oct 2001
Location: Toulouse
Posts: 726
|
Quote:
|
|
|
|
|
|
|
#8 | Link |
|
Moderator
![]() Join Date: Oct 2001
Location: England
Posts: 3,260
|
Hi Tom
![]() have you ever come across the problem? It occurs in the InitOverlayIfAvailable function in Gui.cpp. I know some people get the error: "You video card cannot handle YUV display. Conversion will work, but you will not get any display in YUV mode" All the time, others only after, for example, playing a movie & then try loading DVD2AVI. There is probably a better way of getting the overlay that would never cause this problem......But I dont have any idea how to ![]() -Nic |
|
|
|
|
|
#9 | Link |
|
Registered User
Join Date: Oct 2001
Location: Gainesville FL USA
Posts: 2,091
|
I've seen it but I'm not sure the message is accurate. I think maybe that is the message for any failure to get the overlay, including:
* Asking for one too big * Asking for one that violates various alignment (multiple of x size) requirements that some video cards have. * Overlay not available because another ap has it. But I don't know which is the usual cause in DVD2AVI. Maybe I was getting it when I ran 2 copies of DVD2AVI. I sorta remember that I once thought I knew why it happened but I sure can't remember now. Sorry. Not much help. ![]() - Tom |
|
|
|
|
|
#11 | Link |
|
Registered User
Join Date: Oct 2001
Location: DE
Posts: 122
|
Nic is right...
Unfortunately, most (if not all) graphics cards can display at most 1 (one) overlay.
If more than one app reuqests one, the later one usually fall back to software yuv->rgb conversion.
__________________
[maven] - Wavelet Image Compression Library |
|
|
|
|
|
#12 | Link |
|
Registered User
Join Date: Feb 2002
Posts: 123
|
@ dark-cracker:
I hope this is not too late. I've just free time, so I read this forum. In VB, use API function - "mciSendString". You can open .d2v file using avisynth as frameserver. I already used it on my proggy. Try this link: http://216.26.161.91/vbapi/ref/index.html Edit: correct URL
__________________
"AutoDivX5 - Avisynth Frameserving Tool" |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|