i'm not sure what you are trying to achieve (regular, automated conversions? one shot?) but i think you should write yourself a proper shell script for this, instead of angling for a one-liner (why?).
also, the && assumes that the previous find command returns true, keep that in mind.
|