I recorded a screencast with kazam.
Now I have a webm file.
Which tool can I use to edit this video?
I want to cut (remove) some parts.
I use Ubuntu 18.04
I recorded a screencast with kazam.
Now I have a webm file.
Which tool can I use to edit this video?
I want to cut (remove) some parts.
I use Ubuntu 18.04
For cutting/inserting, a simple linear video tool like avidemux will do.
You may also use one of the several non-linear video editors available on Ubuntu. Openshot is very accessible for beginners, KDEnlive is very powerfull and still quite easy to master, and there are others.
That does not mean these editors support the webm format. Webm, hopwever, is just a container format that contains conventional audio and video streams. If necessary, you may need to transmux the video and audio to a container format supported by these formats. The Matroska format (.mkv) will certainly do. You can convert webm video to mkv video without any loss in quality using the command
This literally copies the video and audio streams, so it goes vast fast and there is no loss in quality. Simply providing the file extension .mkv is sufficient to tell ffmpeg to write out in Matroska format.