Ask HN: How do I start my own cybersecurity related company?
2 points by babuloseo 7h ago 3 comments
Ask HN: Would you be interested in OpenRouter for MCPs?
3 points by subramanya1997 1d ago 1 comments
Show HN: M2M – A bash tool to convert YouTube videos to audio with yt-dlp&FFmpeg
1 qwertySaffron 1 5/27/2025, 5:49:43 PM github.com ↗
This is my first bash tool! It's called m2m (media to media), and it's a tiny script that downloads videos using yt-dlp and converts them to any supported format via ffmpeg.
Comments (1)
miles · 1d ago
Rather than downloading an entire video, converting it to audio, then automatically deleting the video, why not download just the audio to begin with (e.g., `yt-dlp -f 140 <URL>`)?