File size: 379 Bytes
1c1e321
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
// All configuration options: https://remotion.dev/docs/config
// Each option also is available as a CLI flag: https://remotion.dev/docs/cli

// Note: When using the Node.JS APIs, the config file doesn't apply. Instead, pass options directly to the APIs

import {Config} from '@remotion/cli/config';

Config.setVideoImageFormat('jpeg');
Config.setFrameRange([0, (54 * 30) / 5]);