Tente isto:
-
net use k: \my_nas\share_name
-
ffmpeg -i k:\path\to\source.mov -vf "movie='k:\no\escaping\this\path.mov'[clip2]; [in] scale=640:360,pad=640:368:0:0:white [resized]; [resized][clip2] overlay=W-128:H-8 [out]" ...other params... -y "k:\path\to\dest.mp4"