Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

_Zero_

macrumors newbie
Original poster
Jan 18, 2022
3
0
Just like the title says, I'm looking for the original soundtrack to the old 90s Mac game called, "LUNICUS".

If anyone has it, or knows where to find it, then let me know.

Thanks everyone.
 

mi7chy

macrumors G4
Oct 24, 2014
10,495
11,155
Are you referring to this?


You can use yt-dlp and ffmpeg to download the music from audio track.

Code:
Get url of mp4a audio with yt-dlp:
./yt-dlp -g -f 140 https://youtu.be/8w5pSAbVlCs

Download music starting at 123 secs:
./ffmpeg -ss 123 -i "paste url here" -c copy Lunicus.mp4

 

_Zero_

macrumors newbie
Original poster
Jan 18, 2022
3
0
Awesome, thank you. I'll give this a try.
Thanks for the response. :)
 

mi7chy

macrumors G4
Oct 24, 2014
10,495
11,155
You can also right click on the player in the first post and select "save audio as".
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.