View Single Post
Old 7th March 2012, 12:59   #7  |  Link
avzabr
Registered User
 
Join Date: Feb 2012
Posts: 3
Quote:
Originally Posted by Caroliano View Post
ffmpegsource() would be my choice: http://code.google.com/p/ffmpegsource/

DDS2() is also frame accurate, but I don't know if its as stable as ffmpegsource. But I think it would be the only option if working with .WMV or some other not well supported proprietary format.
Thanks a lot.
Looks like the ffmpegsource2 plugin is what i need.
Have checked all three cases by comparing videos opened simply with the following script:

LoadCPlugin("C:\FFMS2.dll")
Import("C:\FFMS2.avsi")
FFmpegSource2("D:\path\to\video.mp4")

Exactly the same frames are compared (can see it with help of "Results visualization" ). Got the results which were expected also. But have checked only several video files. Will update the topic when i get results for the set of videos.

avzabr is offline   Reply With Quote