by Devin Yang
(This article was automatically translated.)

Published - 6 years ago ( Updated - 6 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


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

terminal,shortcuts,bash

Terminal Hotkey Raiders

This article introduces and sorts out some hotkeys of the terminal, let’s see what you don’t know? Come and try.

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.