Hello All,

I am working on a Video Recording-Processing project where i am accessing deinterlaced Image
from my cam through Directx.Capture Dll and saving the Stream(Recording in Mpeg) it to disc.
But the problem is Directx.Capture doesnt Support Mpeg Codec So i am using ffmpeg Codecs For
Recording Stream in Mpeg Format.
The problem is what ffmpeg Doesnt Suppost Framerate Other than 25, This means when i record
Video in 25 Frames/Sec its Like Playing Video in Fast_Forward Mode and when changing Framerate
from 25 to anything the Program throwing AccessVoilationException.
So is there any way to record Video in Mpeg format with Variety of Framerates.
Or
Record Video in Deinterlaced Mode in Mpeg Format.