Quote:
Originally Posted by geekmaster
Notice the "&" after the first ffmpeg call. They run as parallel processes.
|
Yes, backgrounding is what I use [root@kindle video]#
zcat gmvid.gmv.gz | ./gmplay & ../sound/tones -f 4000 -D hw -c 2 -v -r16000 -mdirect_write
(in that order as the video is finite and the tones are not)
I'm looking at my options in ffmpeg now