[XviD-devel] Min. FrameSize II

Edouard Gomez xvid-devel@xvid.org
Sun, 15 Sep 2002 13:21:35 +0200


You  should  better use  the  raw mp4  stream  output  instead of  AVI
output. Do a  nasty hack to your vfw dll where  it ouputs to different
files each frame's mp4 stream.

something that will give you this :
frame00001-I.m4v
frame00002-P.m4v
frame00003-P.m4v
frame00004-P.m4v ...

this   just  needs   a  sprintf   to  create   the   filename  string,
open(filename) and a write(fd, buffer, xstats.length); close(fd); just
after the frame encoding.

-- 
Edouard Gomez