[FFmpeg-trac] #8626(avfilter:reopened): pp=linblenddeint failure
FFmpeg
trac at avcodec.org
Thu Apr 23 08:17:37 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 |
-------------------------------------+------------------------------------
Comment (by markfilipak):
Well, it now appears that this problem is entirely an 'interleave' fault,
not 'pp'.
The following freezes video at 3:24, and skipping forward or back in MPV
causes audio to die.
ffmpeg -report -ss 0:00 -analyzeduration 5000000000 -probesize 5000000000
-i "D:\D\foo\patton\00001.018.m2ts" -filter_complex
"telecine=pattern=5,split=5[A][B][C][D][E],[A]select='eq(mod(n+1\,5)\,1)'[F],[B]select='eq(mod(n+1\,5)\,2)'[G],[C]select='eq(mod(n+1\,5)\,3)'[H],[D]select='eq(mod(n+1\,5)\,4)'[I],[E]select='eq(mod(n+1\,5)\,0)'[J],[F][G][H][I][J]interleave=nb_inputs=5"
-map 0 -c:v libx264 -crf 20 -codec:a copy -codec:s copy
"C:\AVOut\00001.018.4.MKV"
--
Ticket URL: <https://trac.ffmpeg.org/ticket/8626#comment:49>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
More information about the FFmpeg-trac
mailing list