alfianrahmn / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

Expose deinterlace option from FFMpeg #212

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
For capturing Firewire input this option becomes extremely important 
(otherwise I see those annoying horizontal lines). We could write a simple 
deinterlacing algorithm in Java on the raw image, but if ffmpeg already 
does it why not levrage it ? 

Original issue reported on code.google.com by siva.ki...@gmail.com on 21 Sep 2009 at 10:55

GoogleCodeExporter commented 8 years ago
siva.kiran has implemented a pure java solution, but would prefer the ffmpeg 
feature
exposed for performance reasons.

Original comment by tre...@gmail.com on 30 Sep 2009 at 4:11

GoogleCodeExporter commented 8 years ago

Original comment by art.cla...@gmail.com on 5 Jan 2010 at 9:17

GoogleCodeExporter commented 8 years ago
Has there been any update on this?  Does xuggle support ffmpeg's "vf" parameter?

Original comment by kangst...@gmail.com on 11 Jul 2012 at 10:46

GoogleCodeExporter commented 8 years ago
[deleted comment]
GoogleCodeExporter commented 8 years ago
I also capturing video from ip-camera and really need in deinterlace option. If 
deinterlace option ("-vf yadif" if i'm not mistake) is not exposed, i'm 
interested in pure java solution of  Java BufferedImage deinterlacing. Siva, 
could you be so kind as to show me deinterlace sources. Now i simply duplicate 
odd lines and discard even. It is quick but quality is not very well. 

Original comment by Ox38popu...@gmail.com on 12 Sep 2012 at 6:59