shekh
5th July 2016, 10:39
What is possible to use in the application like vdub instead of video for windows codecs?
What it should have:
* single c/c++ interface to all codecs
* operate at sufficient granularity (packet?)
* enough codecs available (x264, x265, 8 and 10 bit, etc. everything)
* include good UI for codec settings (not worse than x264vfw for example)
* compatible with GPL
Does the thing exist at all?
I just want to understand the overall complexity of the matter (what it takes to support something better than vfw and command line) but dont know where to look.
My current best idea is to customize parts of some Encoder GUIs...
What it should have:
* single c/c++ interface to all codecs
* operate at sufficient granularity (packet?)
* enough codecs available (x264, x265, 8 and 10 bit, etc. everything)
* include good UI for codec settings (not worse than x264vfw for example)
* compatible with GPL
Does the thing exist at all?
I just want to understand the overall complexity of the matter (what it takes to support something better than vfw and command line) but dont know where to look.
My current best idea is to customize parts of some Encoder GUIs...