Re: Convert divx to vdr
Nico Sabbi <[email protected]>
| Newsgroups | gmane.comp.video.mplayer.user.dvb |
|---|---|
| Message-ID | <[email protected]> |
Johan Schuring wrote: >Hi Nico, > >Yup, i'm rescaling atm the avi to 576:288, i've done it with this: > >mencoder -ovc copy -oac copy -vop scale=576:288 -autosub $1 -o 001.avi >mplayer 001.avi -ao mpegpes -vo mpegpes:001.vdr > >There comes a playable .vdr out of it, but the movie is in the upper left >corner, not centered. > >I'll try to figure it out. > >Thnx so far for the support. > > mencoder -ovc copy -oac copy -vop scale=-10:288,expand=720:288 -autosub $1 -o 001.avi but you should be able to to run it directly by mplayer