ffmpeg -i young_sheldon_s02e01_broadcast.ts -vf "bwdif=mode=0,scale=1920:1080" -c:v libx264 -crf 18 -preset medium -c:a aac -b:a 256k young_sheldon_s02e01_deinterlaced.mp4 Use code with caution.

To isolate only the annoying buzz and mute the dialogue (useful for fan edits or audio analysis):

Please let me know if there's anything else I can help you with.

ffmpeg -i bike_crash.mp4 -filter_complex "[0:v]setpts=0.5*PTS[v];[0:a]atempo=2.0[a]" -map "[v]" -map "[a]" bike_montage_fast.mp4

Here's a brief summary of the episode:

If you have multiple parts of an episode and want to merge them:

If you are batch processing the entire second season and do not want your CPU running at 100% for hours, leverage your graphics card or integrated graphics hardware. Using Nvidia NVENC (H.265):