Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#321 closed defect (worksforme)

MEncoder and SimpleDivX

Reported by: rwmolitor@… Owned by: alex@…
Priority: important Component: ad
Version: 1.0pre7 Severity: normal
Keywords: Cc:
Blocked By: Blocking:
Reproduced by developer: no Analyzed by developer: no

Description

I am an advanced member of the SimpleDivX forum. SimpleDivx used the 1.Opre
software for encoding and playing. SimpleDivX is designed for the novice and
is used in conjunction with MEncoder and MPlayer forconversion from DVD to
DivX and Xvid.

There are two issues with Opre7.

  1. When converting a 6 channel (5.1 dolby)DVD .ifo to DivX or Xvid the

finished product is 2 channel stereo. This has been confirmed with a number of
codec software including "Avicodec".

  1. After the file is encoded the finished prodict is not DivX or Xvid. The

file is FMP4.

We would appreciate any help.

The SimpleDivX forum can be found at: http://simpledivx.org/ib/index.php?
act=idx

Change History (4)

comment:1 by reimar, 19 years ago

(In reply to comment #0)

  1. When converting a 6 channel (5.1 dolby)DVD .ifo to DivX or Xvid the

finished product is 2 channel stereo. This has been confirmed with a number of
codec software including "Avicodec".

-channels 6

  1. After the file is encoded the finished prodict is not DivX or Xvid. The

file is FMP4.

e.g. -ffourcc XVID

comment:2 by reimar, 19 years ago

Resolution: worksforme
Status: newclosed

No reply, so I assume you could get it to work.

comment:3 by rwmolitor@…, 19 years ago

(In reply to comment #2)

No reply, so I assume you could get it to work.

No not really. Having not worked with MEncoder, the reply in comment 1 isn't
discriptive enought for me. I'm assuming this is script to be added to
mplayer.ini, but I'm not sure. Is it possible to supply a step by step
instruction?

comment:4 by reimar, 19 years ago

Those are options you have to add to the mencoder command line (you can put
them in the config file, too, but mplayer.ini isn't the config file, read the
DOCS/mailing list if you need need more info on that).
Something like this might work:
mencoder -channels 6 -ffourcc XVID -oac pcm -ovc lavc -lavcopts
vcodec=mpeg4:mbd=2:vqscale=2
Will produce a very big file though. Ask on the mencoder-users list if you have
usage questions.
Also be aware that e.g. mp3 doesn't support more than 2 channels, -oac copy
instead of -oac pcm _might_ work better.

Note: See TracTickets for help on using tickets.