build 5685 : error 19 when using Inverse Telecine Pullup

Bug report and feature request
Post Reply
johnny808
Amateur
Amateur
Posts: 15
Joined: Sun Nov 23, 2014 4:52 am

build 5685 : error 19 when using Inverse Telecine Pullup

Post by johnny808 » Mon Jan 26, 2015 12:56 am

** EDIT 1**: The source mpeg2-TS file is indeed telecined. The framerate is 29.97 interlaced, but when viewing in DGIndex, we see the pattern 3 progressive frames, 2 interlaced frames. MediaCoder's Inverse Telecine Pullup should in theory remove that telecine pattern to recover the original 23.976 fps all progressive frames.

** EDIT 2**: For some reason, MediaCoder will inverse telecine fine a short 5 min extract of that mpeg2 source file. But, inverse telecining the whole 41 min file will fail with error 19.

I have an interlaced 1080i mpeg-2 AC-3 .TS HDTV capture that I'm converting to .MKV H.264 with x264 and ffmpeg.

About halfway done in the encoding, the encoding stops with done (19) and I'm missing the final half in my .MKV file.

Seems the error has to do with ffmpeg

Code: Select all

Starting encoder (x264)
Starting encoder (FFmpeg)
Waiting for process to terminate
FFmpeg unloaded
Waiting for process to terminate
FFmpeg unloaded
Finished transcoding job
I'm using the following x264 options:

Code: Select all

x264 --no-progress --profile high --keyint 288 --min-keyint 1 --no-dct-decimate --non-deterministic --colorprim bt709 --transfer bt709 --colormatrix bt709 --opencl --aq-mode 1 --aq-strength 1.0 --subme 6 --ref 4 --me umh --merange 48 --ref 4 --scenecut 40 --rc-lookahead 60 --b-adapt 1 --weightp 2 --b-pyramid none --partitions all --8x8dct --bframes 3 --direct auto --trellis 1 --weightb --psy-rd 1:0 --crf 20 --sar 1:1 --threads 12 -o "$(DestFile)" -

Post Reply