Hallo > > When you bend from one video to the next > > the sound will enlarge for one second, per transition. So you have to > > cut down each editlist file 1 second in the end for example. > > You can do that rather easy when you load the old editlst file and > > select the whole movie and move the end 1 sec earlier. And save it with > > a different filename. > I shall not need to do that. I'm going to use a soundtrack completely > separate from the stills. I grabbed it from a music part of the main > recording and faded it off after the required time. I'm confident that it is > going to work. Fine :)
> I do have another question, though. I thought it might make the transition > between the main recording and the coda smoother if I faded out the main > part, but I'm having problems with the transition. Is it because the main > part is interlaced and the transition isn't? If so, that is going to be a > big problem when adding the coda. The output is Your streams have to be completley the same, including the interlacing. You see that in that line: DEBUG: [lav2yuv] interlacing: not interlaced A wild guess that might work would be: ypipe -v 2 "lav2yuv -v 2 -o -25 cottingley07.eli | yuvcorrect -T INTERLACED_TOP_FIRST" "lav2yuv -v 2 -f 25 image20.avi" | transist.flt -o 0 -O 255 -d 25 | yuv2lav -v 0 -f a -q 80 -o fade.avi > ypipe -v 2 "lav2yuv -v 2 -o -25 cottingley07.eli" "lav2yuv -v 2 -f 25 > image20.avi" | transist.flt -o 0 -O 255 -d 25 | yuv2lav -v 0 -f a -q 80 -o > fade.avi > - --DEBUG: [lav2yuv] Edit list cottingley07.eli opened > - --DEBUG: [lav2yuv] Edit list norm is PAL > - --DEBUG: [lav2yuv] Edit list contains 1 files > - --DEBUG: [lav2yuv] Opening video file /Data/Cottingley/cottingley07.avi ... > - --DEBUG: [lav2yuv] Opening video file image20.avi ... > - --DEBUG: [lav2yuv] File: image20.avi, absolute > name: /Data/Cottingley/image20.avi > - --DEBUG: [lav2yuv] frames: 124 > - --DEBUG: [lav2yuv] width: 768 > - --DEBUG: [lav2yuv] height: 576 > - --DEBUG: [lav2yuv] interlacing: not interlaced [...] > - --DEBUG: [lav2yuv] frames: 5885 > - --DEBUG: [lav2yuv] width: 768 > - --DEBUG: [lav2yuv] height: 576 > - --DEBUG: [lav2yuv] interlacing: top field first [...] > - --DEBUG: [lav2yuv] MJPEG frame 5806 len 219328 If that does not worr you have to rencode the first (you and also encode the 2nd but than the mode keyword has to be different in yuvcorrect) part: lav2yuv cottingley07.eli | yuvcorrect -T INTERLACED_TOP_FIRST | yuv2lav -o cottingley07_top_first.avi And then the ypipe command: ypipe -v 2 "lav2yuv -v 2 -o -25 cottingley07_top_first.avi" "lav2yuv -v 2 -f 25 image20.avi" | transist.flt -o 0 -O 255 -d 25 | yuv2lav -v 0 -f a -q 80 -o fade.avi auf hoffentlich bald, Berni the Chaos of Woodquarter Email: [EMAIL PROTECTED] www: http://www.lysator.liu.se/~gz/bernhard ------------------------------------------------------- SF.Net email is sponsored by Shop4tech.com-Lowest price on Blank Media 100pk Sonic DVD-R 4x for only $29 -100pk Sonic DVD+R for only $33 Save 50% off Retail on Ink & Toner - Free Shipping and Free Gift. http://www.shop4tech.com/z/Inkjet_Cartridges/9_108_r285 _______________________________________________ Mjpeg-users mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/mjpeg-users