The season 3 finale, titled aired on March 31, 2023. It serves as a thematic bookend for the revival, revisiting the core question: when is it time to let go of a dream?

ffmpeg -i "Party_Down_S03E06.mkv" -c:v libx265 -crf 22 -c:a aac -b:a 128k "Party_Down_S03E06_Compressed.mp4"

ffmpeg -i left.mp4 -i right.mp4 -filter_complex \ "[0:v]scale=iw/2:ih [left]; [1:v]scale=iw/2:ih [right]; \ [left][right]hstack=inputs=2" output.mp4