LBRY Block Explorer

LBRY Claims • convert-stereo-to-mono-with-ffmpeg

e76f3be057728ab7fda9037b0e91fea61d2035a8

Published By
Created On
24 Aug 2020 20:02:03 UTC
Transaction ID
Cost
Safe for Work
Free
Yes
convert stereo to mono with ffmpeg
convert a file from stereo to mono with ffmpeg

ffmpeg -i infile.mp4 -ac 1 outfile.mp4

convert stereo to mono batch process

find -s . -type f -name "*.mp4" -exec sh -c \ 'ffmpeg -i "${0}" -ac 1 "${0%.*}-mono.mp4"' \ "{}" \;
...
https://www.youtube.com/watch?v=IPLpM2Yol_M
Author
Content Type
Unspecified
video/mp4
Language
Unspecified
Open in LBRY

More from the publisher

Controlling
VIDEO
WINDO
Controlling
VIDEO
FFMPE
Controlling
VIDEO
XMONA
Controlling
VIDEO
WINDO
Controlling
VIDEO
BROWS
Controlling
VIDEO
CONVE
Controlling
VIDEO
FIND
Controlling
VIDEO
FFMPE
Controlling
VIDEO
CREAT