On Sat, 2007-12-29 at 21:00 +0100, Herman Robak wrote: > This can be quite annoying if you need to recode a long recording > quickly. As far as I can tell, ffmpeg doesn't take sequences of > files as input. sure does: cat f01.dv f02.dv | ffmpeg -i - foo.avi
make one dv file instead of copying it: cat *.dv | dvgrab -stdin -format raw output or even cat *.dv > output.dv might work j _______________________________________________ Cinelerra mailing list [email protected] https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra
