[FFmpeg-trac] #8626(avfilter:reopened): pp=linblenddeint failure

FFmpeg trac at avcodec.org
Wed Apr 22 06:39:51 EEST 2020


#8626: pp=linblenddeint failure
-------------------------------------+------------------------------------
             Reporter:  markfilipak  |                    Owner:
                 Type:  defect       |                   Status:  reopened
             Priority:  normal       |                Component:  avfilter
              Version:  git-master   |               Resolution:
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------
Changes (by markfilipak):

 * status:  closed => reopened
 * resolution:  needs_more_info =>


Comment:

 After spending about 20 hours troubleshooting, there appears to be 2
 problems here:
 1, PTS errors: "Starting new cluster due to timestamp" when memory usage
 reaches 8 GB at approximately 1:12.
 2, Memory leak: "Error while filtering: Cannot allocate memory" when
 memory usage exceeds 120 GB at 18:46.32.
 Disclaimer: I don't know for sure, but PTS errors & memory leak are my
 best guesses.

 First things, first: Fix PTS errors.

 FFREPORT=file=00000.1.LOG:level=32
 ffmpeg -report -ss 2:58 -to 4:15 -analyzeduration 5000000000 -probesize
 5000000000 -i G:\BDMV\STREAM\00000.m2ts -filter_complex
 "telecine=pattern=5,split[A][B],[A]select='not(eq(mod((n+1)\,5)\,3))'[C],[B]select='eq(mod((n+1)\,5)\,3)',pp=linblenddeint[D],[C][D]interleave"
 -map 0 -c:v libx264 -crf 20 -codec:a copy -codec:a:1 pcm_s16be -codec:s
 copy "C:\AVOut\00000.1.MKV"

 I would attach 00000.1.MKV (84,480,629 bytes) & 00000.1.LOG (76,586 bytes)
 but there's a 2.5 MB limit. Granted that 00000.1.MKV is not 00000.m2ts,
 but maybe it would help.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/8626#comment:27>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list