Kosinkadink / ComfyUI-VideoHelperSuite

Nodes related to video workflows
GNU General Public License v3.0
524 stars 92 forks source link

Invalid video file in VHS_LoadVideoPath node #90

Closed tuangd closed 8 months ago

tuangd commented 8 months ago

I tried to load a vdo into VHS_LoadVideoPath and got the error below.

Prompt outputs failed validation
VHS_LoadVideoPath:
- Custom validation failed for node: video - Invalid video file: vdo.mp4

Is it the ffmpeg error? But I have ffmpeg install on my machine and it's working fine for other program. hmmm.mmm

tuangd commented 8 months ago

Ooops some how it works now...

AustinMroz commented 8 months ago

That check is performed well before ffmpeg is called. Usually it just indicates that a file of that name can't be found and is the result of a typo in the path.