Search found 2 matches

by flex
Fri Feb 24, 2023 4:39 pm
Forum: Help and Support
Topic: Couldn't parse any supported protocols
Replies: 3
Views: 962

Re: Couldn't parse any supported protocols

Well I'm an idiot, I forgot the code is available on GitHub. FFMpegVideo.java#L1832 List<String> protocols = FFmpegOptions.getSupportedProtocols(executableInfo.getPath()); fFmpegExecutableInfoBuilder.protocols(protocols); if (!protocols.isEmpty()) { LOGGER.warn("Couldn't parse any supported pro...
by flex
Fri Feb 24, 2023 10:01 am
Forum: Help and Support
Topic: Couldn't parse any supported protocols
Replies: 3
Views: 962

Couldn't parse any supported protocols

I get this error on startup. Using version 11.6.0. First time user, old version because of network share bug. Any idea what the problem could be? DEBUG 2023-02-23 16:48:26.928 [main] Checking transcoding engine AviSynth/FFmpeg WARN 2023-02-23 16:48:26.999 [main] Couldn't parse any supported protocol...