Kevin Chappell

Results 62 comments of Kevin Chappell

@behroozramezani Same issue here. Did you ever find a work around?

@kn00tcn The video itself has tearing.

I have only tried xrender and glx backends. Here is my ffmpeg command: ``` ffmpeg -f x11grab -framerate 60 -s 3440x1440 -i :0.0 -preset ultrafast tearing-example.mkv ``` That command produced...

@behroozramezani thanks for the update. I am already using SNA on ubuntu but I see others are also having issues with Intel HD 620 (my graphics) so will look deeper...

@kmatheussen I was under the impression Obs used ffmpeg but have wanted to try it anyways so thanks for the tip, will give it a go now. edit: just read...

Sorry but there is currently no way of doing this and implementing it would be a large undertaking. There is grouping in [Formeo](https://draggable.github.io/formeo/) but no input sets. I think it...

@amityweb The files used for the website are built specifically for that use and have configurations attempting to pull language files from the `assets/lang/` directory. If downloading from the site...

i see the issue now. Languages were moved to their own repo and no longer included with formBuilder downloads. You can set the `i18n.location` config option to `https://formbuilder.online/assets/lang/` until a...

@Obaidraj can you provide an example of this option not working?

`required` should be applied [here](https://github.com/kevinchappell/formBuilder/blob/master/src/js/form-builder.js#L629) however it's possible that it's being overwritten somewhere as the `name` attribute has some additional logic applied to prevent name space collision.