Re: [Mjpeg-users] more telecine stuff

2005-01-29 Thread E.Chalaron
> Super 8 is an old home movie film format. Based on the info provided, there > are 6 frames per inch. Not sure about the frame-rate, but I imagine it's > somewhere around 20 - 30 per second. 18 fps... or ideally 24 fps. Most people were using it at 18 fps, processing was expensive. > most like

Re: [Mjpeg-users] more telecine stuff

2005-01-29 Thread E.Chalaron
So far I am using the following : ( find . -name \*.ppm | xargs cat ) | ppm2raw -a > reelB.dv and it works fine Thanks again to all for the advice you gave ... E > You'd get better speed with something like: > find -name \*.ppm | xargs -n200 cat | ppmtoy4m > cat can't take 28800 files on the comm