I've a problem to read a movie information with space in the name (only space, no problem with special char same coma and other.. )
When this module try to read this movies, I got a obejct with empty properties like this :
But if I try to read it directly with "ffmpeg -i", I got the right information !
Apparently this function Stringify the filename received in params, and ironically if I copy this file name on this command > ffmpeg -i "this name" on command line, this work fine !?
I use Powershell on Windows 10, I've not try on Linux or Mac.
I'm French, sorry if I not speak correctly English.
Hello,
I've a problem to read a movie information with space in the name (only space, no problem with special char same coma and other.. ) When this module try to read this movies, I got a obejct with empty properties like this :
But if I try to read it directly with "ffmpeg -i", I got the right information ! Apparently this function Stringify the filename received in params, and ironically if I copy this file name on this command > ffmpeg -i "this name" on command line, this work fine !?
I use Powershell on Windows 10, I've not try on Linux or Mac. I'm French, sorry if I not speak correctly English.