[MPlayer-users] oo many frames removed with softskip

Darwin O'Connor doconno at gmail.com
Mon Apr 1 05:17:01 CEST 2013


The source material is a Hollywood movie, it the source should be 24fps.
Also, if I use -mc 0 the result is smooth.

For example the file http://doconnor.homeip.net/ToyStory.mp4 is smooth. It
was generated with this command

mencoder ~mythtv/3048_20130316180000.mpg -o ToyStory.mp4 -ovc xvid
-xvidencopts fixed_quant=9 -ss 58 -endpos 10 -oac lavc -lavcopts
acodec=libvo_aacenc:abitrate=128 -vf
filmdint=io=30:24/fast=0/sad_thres=2048,scale=320:180 -mc 0 -fps 60000/1001
-ofps 24000/1001 -demuxer lavf

The file http://doconnor.homeip.net/ToyStory_softskip.mp4 is jerky. It was
generated with this command:

mencoder ~mythtv/3048_20130316180000.mpg -o ToyStory_softskip.mp4 -ovc xvid
-xvidencopts fixed_quant=9 -ss 58 -endpos 10 -oac lavc -lavcopts
acodec=libvo_aacenc:abitrate=128 -vf
filmdint=io=30:24/fast=0/sad_thres=2048,softskip,scale=320:180 -fps
60000/1001 -ofps 24000/1001 -demuxer lavf

I scaled both down to reduce file size, but the effect can still be seen.

I'm using Gentoo mplayer 1.1-r1

On Sun, Mar 31, 2013 at 6:00 AM, <mplayer-users-request at mplayerhq.hu> wrote:

> From: Rashkae <rashkae at tigershaunt.com>
> To: "MPlayer usage questions, feature requests, bug reports"
>         <mplayer-users at mplayerhq.hu>
> Subject: Re: [MPlayer-users] Too many frames removed with softskip
> Message-ID: <5157A8F7.1080600 at tigershaunt.com>
> Content-Type: text/plain; charset=ISO-8859-1; format=flowed
>
> On 03/30/2013 10:13 PM, Darwin O'Connor wrote:
> > I'm trying to convert 1080i video recorded with a Hauppauge HD-PVR to 24
> > fps 1080p.
> >
> > I have had some success with "-vf filmdint=io=30:24/fast=0/sad_thres=2048
> > -mc 0 -fps 60000/1001 -ofps 24000/1001", but occasionally the
> deinterlacing
> > will go wrong.
> >
> > If I try and use softskip, as most people seem to recommend, "-vf
> > filmdint=io=30:24/fast=0/sad_thres=2048,softskip -fps 60000/1001 -ofps
> > 24000/1001" the video comes back jerky, like many frames are missing.
> This
> > happens with both the filmdint and pullup filters. Adding harddup doesn't
> > make a difference.
>
> 1080i Interlaced, not Telecined, (if I'm understanding you
> correctly.)... the correct framerate for progressive video will be
> 30fps.  You can force it to 24, but it will always look 'jerky' with
> missing frames.
>
>


More information about the MPlayer-users mailing list