Machine:
Linux 2.4.20, AMD Athlon XP 1800+ 256 Mb Ram, mjpeg tools 1.6.1 with
yuvmedianfilter from CVS.
I encoded a vhs source 2 hour tape with the following pipeline:
lav2yuv test*.avi | yuvdenoise -r 16 -S 0 -b 8,8,-8,-8 | yuvmedianfilter -t 0
-T 2 | y4mscaler -O size=352x576 -S option=cubicB
Question is, has anyone tried to "rsh" some jobs out to other
computers (e.g. on a 100Mb ethernet) to try to shorten the time,
or would that just mean the network becomes the bottleneck?
I use netpipes instead of rsh, but either way the network shouldn't be
much of a bo
Hallo
> Question is, has anyone tried to "rsh" some jobs out to other
> computers (e.g. on a 100Mb ethernet) to try to shorten the time,
> or would that just mean the network becomes the bottleneck?
>
> I use netpipes instead of rsh, but either way the network shouldn't
Hey Axel,
On Sat, 2003-05-31 at 11:05, Axel Philipsenburg wrote:
> Now, when I tried to use lav2yuv it complained about unsupported file format
> but stated that AVI and QT were supported. file indetified the qt file as
> Quicktime and mplayer played it as well. So I guess I must have made mistak