If you're archiving S04 from DVD or broadcast captures, here’s my go-to ffmpeg one-liner to deinterlace + compress to h264 without losing the period-accurate grain:
Anyone have S04E07 "Buffalo Shuffle" in better than 480p? (for video engineers or Plex library managers) murdoch mysteries season 04 ffmpeg
#MurdochMysteries #ffmpeg #PBS #Remux (for r/ffmpeg, r/MurdochMysteries) If you're archiving S04 from DVD or broadcast
🎞️
ffmpeg -i input.vob -vf yadif=1 -c:v libx264 -crf 18 -preset slower -c:a aac -b:a 128k -movflags +faststart murdoch_s04e01.mp4 Add -map 0:s:0? to keep SDH subs from the PBS rip. murdoch mysteries season 04 ffmpeg