Type: InputFile
The following syntax can also be used:
$InputFile = 'filename.mp4'; // The file path can also be used
$InputFile = 'https://google.com'; // A URL can also be used
You can also use async streams, HTTP response objects, and much more!
The following syntax can also be used:
$InputFile = 'filename.mp4'; // The file path can also be used
$InputFile = 'https://google.com'; // A URL can also be used
You can also use async streams, HTTP response objects, and much more!