|
I have a website where users upload videos. I would like a library or control set to splice two videos into one. Does anyone have such a thing, or a different strategy?
Answer Snippets (Read the full thread at stackoverflow):
And there is tools out.
Remember that it can raw access to the memory you should use c++ or c for the job.
Answer to Chris
c# is not that slow as you think .
Slow for video editing.
|
|
I learned windows programming using Visual C++, and the Win32 API. Nowadays, it seems most apps are being developed in .NET using C#. I understand that most of the time there isn't much performance difference between native code and managed code. So I...
Started by Joshua Carmody on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
Managed....
Two things that I can think an Unmanaged C++ app .
When all machines have mono or NET it won't be such a big deal.
On virtually any Windows version without extra dependencies, and your code can be in plain, portable, C/C++ issue.
|
|
Can any one guide me to learn LINQ in C#.net i am new to this concept
Started by Ksmps on
, 6 posts
by 6 people.
Answer Snippets (Read the full thread at stackoverflow):
I would start with....
Http://www.asp.net/learn/linq-videos/
LINQ is a pretty big subject.
They have an entire section on Linq that will take you from "new solution" to fully working examples .
The videos at http://www.asp.net/learn/ are great.
|
Ask your Facebook Friends
|
Is there any .NET libraries to generate video files (any type) from a given sequence of bitmap images?
Started by Claudio on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
You can use Splicer to do&referringTitle=Home
Sorry a bit late to this thread... .
You could try this:
http://www.codeproject.com/KB/audio-video/avifilewrapper.aspx
It is written in C# and it can create a avi video stream from a list of bitmaps.
|
|
I am doing a project in C#.Net. I wanted to read frames of AVI video, edit them, and then write them in a new AVI file (something like a transform filter)
I know a process in which I can create my own direct show transform filter, but that would be in...
Started by cornerback84 on
, 3 posts
by 3 people.
Answer Snippets (Read the full thread at stackoverflow):
Taoframework/
There's Splicer which was development specifically for creating or editing video files:
Modify individual video frames during encoding via standard C# mage Drawing code.
|
|
I want to open .avi file (preferably any video file), to work with that video as a sequence of bitmaps (arrays) and then display it on the screen or save it to the file.
What options do I have in .NET?
Started by Jakub Šturc on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
[1] The 4.0 CLR.
Audio/video stream decodable by the system should be come accessible to you.
|
|
What are your favourite C#, .NET and programming blogs?
I'm thinking more along the lines of blogs for experienced profesionals who as well as being interested in keeping up to date with the latest developments in .NET and C# are also interested in:
Agile...
Started by ng5000 on
, 23 posts
by 22 people.
Answer Snippets (Read the full thread at stackoverflow):
Because they want to code better....
Eric Lippert's Fabulous Adventures in Coding
CodeBetter ...
Http://www.hanselman.com/blog/
Scott Guthrie's Blog - Product Manager of the .NET Framework
http://www.jpboodhoo.com
UPDATE: His DNR TV series is also a must .
|
|
C/Net Olympus OM-D E-M5 First Look Video
C/Net Olympus OM-D E-M5 First Look Video on Youtube: It's about the same size as my old OM's. I'd love to see the Silver Version:
http://www.youtube.com/watch?v=ydznRIa7fbw
Started by IDLookout on
, 4 posts
by 2 people.
Answer Snippets (Read the full thread at fourthirdsphoto):
Re: C/Net Olympus OM-D E-M5 First Look Video....
It WAS a nice video though.
But apparently not.
Re: C/Net Olympus OM-D E-M5 First Look Video
"Removed by user."
That was fast! Re: C/Net Olympus...
|
|
My colleagues are using Visual Studio 2002 and uses the C++ MFC. I am developing in C #.
It has not been any problems before, but now questioning our customers if we really should develop in different environments. My colleagues think (of course) that...
Started by magol on
, 10 posts
by 10 people.
Answer Snippets (Read the full thread at stackoverflow):
The .Net....
However, I can see win32 APIs grow out of what .Net can keep up without adding downloading size it to stay current.
However, MFC did not stop.
As the OOP replacement for the underlying Win32 API, pretty much like .Net today.
|
|
Is there a way to record the screen, either desktop or window, using .NET technologies.
My goal is something free. I like the idea of small, low cpu usage, and simple, but would consider other options if they created a better final product.
In a nutshell...
Started by CJCraft.com on
, 4 posts
by 4 people.
Answer Snippets (Read the full thread at stackoverflow):
Check out Jing and you'll probably find the dll they... .
A friend of mine implemented a screen recorder in just a few minutes by using that dll, just for testing .
Don't remember the name of it but it's used by Jing .
There is a dll out there that can do it .
|