Hello There

just to clear up a point :
>From cinelerra I encode some RGB videos through the yuv4mpeg pipe to DNX.

ffmpeg -threads 2 -y -i - -vf "format=rgb24,yuv422p" -f yuv4mpegpipe - |\
yuvdenoise -t 2,8,8 -m 2,8,8 |\
ffmpeg -y -threads 2 -i - -b 220000k -vf "pad=1920:1080:240:0:black"
-vcodec dnxhd -threads 2 $fichier

However the display on the command line refers to a stream in yuv420p,
hence probably loosing some data in Cr and wasting time denoising zeros...

Any advice ? is it a ffmpeg issue or a cinelerra one or mine :-[ ?

Thanks a lot !
Edouard

_______________________________________________
Cinelerra mailing list
Cinelerra@skolelinux.no
https://init.linpro.no/mailman/skolelinux.no/listinfo/cinelerra

Reply via email to