M2m is a lightweight bash tool that simplifies the process of converting video files. By leveraging yt-dlp for video fetching and ffmpeg for conversion, it offers a seamless experience for transforming media files. Configure your output directory and enjoy hassle-free file management.
Convert video files effortlessly with m2m, a minimal yet powerful bash tool designed to streamline the video conversion process using yt-dlp and ffmpeg. This tool simplifies the task of converting video files into various supported media formats with just a few commands.
$HOME/Music/ytdownloads.To customize your output directory, add the following line to your .bashrc or .zshrc:
export YTDIR=$HOME/Music/ytdownloads
Convert a video from YouTube to MP3 format using the following command:
m2m "https://www.youtube.com/watch?v=EYI489Dc4Sc" outputfile.mp3
Simply change the .mp3 extension to any supported format to suit your needs.
With m2m, the process of downloading and converting videos is both efficient and straightforward, making this tool a valuable addition to your multimedia toolkit.
No comments yet.
Sign in to be the first to comment.