[FFmpeg-devel] pixel format convertion yuv422p->yuv420p->yuv411p->yuv422p degrade picture
Michael Niedermayer
michaelni
Fri Jul 18 00:04:40 CEST 2008
On Thu, Jul 17, 2008 at 02:18:01PM +0300, Maksym Veremeyenko wrote:
> Ivo ???????(??):
>> On Wednesday 16 July 2008 16:01, Maksym Veremeyenko wrote:
>>> Ivo ???????(??):
>>>> On Wednesday 16 July 2008 13:18, Maksym Veremeyenko wrote:
>>>>> What tests more should i make?
>>>> As Michael Niedermayer already asked, it would help to know whether you
>>>> used the old converter or swscale (compile with ./configure
>>>> --enable-swscale).
>>> my all tests was done with binaries compiled with --enable-swscale :
>>>
> [...]
>> Ok, looks like it's only swscale that shows this problem. What happens if
>> you enable accurate_rnd or disable mmx, mmx2, 3dnow, et cetera
>
> if i add option
> -sws_flags accurate_rnd
This is invalid, its
-sws_flags +accurate_rnd
or
-sws_flags accurate_rnd+bicubic
otherwise you would tell sws to use "" as scaler algorithm and do it
accurately, no surprise that this fails catastrophically
ive change swscale to fail in case of such easy missuses
[...]
--
Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB
Frequently ignored awnser#1 FFmpeg bugs should be sent to our bugtracker. User
questions about the command line tools should be sent to the ffmpeg-user ML.
And questions about how to use libav* should be sent to the libav-user ML.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20080718/e6e74db0/attachment.pgp>
More information about the ffmpeg-devel
mailing list