Getting correct format and frame range if QuickTime movie, added via Python
If you want to add a QuickTime movie to the DAG pythonically, here's a trick for making sure you get the correct format and frame range.
(setValue on the file knob after a node has been created does not work as expected)
filepath = myMov.mov
nuke.createNode("Read", "file {"+filePath+"}")