pastebin - collaborative debugging tool
mp3.kpaste.net RSS


Untitled
Posted by Anonymous on Fri 20th Jan 2023 19:58
raw | new post

  1. # convert a audacious m3u playlist to a ffmpeg.list
  2. cat myplaylist.m3u | awk '1==1 {printf("file %s\n",$0);}' >ffmpeg.list
  3.  
  4. #read all the files and output to a new mp3
  5. ffmpeg -f concat -safe 0 -i ffmpeg.list out.mp3

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.

Syntax highlighting:

To highlight particular lines, prefix each line with {%HIGHLIGHT}




All content is user-submitted.
The administrators of this site (kpaste.net) are not responsible for their content.
Abuse reports should be emailed to us at