Have you seen this? http://smorgasbork.com/linux/35-linux/92-ffmpeg-the-mother-of-all-command-lines D
On Sat, Sep 19, 2009 at 5:41 AM, E Chalaron <[email protected]> wrote: > nobody really ????? :-( > E > > > E Chalaron wrote: > > A year ago or so, Ildar provided me with this script to use x264 > > *#/bin/bash > fichier=$1.264 > mkfifo stream.y4m > x264 --sar 1:1 -m 6 --me umh -b 4 --b-pyramid \ > --bitrate 38500 --threads 2 -o $fichier stream.y4m & > sleep 0.5 > cat /dev/stdin > stream.y4m > rm stream.y4m > * > I'd like to improve it... however my skills at mixing pipes is not .... > that great. > I tried (without success) the following > > *#/bin/bash > fichier=$1.264 > mkfifo stream.y4m > **mkfifo stream2.y4m* > * > cat** stream2.y4m | yuvdenoise | y4mshift ->** stream.y4m > ** > x264 --sar 1:1 -m 6 --me umh -b 4 --b-pyramid \ > --bitrate 24000 --threads 2 -o $fichier stream.y4m & > sleep 0.5 > cat /dev/stdin > stream2.y4m > rm stream.y4m* > *rm stream2.y4m* > > Any idea what I got wrong? > > Thanks a lot > E > > _______________________________________________ Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra > > _______________________________________________ Cinelerra mailing list > [email protected] > https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra >
