I am using Splicer from Codeplex, but I have difficulty to compile my sample code.
It returns me error because of
using (IRenderer renderer = new WindowsMediaRenderer(timeline, outputFile, WindowsMediaProfiles.HighQualityVideo))
It returns me " used in a using statement must be implicitly convertible to 'System.IDisposable' ". It caused me not be able to compile my program.
Why there's this problem and how to solve this problem? Thanks for help!