How to process interlaced and the final result to be interlaced >> Stock Market >> Forum
Forum

Forum



SearchSearch   Users   Registration   Entrance
Today: 29.07.2025 - 18:03:11
Pages:  1  2  

How to process interlaced and the final result to be interlaced

Advertising

.
MessageAuthor

the best solution for filtering interlaced video is this: avisource("video.avi") assume?ff() #set the correct fieldorder! bob() # or use any other bobbing deinterlacer you like #maybe with converttoyv12(interlaced=false), if needed yourfilterchainhere() converttoyuy2(interlaced=false) assume?ff() #set the fieldorder again (the same as above!) separatefields().selectevery(4,0,3).weave()

-------------------------------

Alibabajun

users




Statistics:
Messages: 391
Registration: 08.19.2001
22.09.24 - 17:13:02
Message # 11
RE: How to process interlaced and the final result to be interlaced

separatefields().temporalfilter().weave() results in vertical misalignement! wich further leads to bobbing denoised static backgrounds on TV! because of this I recommend my method.

-------------------------------

TheDeep

users




Statistics:
Messages: 332
Registration: 11.16.2002
22.09.24 - 17:20:04
Message # 12
RE: How to process interlaced and the final result to be interlaced

I belived that bob() transform a field based clip in a frame based clip that have as frame a single enlarged field. Now I understand that bob() transform a field based clip with 2 different fields per frame in a field based clip with 2 identical fields in a frame. It is that right?

-------------------------------
Chris DrVanos.com

ceegeezM3

users




Statistics:
Messages: 60
Registration: 09.10.2002
22.09.24 - 17:28:55
Message # 13
RE: How to process interlaced and the final result to be interlaced
Translate PAL to NTSC : Previous topic
Pages:  1  2  

The administrator has prohibited guests from replying to messages! To register, follow the link: register


Participants