by Devin Yang
(This article was automatically translated.)

Published - 7 years ago ( Updated - 7 years ago )

To convert webm to mp4, you can use the command below
ffmpeg -fflags +genpts -i webcams.webm -r 24 webcams.mp4

Tags: bash ffmpeg

Devin Yang

Feel free to ask me, if you don't get it.:)

No Comment

Post your comment

Login is required to leave comments

Similar Stories


cwebp,bash

How do I use bash to optimize website image files and transfer images through cwebp

There are a lot of background images on the same page in my website, the download is too big, and I need to slim down. This cwebp tool is good. In the ubunut environment, apt install webp can be installed.

bash,cli

some commands to check cpu, ram and disk info in linux

Introduce those commands that can be used to check hardware information on the Linux host

ffmpeg

Use ffmpeg to list the webcam and mic supported by MacOS

Here is how to capture capture devices on MacOS