giandrea
9th October 2006, 14:32
Hello! I was encoding a small clip with x264 through ffmpeg and in the encoded video there are some strange purple artifacts. I used the following command with ffmpeg:
ffmpeg -i input_file.mpg -croptop 70 -cropbottom 70 -cropright 4 -cropleft 4 -s 640x272 -aspect 2.3225 -ss 21 -vcodec h264 -ab 128 -rc_eq 'blurCplx^(1-qComp)' -level 30 -b 1000k -qmin 16 -subq 6 -sc_threshold 40 -partp8x8 -partb8x8 -parti4x4 -partp4x4 -maxrate 1500k -me umh -me_range 12 -vframes 1000 -pass 1 output_file.mp4
The option that triggers the artifacts is -partp8x8.
I compiled x264 and ffmpeg from the latest svn on MacOS X PPC.
Can it be related to the altivec optimization? just wondering...
You can see the artifacts in this clip:
http://www.motoriweb.com/public/test_amelie.mp4 (http://www.motoriweb.com/public/test_amelie.mp4) (~1MiB)
Thank you,
Andrea Gianarro
ffmpeg -i input_file.mpg -croptop 70 -cropbottom 70 -cropright 4 -cropleft 4 -s 640x272 -aspect 2.3225 -ss 21 -vcodec h264 -ab 128 -rc_eq 'blurCplx^(1-qComp)' -level 30 -b 1000k -qmin 16 -subq 6 -sc_threshold 40 -partp8x8 -partb8x8 -parti4x4 -partp4x4 -maxrate 1500k -me umh -me_range 12 -vframes 1000 -pass 1 output_file.mp4
The option that triggers the artifacts is -partp8x8.
I compiled x264 and ffmpeg from the latest svn on MacOS X PPC.
Can it be related to the altivec optimization? just wondering...
You can see the artifacts in this clip:
http://www.motoriweb.com/public/test_amelie.mp4 (http://www.motoriweb.com/public/test_amelie.mp4) (~1MiB)
Thank you,
Andrea Gianarro