Greetings again all,
My workflow involves extracting mpeg streams directly from my TiVo, which I've now mastered.
I was transcoding using ffmpegX, which works fine.
I have since decided to change the bitrate which the TiVo records at (why transcode when the TiVo can do it for me?) and extracted the mpeg file.
My question is, now that I don't have to transcode anything, how can I use ffmpegX to simply deinterlace the resultant file?
If ffmpegX can't do this, can anyone suggest an alternative?
Thanks to one and all for your replies.
Results 1 to 2 of 2
-
-
FreiluftGuest
While there are some players (vlc, mencoder) that can deinterlace at playback if they have enough CPU to do it, deinterlacing is a complicated affair either dropping or interpolating every other line on half a frame and creating a whole one or by means of some adaptive process. You cannot perform this operation on an interlaced video without re-encoding it.
Similar Threads
-
Encoding .Avi to Svcd?
By mrjust in forum Newbie / General discussionsReplies: 4Last Post: 16th Jan 2011, 13:40 -
failed dvd deinterlacing with mencoder x264 encoding. help
By link626 in forum DVD RippingReplies: 9Last Post: 3rd Jan 2010, 14:59 -
Tivo (SVCD) to DVD - Brain Fart?
By fredfillis in forum Authoring (DVD)Replies: 0Last Post: 14th Sep 2008, 17:48 -
Encoding VIDEO_TS to mpeg-2 SVCD
By phamtom in forum ffmpegX general discussionReplies: 6Last Post: 27th Apr 2008, 15:05 -
error encoding while converting avi to svcd
By joannekhow in forum ffmpegX general discussionReplies: 4Last Post: 1st Oct 2007, 11:41