You're looking at a specific version of this model. Jump to the model overview.
            
              
                
              
            
            Input schema
          
        The fields you can use to run this model with an API. If you don’t give a value for a field its default value will be used.
| Field | Type | Default value | Description | 
|---|---|---|---|
| mp4 | 
            string
            
           | 
            Choose an mp4 video file to upload.
           | |
| keep_original_video_length | 
            boolean
            
           | 
              True
             | 
            Want the enhanced video to have the same duration as the original? If `True`, the frame rate will adjust to keep the same length while smoothing. If `False`, you can set your desired frame rate using `custom_fps`.
           | 
| custom_fps | 
            number
            
           | 
              24
             Min: 1 Max: 240 | 
            Only applicable if the above `keep_original_video_length == False`, This parameter will be ignored otherwise. Specify your desired frame rate (fps) for the enhanced video.
           | 
| number_of_framerate_doubles | 
            integer
            
           | 
              1
             Min: 1 Max: 4 | 
            Number of times the frame rate will be doubled. Can also be thought of as the number of intermediate frames we are generating. For example, if set to 1: a video with 100 frames will become ~200 frames. If set to 2: the result would be ~400 frames, and so on.
           | 
            
              
                
              
            
            Output schema
          
        The shape of the response you’ll get when you run this model with an API.
              Schema
            
            {'items': {'format': 'uri', 'type': 'string'},
 'title': 'Output',
 'type': 'array'}