[MPlayer-users] MTS file

Serguei Miridonov mirsev at cicese.mx
Fri Aug 15 04:52:29 CEST 2008


On Thursday 14 August 2008, Carles Pina i Estany wrote:
> Hi,
>
> On Aug/14/2008, Serguei Miridonov wrote:
> > > > > Using the last SVN mplayer (yesterday one) I can play the
> > > > > file but it plays _very_ slow and without sounds.
> > > > >
> > > > > I have been able to convert the file (not with encoder
> > > > > straight because the resulting AVI file is too slow again).
> > > > > But, will mplayer play this file fine? How? Is it in the
> > > > > mplayer plan?
> > > >
> > > > Try to reduce the image size with
> > > >
> > > > mencoder -vf scale=720:-11 ...
> > >
> > > same result (slow)
> > >
> > > I've even tried scale=72:
> > > mplayer -ao null -vf scale=72:-11 *.mts
> >
> > Did I say 'mplayer'?
>
> sorry! fast reading in work :-(
>
> > Try to reencode the file into AVI with smaller image size
> > using -vf scale=720:-11 and then you will be able to play it at
> > normal speed.
>
> not working. I re-encoded but the new file is still playing slow
> :-(

OK, you have interlaced video, right? Try this:

mencoder.svn -fps 50 -ofps 25 \
  -demuxer lavf -vc ffh264  -vf scale=720:400 \
  -ovc xvid -xvidencopts bitrate=1200 -ffourcc DX50 \
  -oac copy -o XviDout.avi 00000.mts



More information about the MPlayer-users mailing list