Exception in thread "main" java.io.IOException: Cannot run program "./res/ffmpeg32.exe": CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessBuilder.start(Unknown Source)
at net.indiespot.media.impl.FFmpeg.extractMetadata(FFmpeg.java:73)
at net.indiespot.media.Movie.open(Movie.java:47)
at com.drabiter.test.VideoPlaybackTest.main(VideoPlaybackTest.java:56)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
at java.lang.ProcessImpl.create(Native Method)
at java.lang.ProcessImpl.<init>(Unknown Source)
at java.lang.ProcessImpl.start(Unknown Source)
... 4 more
I tried above code but can’t find the file, and I think the problem doesn’t lie on my path. Also, is there any way to use this version without lwjgl, like your previous simpler sample code (which uses “oldskool controls”)?
on last sentence I asked why riven’s previous code which is shorter can’t be used. I fixed problem on that post, I didn’t see that slash. However I got this now