by Devin Yang
(This article was automatically translated.)

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


ffmpeg

ffmpeg's batch conversion skills webm to mp3

This article introduces how I do multi-file format conversion in one directory. When you learn it, you can definitely conjure up new tricks.

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.