Hello,
The easiest command line to do it is:
sam do reader yourInputTiff // w output.mov v_codec=dnxhd
After that, you can specify some other options (they are closed to the ffmpeg options).
Or you could use presets. To do so, you need to:
1. Export AVPROFILES to the environment.
export AVPROFILES=/path/to/tuttle/install/share/avprofiles
2. Use the profile you want.
sam do reader yourInputTiff // w output.mov v_preset=dnxhd120
sam do reader yourInputTiff // w output.mov v_preset=dnxhd175x
sam do reader yourInputTiff // w output.mov v_preset=dnxhd185
sam do reader yourInputTiff // w output.mov v_preset=dnxhd185x
sam do reader yourInputTiff // w output.mov v_preset=dnxhd36
Tell us if you encounter any trouble.
Regards,
Clement