On Thu, Nov 22, 2012 at 10:09 AM, K.Aravindhan <[email protected]>wrote:
> I have some mpeg2 videos.when played in totem player the video shakes.I > disabled de-interlacing of interlaced videos after that it played well. > I wish to convert them other formats,but the output from > transmageddon is shaking output.I believe > solution to this applying configuration 'disabling of deinterlacing > interlaced videos',for any app using gstreamer,But i don't know how to > do it?Please help me. > > I hope I understood your requirement... Do you want to create a deinterlaced version of a source video file? In that case, you could use `ffmpeg` with the `-filter:v yadif` at the input. yadif is `yet another deinterlace filter` More information here: http://ffmpeg.org/ffmpeg.html search for `yadif` Regards, Arun Venkataswamy http://wondroussky.blogspot.in/ "கற்றது கைமண் அளவு, கல்லாதது உலகளவு" - ஔவையார் Known is a drop, Unknown is an ocean _______________________________________________ ILUGC Mailing List: http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
