Which program to use for convert webm to mp4

what program can be used on pureos to convert webm to mp4 files?
Linux programs like ffmpeg or Avdshare Video Converter are not available in software center.

You can install ffmpeg in a terminal using apt:

sudo apt install ffmpeg

(Not sure if you would need more programs than that or not though).

Then simply use ffmpeg in the terminal. Command line examples can be found on http://xahlee.info/img/convert_video_webm_mp4.html and probably loads of other places.

1 Like

thanks my issue has been fixed.

1 Like