04-10-2008 04:49 PM
04-10-2008 05:01 PM
06-29-2008 11:36 PM
07-30-2008 03:35 AM
08-04-2008 04:21 PM - edited 08-04-2008 04:21 PM
08-05-2008 08:54 AM
09-08-2008 09:23 AM
I solved my problem !!
To investigate this problem is used gspot
Gspot can determine which codeds are used when you playback an avi file.
This tool gives a nice output where you can see how youre video pass through codecs.
Gspot also tries to tell if the path that is possible will give correct video output.
With Divx and ffdshow installed I got 4 possibilies to playback the Divx encoded avi file.
1 - (src)->>Divx Demux->>Divx Video Decoder-->>Video render
2 - (src)->>Divx Demux->>ffdshow Video Decoder-->>Video render
3 - (src)->>AVI Splitter->>Divx Video Decoder-->>Video render
4 - (src)->>AVI Splitter->>ffdshow Video Decoder-->>Video render
Sollution 3 and 4 will lead to succesfull playback of the avi file.
the other sollutions 1 and 2 lead to errors.
Gspot also show which files/dll are used.
Since reading this article only ffdshow will playback the avi file I try to isolate
the 4'th solution. This can be realized by unregister the "Divx Demux" and "Divx Video Decoder"
Divx Demux leads to DivxMedia.ax -->> regsvr /u DivxMedia.ax
Divx Video Decoder leads to to divxdec.ax -->> regsvr /u divxdec.ax
When I reopen the avi file in GSpot only one possibility is shown.
Now I can playback a Divx ecoded avi file in LabVIEW.
p.s. i could leaf the merit slider to default
regards Fred