Creative Communities of the World Forums

The peer to peer support community for media production professionals.

Activity Forums Compression Techniques Deinterlacing M2TS files

  • Deinterlacing M2TS files

    Posted by John Coulson on February 24, 2011 at 9:56 pm

    I have a bunch of M2TS files which were created by a camcorder using an interlaced mode. I would like to be able to deinterlace them. Is there a way to do so with FFmpeg, with the proviso that the quality of the resulting, deinterlaced, file should not suffer? Also, would it be possible for the output file to be in M2TS format as well?

    Michael Rampe replied 15 years, 4 months ago 2 Members · 1 Reply
  • 1 Reply
  • Michael Rampe

    March 3, 2011 at 9:45 pm

    [John Coulson] ” I would like to be able to deinterlace them.”

    Use “-deinterlace” in your encode string. You could also investigate yadif which is another method.

    [John Coulson] “Is there a way to do so with FFmpeg, with the proviso that the quality of the resulting, deinterlaced, file should not suffer?”

    ALL deinterlacing = quality loss. Basically, at the simplest level you are throwing away one field and duplicating the other so getting half vertical resolution.

    [John Coulson] “Also, would it be possible for the output file to be in M2TS format as well?”

    Use “-f mpegts” in your encode string.

    Michael

We use anonymous cookies to give you the best experience we can.
Our Privacy policy | GDPR Policy