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: Oct 2001
Location: France
Posts: 39
|
Trouble using VFW
Hello
I'm on trying to understand how VFW works, so I've found out the M$ doc about the topic. But... There are several functions I can't get to work... AVIFileRelease AVISave So, I wonder if someone here know something about this (or a good site) and can be kind enough to tell me about that. Thanks anyway, Ciler.
__________________
Black Rose of the Artist Clan |
|
|
|
|
|
#3 | Link |
|
Moderator
![]() Join Date: Oct 2001
Location: England
Posts: 3,260
|
AVIFileRelease has some real problems if trying to close 1st pass files. Talking to Marty of Vidomi about it, he states that using the AVI Api is a bad idea, he suggested to me to look at the avi writing/reading source of Vidomi.
Ive had AVISave working before, but it generally isnt a good solution ![]() Cheers, -Nic |
|
|
|
|
|
#4 | Link |
|
Registered User
Join Date: Feb 2002
Location: Italy
Posts: 876
|
ATM i need this only for reading n. of frames and fps... i use this sequence:
AVIFileInit AVIFileOpen AVIFileInfo AVIFileRelease AVIFileExit It's very simple but still crash... is there another method to get those infos (and that work with .avs files)? |
|
|
|
|
|
#5 | Link |
|
Registered User
Join Date: Oct 2001
Location: FRANCE
Posts: 320
|
Hi,
Perhaps it's a Delphi problem. Some time ago, I've made in C++ Builder, a simple application that show the struct used by vfw in a treeview. Here is the code I use (exe included) http://christophe.paris.free.fr/sample/avistats.zip or (direct code access) : http://christophe.paris.free.fr/sample/main.cpp AVIFileRelease work here. But I've never used AVISave.
__________________
Regards [Toff] |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|