Comments

Log in with itch.io to leave a comment.

Not sure why, but when I click to render the video/combine my clips and then hit yes, nothing happens at all. Thought it may have been an FFMPEG issue but typing ffmpeg into command prompt seems to work fine so it's definitely in my path

(1 edit)

VideoDude checks to see if FFMPEG is in the path and will complain if it is not. If you aren't seeing any such messages when you start it up, there must be something else going on. I'll dig around and see what I can find. I think at the very least this warrants getting a log file setup in the program so one can see what is going on in cases like this. 

Where do rendered videos save to by default? 

(+1)

When you start it up for the very first time, it should start in the %USERPROFILE% directory. On later runs, it keeps track of the last directory you saved videos in AND the last directory you loaded from and uses those as the starting directories.

Apprently, it only works if ffmpeg is installed to the same directory you have. Which is C:\utils. THank

Currently, VideoDude looks for ffmpeg.exe by trying all the paths listed in the System  PATH variable. It searches them in order, so it will take the first path that contains an ffmpeg.exe. Later versions will search the User PATH variable first and then the System PATH last.

For some reason I cannot do any of the controls or click on anything

(+1)

where do I have to put ffmpeg?

(3 edits) (+1)

You should put it in a directory that is in your system PATH. I put all my utility programs in c:\utils and have added that directory to my PATH. My copy of ffmpeg.exe lives there.