Questions tagged [interlacing]
36 questions
0
votes
1 answer
Video Processor MFT and deinterlacing
MSDN Video Processor MFT mentions that the MFT can be used to deinterlace interlaced video.
I set the output Media type to the same as the input + the MF_MT_INTERLACE_MODE to progressive on the output media type.
But the output samples are still…

Passer
- 51
- 5
0
votes
1 answer
Coding an FFDShow into a DirectShow graph for deinterlacing?
OK, I've been looking around for a while, and I'm currently pretty stumped. I'd appreciate any help I can find on this.
I have an application that opens multiple cameras over multiple filter graphs. Each of them are identical, so I'm just going to…

TFSM
- 53
- 1
- 9
0
votes
1 answer
Silverstripe upload and interlace image
I am trying to navigate the Silverstripe Class definition for GDBackend and am having trouble setting the interlace value.
I am currently setting the quality in _config.php with:
config::inst()->update('GDBackend', 'default_quality', 60);
So i then…

nickspiel
- 5,170
- 6
- 33
- 48
0
votes
0 answers
Can we interlace videos without losing too much compression potential
I know that in some cases, it's harder to compress efficiently interlaced videos. I've made some tests - though I can't remember how empty lines where filled - where I realized that jpeg where way bigger when interlaced.
In a C# project I'm doing,…

Léon Pelletier
- 2,701
- 2
- 40
- 67
0
votes
0 answers
De-interlace captured video with DirectShow
(Add KSPROPERTY_CAMERACONTROL_SCANMODE into KSPROPERTY_VIDCAP_CAMERACONTROL?)
Working with a webcam I'm getting an interlaced video. The access to that webcam is done with a DirectShow using videoInput library (as part of OpenCV).
I cannot find a…

YePhIcK
- 5,816
- 2
- 27
- 52
-2
votes
1 answer
How to write the java code to save the PNG with interlaced (1, Adam7)?
I need to write some java code to save the PNG Image with the interlaced=1, which is Adam7.
I tried to use the PNGJ lib to help to do it, but I cannot find some sample code to do it.
Any one can help me with it?

Lee
- 21
- 1
- 3