[MPlayer-users] divx playback
Michele Costantino M Soccio
michelecostantino at lycos.com
Fri Jun 7 15:11:02 CEST 2002
I had the same problem.
You have to edit the mencoder.c file and change
switch(mux_a->codec){
case ACODEC_COPY: // copy
len=mux_a->wf->nAvgBytesPerSec/2;
len/=mux_a->h.dwSampleSize;if(len<1) len=1;
len*=mux_a->h.dwSampleSize;
to
switch(mux_a->codec){
case ACODEC_COPY: // copy
len=mux_a->wf->nAvgBytesPerSec/12;
len/=mux_a->h.dwSampleSize;if(len<1) len=1;
len*=mux_a->h.dwSampleSize;
note "nAvgBytesPerSec/2" becomes "nAvgBytesPerSec/12"
You have also to install the latest divx codec for windows.
Howevere there is a problem: when seeking a movie from windows you lost the a/v sync.
I already asked for this matter, but the developers said they aren't experts of windows.
bye bye
PS: Use the libavcodec insted of divx4 option: coding will be faster and better.
--
On Fri, 07 Jun 2002 13:42:44
Ashendra Singh wrote:
>[Automatic answer: RTFM (read DOCS, FAQ), also read DOCS/bugreports.html]
>i successfully ripped a dvd using mencoder pre4 and it plays back
>perfectly in mplayer , but i want to be able to playback in windows too
>which doesnt happen
>i used mencoder -dvd 1 -oac copy -ovc divx4 ....
>
>
>--
>Ashendra Singh
>
>
>
>
>_______________________________________________
>RTFM!!! http://www.MPlayerHQ.hu/DOCS
>Search: http://www.MPlayerHQ.hu/cgi-bin/htsearch
>http://mplayerhq.hu/mailman/listinfo/mplayer-users
>
_______________________________________________________
WIN a first class trip to Hawaii. Live like the King of Rock and Roll
on the big Island. Enter Now!
http://r.lycos.com/r/sagel_mail/http://www.elvis.lycos.com/sweepstakes
More information about the MPlayer-users
mailing list