[FFmpeg-user] IVTC with pullup filter
Elliott Balsley
elliottbalsley at gmail.com
Wed Oct 2 21:07:55 CEST 2013
Here's the full output:
http://pastebin.com/kWmqgKRA
I tried fieldmatch/decimate, but it made the audio out of sync. I reported it as a bug here:
https://trac.ffmpeg.org/ticket/3019
I thought pullup was supposed to be the modern, better way of doing reverse pulldown.
Here's an input sample. MPEG2 video with 5.1 AC3 audio. The header might be broken because I trimmed it using dd, but it still works.
https://docs.google.com/file/d/0B52QuT8oHvtZcDNFNjdTaXpNdms/
Thanks for your help.
On Oct 2, 2013, at 11:46 AM, Clément Bœsch <u at pkh.me> wrote:
> On Wed, Oct 02, 2013 at 11:28:56AM -0700, Elliott Balsley wrote:
> [...]
>> On the other hand, I can achieve perfect results with this simple AviSynth script:
>>
>
>> MPEG2Source("NCIS.d2v", cpu=0)
>> TFM().TDecimate()
>> Trim(5000,5300)
>>
>
> TFM/TDecimate are ported to FFmpeg as fieldmatch/decimate; you may want to
> try.
>
> [...]
>
> --
> Clément B.
> _______________________________________________
> ffmpeg-user mailing list
> ffmpeg-user at ffmpeg.org
> http://ffmpeg.org/mailman/listinfo/ffmpeg-user
More information about the ffmpeg-user
mailing list