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

FFmpeg trac at avcodec.org
Tue Apr 21 02:48:47 EEST 2020


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

Comment (by pdr0):

 You can use an internal generator, such as testsrc2

 e.g. a 1800 sec clip

 {{{
 ffmpeg -f lavfi -i testsrc2=s=720x480:rate=24000/1001:duration=1800
 }}}


 {{{
 ffmpeg -f lavfi -i testsrc2=s=720x480:rate=24000/1001:duration=1800
 -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"
 -c:v libx264 -preset:v faster -crf 20 -an -aspect 16/9 test.mkv -y
 }}}


 That encode hangs at 29 min 59sec , but that's expected with select and
 interleave. Otherwise it "works" - that suggests that it's source related

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


More information about the FFmpeg-trac mailing list