Software : : Mencoder 0.91 Available
Posted By: Targhan. on 2003/11/6 16:24:09
On the heels of releasing MPlayer0.91, DET Nicolas has released his port of Mencoder 0.91 for MorphOS.

Mencoder: Powerful video encoder, with ripping capabilities. Download it HERE.
 
  • Targhan
    Joined: 2003/2/8
    Posts: 2833
    From: USA
    Thanks NicoPPC! This is great stuff!!!
    :idea:Targhan

    MorphOS portal? www.MorphZone.org
  • »2003/11/6 16:26
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    mahen
    Joined: 2003/2/24
    Posts: 118
    From: France (Rennes)
    There was an older port some times ago, with a GUI, but I don't remember who ported this one, and if the GUI still works with the current mplayer... Anyone ?
  • »2003/11/6 17:18
    Profile Visit Website
  • Acolyte of the Butterfly
    Acolyte of the Butterfly
    mahen
    Joined: 2003/2/24
    Posts: 118
    From: France (Rennes)
    Ah, here it is :

    http://jahjah.free.fr/morphos
  • »2003/11/6 17:52
    Profile Visit Website
  • Paladin of the Pegasos
    Paladin of the Pegasos
    Jupp3
    Joined: 2003/2/24
    Posts: 1193
    From: Helsinki, Finland
    Cool!

    Just when I was going to ask, if there was going to be newer mencoder port after recent mplayer update :-)
  • »2003/11/6 20:53
    Profile Visit Website
  • Cocoon
    Cocoon
    Madgun68
    Joined: 2003/4/16
    Posts: 60
    From: Spokane, Washi...
    Ok.. How do I tell it to use a different DVD drive? It seems stuck on ide.device:1 when it needs to be looking at ide.device:0.
  • »2003/11/7 2:28
    Profile
  • Order of the Butterfly
    Order of the Butterfly
    Wishmaster
    Joined: 2003/6/29
    Posts: 342
    From:
    Here are some Mencoder command lines from me for you to play with.


    Determine the size of black areas and display included audio streams through the verbose mode option.
    Investigate the console output afterwards.
    mplayer VTS_01_1.VOB -v -vop cropdetect


    generate DivX5 Movies with MP3 Sound in VBR mode:
    mencoder VTS_01_1.VOB -aid 128 -mc 0 -oac mp3lame -lameopts vbr=2:q=6 -ovc lavc -lavcopts vcodec=mpeg4:vqscale=5:vqmin=2:vmax_b_frames=4:v4mv:vhq:trell:mbd=2:vlelim=-4:vcelim=9:lumi_mask=0.05:dark_mask=0.01:aspect=16/8 -af volume=+10dB -srate 44100 -vop pp=fd,scale=528:416:0:2,crop=720:436:0:74 -o movie.avi

    -mc 0 is needed when encoding with libmp3lame (not necessary with -oac lavc), otherwiese it'll lose a/v sync.

    -vqscale sets the VBR quality


    If you have several parts, instead of encoding directly from the DVDROM:
    JOIN movie_01.avi movie_02.avi AS movie_noidx.avi
    mencoder movie_noidx.avi -noidx -oac copy -ovc copy -o movie.avi


    If you want to generate KVCD type MPEG files start experimenting with this command line.
    But MPEG output format support is completely borken in mencoder v0.91. It will work only with v1.0 and above.

    mencoder VTS_01_1.VOB -aid 129 -oac lavc -ovc lavc -lavcopts acodec=mp2:abitrate=128:vcodec=mpeg1video:intra_matrix=8,9,12,22,26,27,29,34,9,10,14,26,27,29,34,37,12,14,18,27,29,34,37,38,22,26,27,31,36,37,38,40,26,27,29,36,39,38,40,48,27,29,34,37,38,40,48,58,29,34,37,38,40,48,58,69,34,37,38,40,48,58,69,79:inter_matrix=16,18,20,22,24,26,28,30,18,20,22,24,26,28,30,32,20,22,24,26,28,30,32,34,22,24,26,30,32,32,34,36,24,26,28,32,34,34,36,38,26,28,30,32,34,36,38,40,28,30,32,34,36,38,42,42,30,32,34,36,38,40,42,44:vqscale=5:vqmin=2:keyint=25:vstrict=-1:vrc_buf_size=327:vhq:trell:mbd=2:aspect=16/9 -af volume=+15dB,resample=44100:0:2 -vop pp=fd,scale=528:416:0:2,crop=720:432:0:70 -of mpeg -o movie_01_1.mpg > NIL:
    Pegasos PPC
  • »2004/5/30 0:55
    Profile
  • rms
  • Priest of the Order of the Butterfly
    Priest of the Order of the Butterfly
    rms
    Joined: 2004/11/27
    Posts: 599
    From:
    Hi,

    I try to extract sound only from an DVD video with Mencoder, using Devedie. As I only want the audio file I select "Audio only" (frameno) under video and "Uncompress" (raw PCM) under audio which copies me a file (the file should be rawPCM but I dont know as I'm not able to play it) e. g. to RAM.

    Does anybody now how I can convert this file to e. g. aiff or wave format?
  • »2006/5/7 12:45
    Profile Visit Website