Echoes Corsac.net - Echoes camshot
vendredi 21 décembre 2018 (2 posts)

Aujourd'hui les jours rallongent \o/

Corsac@11:14:30 (Roadbook)

So Soldout, a band I really like, recently announced they were ending the adventure. They gave a last show last week in Brussels, but I couldn't manage to be there. Fortunately, the show was recorded and streamed live, so I was able to listen and watch. The show was really nice, and I actually listened to it multiple time, but video isn't the best format to hear it.

I decided to convert the video file to audio only, and split it so it'd be easier to listen. I don't really think I can share the result, but I guess I can share how to reproduce it.

First, the file is available on Soldout facebook page, it can be downloaded with:
youtube-dl --extract-audio https://www.facebook.com/wearesoldout/videos/531084120689596/

Then we just need some ffmpeg calls to split the files at the correct offset. The timestamps for my splits are: 150.00 580.00 868.55 1153.05 1552.85 1795.82 2048.84 2349.04 2759.29 3043.32 3293.02 3499.34 3955.38 4247.52 4589.55 4881.19 5072.57 5390.38. Here are the relevant ffmpeg calls:

ffmpeg -ss  150.00 -to  580.00 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/01. The call - We are soldout.m4a"
ffmpeg -ss 580.00 -to 868.55 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/02. Wasabi.m4a"
ffmpeg -ss 868.55 -to 1153.05 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/03. I can't wait.m4a"
ffmpeg -ss 1153.05 -to 1552.85 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/04. 94.m4a"
ffmpeg -ss 1552.85 -to 1795.82 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/05. Forever.m4a"
ffmpeg -ss 1795.82 -to 2048.84 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/06. My love.m4a"
ffmpeg -ss 2048.84 -to 2349.04 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/07. A drop of water.m4a"
ffmpeg -ss 2349.04 -to 2759.29 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/08. Oppression.m4a"
ffmpeg -ss 2759.29 -to 3043.32 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/09. I don't want to have sex with you.m4a"
ffmpeg -ss 3043.32 -to 3293.02 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/10. Mine (feat. John Stargasm).m4a"
ffmpeg -ss 3293.02 -to 3499.34 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/11. One word and the next.m4a"
ffmpeg -ss 3499.34 -to 3955.38 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/12. The Box (feat. Richard 23).m4a"
ffmpeg -ss 3955.38 -to 4247.52 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/13. I don't want to Have sex with you (Soldout vs. Girls in Hawaii).m4a"
ffmpeg -ss 4247.52 -to 4589.55 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/14. Do It Again.m4a"
ffmpeg -ss 4589.55 -to 4881.19 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/15. Get out.m4a"
ffmpeg -ss 4881.19 -to 5072.57 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/16. To the ocean.m4a"
ffmpeg -ss 5072.57 -to 5390.38 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/17. Dune.m4a"
ffmpeg -ss 5390.38 -i "SOLDOUT was live.-531084120689596.m4a" -vn "SOLDOUT Live at AB - Ancienne Belgique/18. The flow.m4a"

You can also download the complete shell script here. Tagging is left as an exercise.

Corsac@18:16:00 (Echoes)

Images
Stats
  • 1526 posts
  • 7959 jours
  • 0.19 posts/jour
  • IRC
  • Last.fm
Stuff
Tech
Weblogs
Desktop