MrVideo
30th April 2015, 08:38
I have a video that has major issues. I'll try and describe the issues, but will provide a link to a sample at the end of this posting.
A description of what it is supposed to be is 29.97 interlaced repeat frame conversion from 23.976 to 29.97, instead of 2:3 pulldown.
But, the fields within the frames are reversed. That is easy, since swapfields() can take care of that. But, the problem is worse than that. Add to it that a field from frame 0, is placed into frame 1, sliding the field from frame 1 into frame 2. And so on.
What I need to do is keep the 29.97 repeat frame format. I have no idea how to shift a field by a frame, in order to get the two fields back together in the same frame. Once that is done, I am assuming that the swapfields() can then be used (or it could possibly be used first).
Thanks for any pointers on how to fix this video.
95 MB sample video removed.
A description of what it is supposed to be is 29.97 interlaced repeat frame conversion from 23.976 to 29.97, instead of 2:3 pulldown.
But, the fields within the frames are reversed. That is easy, since swapfields() can take care of that. But, the problem is worse than that. Add to it that a field from frame 0, is placed into frame 1, sliding the field from frame 1 into frame 2. And so on.
What I need to do is keep the 29.97 repeat frame format. I have no idea how to shift a field by a frame, in order to get the two fields back together in the same frame. Once that is done, I am assuming that the swapfields() can then be used (or it could possibly be used first).
Thanks for any pointers on how to fix this video.
95 MB sample video removed.