Image generated with AI
Render Image Sequence in Maya: Step-by-Step Guide
Diego Cortés
Author
You hit Render expecting a video and get a folder full of numbered images instead. That is not a mistake: it is an image sequence, and it is exactly how studios work. This guide shows how to set up a render image sequence in Maya, from the # file name to the final edit.
Why render an image sequence in Maya instead of a video
Maya can write both video files (.MOV, .AVI) and image sequences (.PNG, .EXR). A professional pipeline almost always picks the sequence, and not out of habit: every frame is an independent file you can fix without redoing the rest.
Image sequences as the production standard
With separate frames you can re-render a single frame when a client asks for a change, stop and restart the render by ranges, spread the work across several machines and send the image to compositing without a second round of compression. A video file forgives none of that: if frame 300 comes out wrong, you re-render and encode the whole animation again.
When a direct video file still makes sense
For quick previews and lightweight deliveries, a video file is perfect. Just remember that Playblast is not a render: it is a viewport capture for checking timing, never a final output.
Setting up the output in Render Settings
Opening Render Settings and choosing the renderer
Open the panel from the icon in the top right corner of the workspace or from Render > Render Settings with the Rendering menu set active. Under Render Using, Maya ships with Maya Software by default; for photoreal work you switch to Arnold, the renderer we covered in the Maya Arnold rendering guide.
File Output: the name with the # token
Inside the Common tab, under File Output, the Frame/Animation ext field defines the naming pattern. Pick any option that includes the # token, for example name.#.ext. This is the detail most people miss: a video editor reads the whole sequence as a single clip when you import the first file only if the pattern stays consistent.
Frame padding: how many digits per frame
Padding is the number of digits in the frame counter. A 400-frame animation uses 3 digits; a 4,000-frame shot needs 4. It looks cosmetic and it is the number one cause of scrambled frames in the edit: without padding, the editor sorts frame_10 before frame_2 and the video jumps. If the shot is long or you plan to split the render across machines, use 4 digits from the start and do not change it mid-production.
Frame Range and By frame
Selecting a pattern with # unlocks Start frame and End frame under Frame Range, where you define the exact range of the shot. The By frame parameter controls the increment. With 1 you render every frame; with 3 you render one out of every three, which is ideal for a fast lighting and timing test before launching the final render. The same trick helps you split a long range across several machines.
Renderable camera, resolution and format
Under Common > Renderable Cameras you flag which cameras take part in the render. If your scene has several, Current Camera renders only the selected one and All Render-Enabled Cameras renders all of them, which is handy for turntables and alternate shots of the same set. For resolution, the HD 720 and HD 1080 presets cover most deliveries. For format: lossless PNG for previews and delivery, 32-bit EXR when the destination is compositing, as explained in the render passes and AOVs guide.
Batch Render vs Render Sequence: which one to use
Maya has two ways to render a full animation and people mix them up all the time. The difference is not image quality, it is how they work and the limitation each one carries.
Batch Render: rendering in the background
Render > Batch Render launches a separate Maya session with a saved copy of the scene. You can keep working in your file while it renders, send the job to another machine and finish far sooner than rendering from the interface. Frames land in the project images folder by default. To cancel, Render > Cancel Batch Render; to see the frame in progress, Render > Show Batch Render. Options live under Render > Batch Render >, following the official Autodesk documentation.
Render Sequence: the watermark-free path
Render > Render Sequence writes frames into the Render View as they are computed, so it locks Maya until it finishes and cannot be used for network rendering. In exchange it brings a huge advantage: according to the Autodesk documentation, if you do not have an Arnold license, Render Sequence is the way to render the sequence without a watermark. Command line or network rendering with Arnold does add the watermark unless you have batch render nodes.
Useful Render Sequence options
Add to Render View lets you review the sequence with the slider; Render Region limits rendering to a specific area while you test settings; All Render-Enabled Cameras and All Render-Enabled Layers extend the render to everything flagged; Ignore Local Overrides keeps a local override from changing the result. Watch out for Alternate Output File Location: that alternate folder only lasts for the current session and is lost when you open another scene or restart Maya. With AOVs enabled, Render Sequence saves those too.
Rendering individual frames
To fix a single frame, do not relaunch the whole range: set Start frame and End frame to that one frame and render. It is the strongest argument for image sequences and the reason a professional pipeline never drops them.
Assembling the frames into a video
With the name.####.ext pattern, Premiere, After Effects or DaVinci recognise the sequence when you import the first file. If you prefer free software, Blender's Video Sequence Editor handles the edit without leaving the suite.
Importing the sequence
Import the first frame and confirm the editor reads it as one continuous clip. If it asks for every file separately, the problem is the naming pattern, not the editor.
Exporting the final video
Edit, review and export to MP4 or MOV with your delivery codec. If the next step is compositing, do not export video at all: work straight from the EXR files. And if the scene is heavy, your machine may not be enough: in the cloud render farms guide we saw how to split the range across hundreds of nodes without touching your output settings.
Common image sequence problems
- The perspective view renders instead of the animated camera: the camera is not flagged under Renderable Cameras, or Current Camera points at another view.
- The render comes out with a watermark: that is Arnold in batch or command line without a license or batch render nodes; use Render Sequence.
- Frames assemble out of order: not enough padding, or an inconsistent naming pattern between frames.
- The sequence does not interpolate in the editor: the # pattern (name.#.ext) is missing, or every frame has a different name.
- The background render seems stuck: check the status bar at the bottom and Render > Show Batch Render; in Render Sequence, progress is reported in the Script Editor.
- Black or too dark frames: exposure or colour management is not being applied to the output; check the view transform before re-rendering.
Conclusion
The full workflow is shorter than it looks: pick the name.#.ext pattern, set padding and range, flag the renderable camera, choose between Batch Render and Render Sequence based on your license, and assemble the frames in any editor. From there, every client change is solved with a handful of frames instead of the whole animation. If you rather watch it on screen, the curated video Render Image Sequence Maya Tutorial from the What Make Art channel walks through the same process inside the interface, and the platform has more curated Maya tutorials to keep building your pipeline.