Re: [Mjpeg-users] How to concatenate yuv streams

2005-05-23 Thread Dik Takken
On Mon, 23 May 2005, Dave Chapman wrote: Steven M. Shultz gave me the solution to this problem a while ago. You need to create a bash function to strip out the header line from the second (and subsequent) yuv streams. e.g. [start of script] Ah, wow. This is very cool. Thanks a lot!! Cheer

Re: [Mjpeg-users] How to concatenate yuv streams

2005-05-23 Thread Dave Chapman
Dik Takken wrote: > > Hi all, > > I was just trying to create a single MPEG2 file from multiple DV files, > where each DV file is treated differently (different denoising etc). I > tried to do this: > > ( scriptA.sh ; scriptB.sh ) | y4mscaler ... | mpeg2enc ... > > The shell scripts each produc

[Mjpeg-users] How to concatenate yuv streams

2005-05-23 Thread Dik Takken
Hi all, I was just trying to create a single MPEG2 file from multiple DV files, where each DV file is treated differently (different denoising etc). I tried to do this: ( scriptA.sh ; scriptB.sh ) | y4mscaler ... | mpeg2enc ... The shell scripts each produce a yuv stream on stdout. These st