Hacker News new | past | comments | ask | show | jobs | submit login

ffmpeg -f concat -i mylist.txt -c copy output.mp3

https://superuser.com/questions/587511/concatenate-multiple-...




It's not quite so simple; I need to insert smaller audio files into a larger file at specific time codes.


Splice you parent file at the time stamps, interleave the samples, then concat.


I'm trying to avoid reencoding multiple times, and saving WAV to disk puts serious pressure on storage constraints


You could use FLAC as an intermediate lossless codec which should reduce storage costs by about 1/2 to 2/3 compared to WAV.




Consider applying for YC's Spring batch! Applications are open till Feb 11.

Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: