/* * title "Editing School Day 2: Cut" * author "Dylan Lom" * date 2021-03-07 * link stylesheet /main.css */ # $(echo "$title") So much for one a week or whatever I said originally ;) Another really basic one, I was shocked no-one had made this video but then it turned out rather underwhelming... Splicing the 'Lady in a radiator' scene from Eraserhead with Ween's 'Dancing in the show tonight'. I grabbed the clip from youtube, but it had a bunch of extra stuff at the start I didn't want, enter the ss and to flags: ffmpeg -ss 00:00:57 -to 3:05 -i lady\ in\ the\ radiator-ivqvobC9sm8.mp4 \ -i I\'m\ Dancing\ in\ the\ Show\ Tonight-aSNZ76kF_gM.webm \ -map 0:v -map 1:a "dancing in the radiator tonight.mp4" And for your viewing dissatisfaction... it doesn't quite work: [dancing in the radiator][1] [1]: https://www.youtube.com/watch?v=4__O_5Qvaww