Log in

View Full Version : Difference in output between encoding in ARM and PC


Saint Havy
28th October 2008, 07:51
Hello, I had build x264 in gcc3.4.6 and arm-linux-gcc 3.4.1, and then I ran the x264 by gcc in PC, and ran the x264 by arm-linux-gcc in a ARM board, use same command below:
./x264 -o 1.264 news.yuv -b 5 -q 26 --no-asm 176x144. Then I got 2 output files. But, the 2 output files have tiny difference, I can play the file from PC but can not play the file from ARM by MPlayer.
I found that there are only some bytes differred at third nalu in the files. Is this a normal result? My x264 is git at 20081013.