Best way of adding video encoding to my application.

Place to talk about all that new hardware and decaying software you have.

Moderator: General Mods

Post Reply
spacy51
VBA Ex-developer
VBA Ex-developer
Posts: 11
Joined: Thu Aug 17, 2006 4:09 pm
Location: Germany

Best way of adding video encoding to my application.

Post by spacy51 »

Let's say I would like to add the functionality to encode videos into an emulator or any other application.

What is the best way to do so?


Video for Windows looks pretty easy, but is quite outdated and only supports avi containers.

DirectShow seems quite powerful, but the documentation confuses me. Is it worth looking more at that one?

Are there any libraries specialized for this?
creaothceann
Seen it all
Posts: 2302
Joined: Mon Jan 03, 2005 5:04 pm
Location: Germany
Contact:

Re: Best way of adding video encoding to my application.

Post by creaothceann »

spacy51 wrote:Video for Windows looks pretty easy, but is quite outdated and only supports avi containers.
That's already good enough, imo.

You could look at the tasvideos emulator sources, and ask in the forum.
vSNES | Delphi 10 BPLs
bsnes launcher with recent files list
Post Reply