Video embed plugin for Kirby 3?

Is there an embed plugin similar to https://github.com/distantnative/embed for Kirby 3 (or is anyone willing and able to create one)? I’d like a more intuitive and user friendly way of adding YouTube and/or Vimeo videos to a page that includes options (toggles?) to autoplay than to use the video Kirbytag in a textarea.

You can either make a custom feild that extends the files field to add the extra options that you want, or use the Builder plugin and make a Video block to do it for you. This is easier than the first option.

You could also use the shiny new Editor field which supports video embeds. You may have to make a custom block to add the extra properties if it doesnt already do them all.