|
From: Roman S. <rv...@su...> - 2005-04-07 06:07:37
|
On Wed, Apr 06, 2005 at 01:40:47PM +0930, Jonathan Woithe wrote:
> Essentially I tested ffmpeg's encoder both with a CGI frame and a "real
> world" frame. The upshot was that with the real world frame ffmpeg's encoder
> appears to do a good job, while with the CGI input it's better than libdv but
> there are still issues. Note though that these issues might be associated
> with the limits of DV's quality - I don't know and can't test this.
In general, I agree with the way you did your experiments but:
1. You shouldn't be doing deinterlancing. There are very few
tools for that to handle PAL chroma issues correctly.
2. The only format that doesn't screw up PAL chroma right away
is YUV4MPEG. So you should be using it instead of PNG to
store the output of the DV decoders.
3. You might find it usefull to try commercial DV codecs by the
virtue of MPlayer .dll handling.
Thanks,
Roman.
|