/** Film Mode **/
Inverse Telecine or IVTC or Inverse 3:2 Pulldown
例如
1. Decomb
做法上面已經說過
2. TMPGEnc
TMPGENc IVTC 的小視窗,按下面的 Field 組合
代碼:
1 2 3 4 5 6 7 8 9 10 ...
1t 2t 2t 3t 3t 4t 4t 5t 5t 6t ...
1b 1b 2b 2b 3b 3b 4b 4b 5b 5b ...
以 Bottom Field 為基準,去和現在以及下一張 Frame 的 Top Field 組合
一張變兩張
所以五張輸入變十張
1 2 3 4 四張 Frame,3:2 pulldown 之後得到五張 Frame
1t 2t 2t 3t 4t
1b 2b 3b 4b 4b
代入 TMPGEnc 的小視窗
代碼:
1 2 3 4 5 6 7 8 9 10
1t 2t 2t 2t 2t 3t 3t 4t 4t 5t
1b 1b 2b 2b 3b 3b 4b 4b 4b 4b
^^ ^^ ^^ ^^ ^^ ^^
有 ^^ 記號的代表無交錯的畫面,奇偶差異小
相同的畫面挑一個就可以了
手動指定 pattern 的話,0 代表不選,1 代表選
上面輸入 "10100" 或 "10010" 或 "1001010010" 都可以
3. AviUtl
代碼:
1t 2t 2t 3t 4t
1b 2b 3b 4b 4b
^^ <-- 將第三張 Frame 的 Top Field 和前一張 Frame 的 Bottom Field 結合
^^ <-- 將第四張 Frame 的 Top Field 和前一張 Frame 的 Bottom Field 結合
-->
1t 2t 2t 3t 4t
1b 2b 2b 3b 4b
刪除重複的第三張 Frame
-->
1t 2t 3t 4t
1b 2b 3b 4b
在電視上,還原出來的 24fps 要做 "3:2 pulldown progressive scan" 轉成 60fps 顯示
代碼:
1 1 1 2 2 3 3 3 4 4
3 2 3 2
to GV7053
我不太懂您的問題,如果您的訊源沒有交錯,是非交錯的訊源(24p),加快播放速度 4% 轉成 PAL 的 25fps 也仍然會是無交錯的,成品在電腦上看也無交錯,那麼應該就沒有問題,您不需要做去交錯,去交錯是交錯的訊源才需要做的事情。
至於在電視看會閃,不太清楚您說的閃的情況,不過電視是交錯顯示,遇到光線劇烈變化的畫面,會明顯感到在閃好像是很正常的事?
