- # convert a audacious m3u playlist to a ffmpeg.list
- cat myplaylist.m3u | awk '1==1 {printf("file %s\n",$0);}' >ffmpeg.list
- #read all the files and output to a new mp3
- ffmpeg -f concat -safe 0 -i ffmpeg.list out.mp3
Untitled
Posted by Anonymous on Fri 20th Jan 2023 19:58
raw | new post
Submit a correction or amendment below (click here to make a fresh posting)
After submitting an amendment, you'll be able to view the differences between the old and new posts easily.