ffmpeg is an open source command-line tool that enables us to convert audio or video formats.
-an
option disables audio recording.
You can remove audio from movie:
$ffmpeg-i example.mp4-an example-nosound.mp4
Beside, an instant one-liner program to process multiple files withfish shell is like this:
$forxin ./*.mp4; ffmpeg-i$x-an$x.no-sound.mp4; end
Top comments(1)
Subscribe

nabbisen•
Founder of Scqr Inc. (scqr.net) Apps dev and c/s monk. IT ストラテジスト. システム監査技術者. 登録セキスペ. Interested: Social relationships, cybersecurity. OpenBSD/Rust etc.
- Joined
Hi, anabero. Thank you for your information with the link.
That's the first to me. I'll try it 😊
Well, I have often felt impressed to know mobile apps have got much more convenient...
For further actions, you may consider blocking this person and/orreporting abuse