azsd
22nd October 2004, 05:45
I found on some codec define sites that list bink file like this:
bink video,
codec:native or vfapi
encode:native only
but I use vfapi failed with bik files.
and when try with avisynth:
"DirectShowSource: Could not open as video or audio."
I am now trying to analyse bik format but it not seems simple formats.
today I only confirm-ed some offset of block num (dword) at offset $08,block index array(dword) seems start at pos $38,each index value was file offset.
the index count gather 1 then frame count.
i think each block may have both audio and video.
I don't know how to start writing avisynth plugins.
now i have two idea,writing an auto lum/chroma shifter(for anime which segmently occur color leak(offset) from lum),
or do this work.
Is that too difficult for me a newbie?
:)
bink video,
codec:native or vfapi
encode:native only
but I use vfapi failed with bik files.
and when try with avisynth:
"DirectShowSource: Could not open as video or audio."
I am now trying to analyse bik format but it not seems simple formats.
today I only confirm-ed some offset of block num (dword) at offset $08,block index array(dword) seems start at pos $38,each index value was file offset.
the index count gather 1 then frame count.
i think each block may have both audio and video.
I don't know how to start writing avisynth plugins.
now i have two idea,writing an auto lum/chroma shifter(for anime which segmently occur color leak(offset) from lum),
or do this work.
Is that too difficult for me a newbie?
:)