Hello Daniel
Well... thanks for the link it helped on another matter but not really what I 
am after. I need to use the /dev/stdin through mjpegtools filters into X264, 
not ffmpeg.

Reason is that every time I used the ffmpeg x264 it gave me crap results...
I will give it another go with this link anyway.
Cheers
E

> Have you seen this?
> http://smorgasbork.com/linux/35-linux/92-ffmpeg-the-mother-of-all-command-lines
> D
> 
> 
> 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
> 
> 
>


_______________________________________________
Cinelerra mailing list
[email protected]
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to