laravel-ffmpeg
laravel-ffmpeg copied to clipboard
how to open an arbitrary path?
i have an environment when i don't know exactly where the files will be used but i know their absolute file path is it possible to open arbitrary file path rather than using ::fromDisk?
when i use just FFMpeg::open($path); it always tries to open the path relative to my public filesystem disk