New Post: Support for real-time "scrubbing"?
Wow, it's been eons but I don't think I ever made modifications to Splicer. Actually, I can't even recall what I was working on at the time!
View ArticleNew Post: Progress of Rendering
I am using C# Visual Studio 2013. To get this to mostly work I had to be more explicit with the names: participant.ProgressChanged += new...
View ArticleNew Post: Progress of Rendering
I found a solution to the above problem. First of all, put all of the rendering code into a separate method in your object. Then call it using tasks to spawn its own thread: var runningTask =...
View ArticleNew Post: Windows 2008 Dependencies
Turns out that Windows 2008 doesn't have the components necessary to leverage the splicer.dll installed by default. I simply added the "Desktop Experience" Feature to my installation and the...
View ArticleNew Post: video compression
AVIFileRenderer creates a highDefinition video with almost 200Mbps datarate. Here are the results.Input 4 Images = 1.1 MB Input 1 Audio = 261 KB 10 Seconds Output in AVI File = 105 MB 10 Seconds Output...
View ArticleNew Post: Generating more than one video concurrently - multithreading please...
Hi, I have 12 threading CPU so I wanted to generate at least 3 videos at the same time. I found that generating one video (running Renderer) utilize only 4 threads (checked Task manager)....
View ArticleNew Post: watermark video mp4/mov/avi
hello i use your code example, for watermark a video, as in this link ,that you published: code_sample2.html but it works only for .wmv videos. (for other types of videos i get an exception or it run...
View ArticleCreated Unassigned: all transition samples doesn't worked now [43309]
Hi I always have stack overflow exception during IMediaControl.Run call. Anybody have the same issue?
View ArticleNew Post: pan zoom effect
how to add pan zoom effect video string[] resimlerx = Directory.GetFiles(TbResimYolu.Text, "*jpg"); string[] filters = new[] { "*.jpg", "*.png"}; string[] resimler = filters.SelectMany(f =>...
View ArticleNew Post: watermark video mp4/mov/avi
Lora, (If you still have his question after 7+ months), I have an essentially identical project. I also had an identical issue. As far as I know, there is no way to import any types of videos to...
View ArticleNew Post: WHERE CAN I FIND THE LATEST .DLL FILE?
Stijn, I know about as much as you about this. I do not, however, know remotely what you mean by 'Displosable Renderers' I do know that I had an issue with StandardTransitions.CreateDXTKey(...); which...
View ArticleNew Post: How do I garbage collect an application using multiple timelines...
I created an application that automatically converts all audio files plus an image from a folder to video files. It also creates 4 renderers for converting 4 files at a time because I have a quad core...
View ArticleNew Post: Doing the example 3 I getting all the images of the video rotate...
Doing the example 3 I getting all the images of the video rotate 180º, which is weird! here the example I'm working on Example 3 Right, moving on from here, lets cover some more interesting ideas –...
View ArticleNew Post: c# library decrease and increase volume audio track
0 down vote favorite How Can I control the volumen from the audio track using the splicer c# library,, Here you can add an effect , I only want to increase the audio volume or decrease the entire audio...
View ArticleNew Post: Render in memory (to stream or byte[]) - not to file
Hi, I see this code part... IRenderer renderer = new WindowsMediaRenderer(timeline, outputFile, WindowsMediaProfiles.HighQualityVideo); { renderer.Render(); } Is there any possibility to render this in...
View ArticleNew Post: Rendering Videos with Audio Problem
Please help me! I need to implement this code urgently, my job is at stake over it!!!! I really need some help here. I am trying to combine some videos using Splicer in order to avoid the flicker...
View Article