Convert from VMware VMDK to VirtualBox VDI
qemu-img convert image.vmdk image.bin
The resultant file will be a full-sized image, but sparse.
VBoxManage convertfromraw image.bin image.vdi --format=VDI
The resultant file will be a growable image, though it was significantly larger on mine than either the raw bin (allocated) or the vmdk.