i dont know how to deinterlace this kind of stream » Real Estate » Money Forum

Money Forum

Money Forum



ПоискПоиск   Users   Registration   Entrance
Today: 03.04.2025 - 11:16:19
Pages:  1  

i dont know how to deinterlace this kind of stream

Advertising


MessageAuthor

first of all, we know that each frame contains two fields, odd and even fields. assume the frame 1 has o1 and e1 fields, f2 has o2 and e2 field, and so on. now, i re-write it, f1 f2 f3 f4 f6 f7 (frame order) o1 e1 o2 e2 o3 e3 o4 e4 o5 e5 o6 e6 (field order) :confused: my problem is, how do i re-construct the origional stream to be this order? f1 f2 f3 f4 f6 f7 (frame order) e1 o2 e2 o3 e3 o4 e4 o5 e5 o6 e6 o7 (field order) one more question, does any one know that any mjpeg code has a real lossless function? :eek:

---------------------
Моя распродажа. вещи 42-44 рр. http://forum.gorod.dp.ua/showthread.php?t=149739

criska

money-user




Statistics:
Messages: 140
Registration: 30.10.2006
12.01.22 - 09:40:03
Message # 1
RE: i dont know how to deinterlace this kind of stream

re-write 

---------------------
Вас грызёт совесть? Выбейте ей зубы,пусть она вас нежно посасывает...

Mav_ka

money-user




Statistics:
Messages: 8
Registration: 13.03.2011
12.01.22 - 09:46:29
Message # 2
RE: i dont know how to deinterlace this kind of stream

f1---> o1 e1 f2---> o2 e2 f3---> o3 e3 f4---> o4 e4 f5---> o5 e5 now, i wanna get this construction. f1---> e1 o2 f2---> e2 o3 f3---> e3 o4 f4---> e4 o5 f5---> e5 o6 i think this one will be clearer.

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

Vitalick

money-user




Statistics:
Messages: 8
Registration: 09.05.2010
12.01.22 - 09:53:48
Message # 3
RE: i dont know how to deinterlace this kind of stream

So you just want to delete the first field? The easiest way to do this is with avisynth SeparateFields() Trim(1,0) Weave() You may need to use SwapFields() after

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

Gelion5

money-user




Statistics:
Messages: 7
Registration: 11.06.2012
12.01.22 - 10:05:03
Message # 4
RE: i dont know how to deinterlace this kind of stream

thank you very much, leuf 

---------------------
Заказы из Германии: OTTO-DNEPR-покупка ПОСЛЕ примерки, воз-ть возврата! 096-187-84-27 Наталья [emailprotected]

Personal shopper

money-user




Statistics:
Messages: 220
Registration: 30.08.2009
12.01.22 - 10:10:35
Message # 5
RE: i dont know how to deinterlace this kind of stream

thank you very much.

---------------------
Закажи бесплатный дегустационный обед - 720-0360

kulinarov

money-user




Statistics:
Messages: 8
Registration: 03.06.2010
12.01.22 - 10:20:07
Message # 6
RE: i dont know how to deinterlace this kind of stream
Next topic: Easily Bamboozled Theme
Pages:  1  

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


Participants