laravel-ffmpeg icon indicating copy to clipboard operation
laravel-ffmpeg copied to clipboard

how to open an arbitrary path?

Open verybigelephants opened this issue 9 months ago • 0 comments

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

verybigelephants avatar Feb 10 '25 17:02 verybigelephants