how to generate a RGB32 video to be consumed by, lets say ffmpeg ?
i want to programatically generate video in some know format and rgb32
seems like the most simple to write
is there any other way to easily generate video ?
___
fpc-pascal maillist - f
On 4/14/2012 02:20, Mark Morgan Lloyd wrote:
waldo kitty wrote:
[...]
some systems need the trailing dot and others do not... i've seen this problem
for years and it seems to be limited to some OS' to a certain extent...
That issue IME is specifically at the server, i.e. you've got to be care
Il 16/04/2012 01:44, Andrew Haines ha scritto:
There exists the BEtoN and LEtoN functions you can use. (NtoLE and NtoBE
also)
Thanks to everybody.
Now I believe to have enough information to proceed.
I'll keep this little piece of discussion as an example to show when
someone asks me why I pr
Jonas Maebe wrote:
On 16 Apr 2012, at 00:38, Giuliano Colla wrote:
I'm dealing with a large number of data coming from an external device.
They are big-endian 16 bits signed numbers, which must be converted to integer
and to real to perform calculations.
Besides the obvious solutions of treat