Hallo, The subject line is probably not very clear, but here is my problem:
I have a project (a movie) consisting of many takes. Most of them need their own setting for preprocessing (denoiser, scaler etc) which are very different from take to take such that it is impossible to find a satisfactory compromise. My usual way of encoding is: lav2yuv x.eli | a_long_preparation_pipe_x | mpeg2enc -o x.m2v The preparation pipe contains all denoising etc steps. Given that I have many of them, I prepared files 1.mpg, 2.mpg,...,N.mpg. When authoring the DVD I managed for playing these files in order without pausing. Unfortunately, this method works bad. Depending on the hardware DVD player, the jump from one file to the next can be well seen. So this method does not work. Here comes my question: Is there a nice (automated?) possiblilty to make something like this working: (lav2yuv 1.eli | a_long_preparation_pipe_1 ; \ lav2yuv 2.eli | a_long_preparation_pipe_2 ; \ ......... ) | mpeg2enc such that I obtain only one mpeg file? Thank you Michael ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Mjpeg-users mailing list Mjpeg-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/mjpeg-users