Skip to content

Instantly share code, notes, and snippets.

@oylenshpeegul
oylenshpeegul / to_mp3.pl
Created June 10, 2021 22:57
Convert .opus and .m4a files to .mp3
#!/usr/bin/env perl
use v5.28;
use warnings;
use Path::Tiny;
use String::ShellQuote;
my $dir = path(shift // '..');
# Convert the .opus files by piping to opusdec first.