> Hi,
> I'm trying to make high quality streaming using avifile libraries / =
> ffmpeg.=20 I use a hq capture card with SDI input, and want to make
> full use of = 2-pass compression provided by Divx/XviD. For the case
> I first capture into uncompressed YUY2 or losless HFYU avi = file. -
> works great, but=20 when I try to recompress it using avirecompress,
> it won't read the video = stream, and processes only the audio. From a
> compressed avi it works = fine - is this a bug, or I'm doing it wrong?
> Also the uncompressed YUY2 or HFYU files play fine with aviplay. Is
> there a better tool to use for recompression? Is there any place
> avilable describing how to tune any of = DivX5/Xvid/FFMpeg Divx5 for
> best results,=20 "avirec -l" seems to show only few of the attributes
> that can be set up. Also is there any .conf or .ini file whre theese
> settings are stored?
Are you sure, it works with compressed avis?
Two weeks ago, i have send a simple patch, which (hopefully) fixes
that. Here it comes again:
------------------ cut ---------------------
*** codeckeeper.cpp.orig Mon Feb 3 11:53:40 2003
--- codeckeeper.cpp Mon Feb 3 11:54:01 2003
***************
*** 892,898 ****
{
CodecInfo& ci = c[i];
! if (ci.privatename == pname)
return &ci;
}
--- 892,898 ----
{
CodecInfo& ci = c[i];
! if (ci.GetName() == avm::string(pname))
return &ci;
}
------------------ cut ---------------------
greetings, Torsten Blank
--
Awaron AG, Steinh�userstrasse 12, D-76135 Karlsruhe
Tel: 0721/15 109-0 Fax: 0721/15 109-99
_______________________________________________
Avifile mailing list
[EMAIL PROTECTED]
http://prak.org/mailman/listinfo/avifile