Using Applescript to export Movie in Quicktime Player

I have written a script to export a movie in all the various export options, the basis for the script is
export movie “Test.mov” to “ExportedMovie” as QuickTime Movie

this is working fine but i now want to go a step further and export the requested movie as a QuickTime movie using all the different compression options, for example, export the requested movie as a quicktime movie using BMP compression settings etc…

I was just wondering if anyone knows how to include this further step in an Applescript command?

Thanks for your help