Z _Zero_ macrumors newbie Original poster Jan 18, 2022 3 0 Jan 18, 2022 #1 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.
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,640 11,321 May 17, 2022 #3 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 Click to expand... Video is loading or being processed.
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 Click to expand... Video is loading or being processed.
Z _Zero_ macrumors newbie Original poster Jan 18, 2022 3 0 May 18, 2022 #4 Awesome, thank you. I'll give this a try. Thanks for the response.
mi7chy macrumors G4 Oct 24, 2014 10,640 11,321 May 18, 2022 #5 You can also right click on the player in the first post and select "save audio as".