pikim
pikim
Found a forum entry (https://discourse.getgrav.org/t/is-it-possible-to-change-plugin-config-programmatically/11450) and tried it accordingly, but got the same result as the thread opener: changes are temporarily and it's not possible so store changed settings.
The issue still exists.
@markusd1984 could you give [this](https://github.com/pikim/vidcutter) version a try? I made several changes regarding SmartCut, maybe it will help you.
@jchhenderson, @markusd1984 as I'm running Linux I have no idea how to build and use VidCutter on Windows. But I didn't change anything that has to do with installation, so...
I installed it using [this PKGBUILD](https://aur.archlinux.org/cgit/aur.git/tree/PKGBUILD?h=vidcutter-git) (with modified `source`), but I don't know whether this may help you.
I had the same message when trying to save h264 files. See https://github.com/ozmartian/vidcutter/issues/257#issuecomment-569539686 for my solution.
I had the same message when trying to save h264 files. See https://github.com/ozmartian/vidcutter/issues/257#issuecomment-569539686 for my solution.
If you use this piece of code ``` if vcodec is not None: encode_options = VideoService.config.encoding.get(vcodec, ['copy']) args = [ '-v', '32', '-i', source, '-ss', frametime, '-t', duration, '-c:v', ]...
I had the same message when trying to save h264 files. See https://github.com/ozmartian/vidcutter/issues/257#issuecomment-569539686 for my solution.
@ratcashdev Your error is not the same as @umbertones. @umbertones I had the same error message in the log. The problem in my case was that `ffprobe -v error -show_packets...