Like most modern sitcoms, Party Down has a distinct intro sequence. If you want to create a clip or remove the intro using start/end times:

ffmpeg -i top.mp4 -i bottom.mp4 -filter_complex \ "[0:v]scale=iw:ih/2 [top]; [1:v]scale=iw:ih/2 [bottom]; \ [top][bottom]vstack=inputs=2" output.mp4

Here are the most common FFmpeg commands specifically tailored for handling this TV episode file.

However, since you didn’t specify which visual or audio feature from that episode you want to recreate, I’ll make an educated guess based on common post-production effects used in comedies like Party Down :

Sign up for our weekly newsletter
to receive content like this in your email box.