Hi all
To follow up with my email few days ago regarding piping into ffmpeg / x
264  etc ...
I got it to work ..partially. So already it did clear up a lot. thanks
heaps for that.

Now a workaround for me would be to pipe a quicktime 422 uncompressed
into ffmpeg

ffmpeg -i test2.mov -pix_fmt yuv422p -f yuv4mpegpipe - | \
yuvdenoise |\
x264 --sar 1:1 -m 6 --me umh -b 4 --b-pyramid --bitrate 24000 --threads
2 -o /home/edouard/test.264 - 1280x720

However it gives me funny pyscho colors. Very likely a pix_fmt thing.
If I use 422 is because my data are not from a camcorder but from a
machine vision camera.
Any hints, I found not a lot about ffmpeg and 422 (V308 codec actually).

Cheers
E

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

Reply via email to