Baishun's Space

ffmpeg usage

By Baishun on Aug 7, 2024
ffmpeg usage

Compress wav to mp3 with low rate:

ffmpeg -i ${input_audio} -b:a 96k -map a ${output_audio}

Cut audio


ffmpeg -ss ${start_second} -i ${src_audio.mp3} -t 100 -c copy ${output_audio}
For business cooperation or you have any questions, please send email to : lecy.cc.app@gmail.com
© Copyright 2024 by Baishun Space. Built with ♥ by Lecy. Origin theme of this blog is from ixartz. Social Icons are copied from astro-social-share