Am So., 20. Sept. 2020 um 03:13 Uhr schrieb Patrick Double <p...@patdouble.com>:
>
> > On Sep 18, 2020, at 1:37 PM, Carl Eugen Hoyos <ceffm...@gmail.com> wrote:
> >
> >> Am 18.09.2020 um 18:51 schrieb Pat Double <p...@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
_______________________________________________
ffmpeg-user mailing list
ffmpeg-user@ffmpeg.org
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
ffmpeg-user-requ...@ffmpeg.org with subject "unsubscribe".

Reply via email to