14,953
edits
(Created page with "Troubleshooting of runway issues == Resolve the error 'Generation error' == === Error condition === After waiting patiently for several minutes in the queue for a video generation task to be processed, I encountered a "Generation error" which prevented the video from being successfully produced. The complete error message is as follows: <pre> Generation error Your credits will be refunded. Please try again or adjust your prompt if you continue to encounter this error....") |
|||
| Line 30: | Line 30: | ||
Explanation of options (from {{kbd | key=<nowiki>ffmpeg --help</nowiki>}}) | Explanation of options (from {{kbd | key=<nowiki>ffmpeg --help</nowiki>}}) | ||
* -i <input file> | * -i <input file> | ||
* -vf <filter_graph> alias for -filter:v (apply filters to video streams) | * -vf <filter_graph> alias for -filter:v (apply [https://ffmpeg.org/ffmpeg-filters.html filters] to video streams) | ||
* -af <filter_graph> alias for -filter:a (apply filters to audio streams) | * -af <filter_graph> alias for -filter:a (apply filters to audio streams) | ||