10 lines
321 B
TypeScript
10 lines
321 B
TypeScript
// See all configuration options: https://remotion.dev/docs/config
|
|
// Each option also is available as a CLI flag: https://remotion.dev/docs/cli
|
|
|
|
// Note: The configuration file does only apply if you render via the CLI !
|
|
|
|
import {Config} from 'remotion';
|
|
|
|
Config.setImageFormat('jpeg');
|
|
Config.setOverwriteOutput(true);
|