[FFmpeg-user] Transcoding mpeg2video in mpegts to h264 in mpegts has fast playback

Carl Eugen Hoyos ceffmpeg at gmail.com
Mon Sep 21 00:38:00 EEST 2020


Am So., 20. Sept. 2020 um 03:13 Uhr schrieb Patrick Double <pat at patdouble.com>:
>
> > On Sep 18, 2020, at 1:37 PM, Carl Eugen Hoyos <ceffmpeg at gmail.com> wrote:
> >
> >> Am 18.09.2020 um 18:51 schrieb Pat Double <pat at patdouble.com>:
> >>
> >> Here is my sample:
> >>
> >> https://www.dropbox.com/s/7s7itvj1uy2nov7/RobotMaker-short.ts
> >
> > Please provide an input sample, never provide output files unless specifically requested.
>
> This is an input sample.

The file claims to be written by FFmpeg.

You cannot put ass into mpegts.

Your input file is NOT interlaced, it is telecined, use an inverse
telecine filter. Every deinterlacer permanently damages your video, in
theory an inverse telecine filter creates perfect output.
Both pullup and fieldmatch seem to work ok for your sample.

The following works and keeps the Closed Captions, it may not
work correctly with the inverse telecine filter though:
$ ffmpeg -i input -acodec copy -vcodec lib264 out.ts

Carl Eugen


More information about the ffmpeg-user mailing list