[FFmpeg-user] 1080i AVC-I 100 frame rate conversion

Mark Filipak (ffmpeg) markfilipak at bog.us
Tue Mar 30 22:03:12 EEST 2021


Oh! Returning to my editor from replying to your last message, I suddenly saw what I'm doing wrong.

The fix: I need to create a 2-frame sliding window that ping-pongs between this:

PTS=0                                   30030
:                                       :
[a_____________________________________][b_____________________________________]
0       6006    12012   18018   24024
:       :       :       :       :
[A5A5__][B2A8__][B4A6__][B6A4__][B8A2__]

and this:

30030                                   60060
:                                       :
[b_____________________________________][a_____________________________________]
30030   36036   42042   48048   54054
:       :       :       :       :
[B5B5__][A2B8__][A4B6__][A6B4__][A8B2__]

Hmmm... How to create a sliding window? I'll have to think about it some more.


More information about the ffmpeg-user mailing list