Here are three drafts tailored to different "vibes" depending on where you're posting (Reddit, Twitter/X, or a Tech Forum). Option 1: The "Scene Highlight" Post Best for: Reddit (r/GhostsCBS) or Tumblr
ffmpeg -i Ghosts.S01E13.ts -c copy -async 1 -vsync 1 output.mkv
If you are specifically trying to fix the (which sometimes happens with high-motion scenes like the vault opening), try adding -async 1 to your command line.
ffmpeg -i input_file.ts -c:v libx264 -crf 18 -preset slow -vf "yadif" -c:a copy Ghosts_S01E13_Fixed.mp4
Here are three drafts tailored to different "vibes" depending on where you're posting (Reddit, Twitter/X, or a Tech Forum). Option 1: The "Scene Highlight" Post Best for: Reddit (r/GhostsCBS) or Tumblr
ffmpeg -i Ghosts.S01E13.ts -c copy -async 1 -vsync 1 output.mkv ghosts s01e13 ffmpeg
If you are specifically trying to fix the (which sometimes happens with high-motion scenes like the vault opening), try adding -async 1 to your command line. Here are three drafts tailored to different "vibes"
ffmpeg -i input_file.ts -c:v libx264 -crf 18 -preset slow -vf "yadif" -c:a copy Ghosts_S01E13_Fixed.mp4 ghosts s01e13 ffmpeg