Aleksander V. Dyomin, on 30/10/2005 17:46 you wrote:
> Its possible to change field order in mpeg2
> _without_ recoding? I have tested "wrong" and "right" files and sizes is
> equal, and differences is similar on some bytes(some flags is different
> I think). But I dont found any utilities to ch
Frank Albrecht, on 25/09/2005 05:42 you wrote:
> I use yuvdenoise for a long time with the options -S and -b.
> Are these gone in mjpegtools 1.8.x?
Make attenction: by default, the new yuvdenoise has a gaussian filter
and a spatial filter on. The motion compensation was also removed (it
was very u
I have a problem with PAL DV:
**ERROR: [lav2yuv] DV PAL YV12 input was not configured at compile time
If I comment the line 471 of lav_common.c:
# ifndef LIBDV_PAL_YV12
//mjpeg_error_exit1("DV PAL YV12 input was not configured at " \
"compile time");
# else