Results 1 to 6 of 6

Thread: Mplayer and Lame?

  1. #1
    Join Date
    Dec 2008
    Posts
    156

    Default Mplayer and Lame?

    Hello!

    im trying to set up my server new.

    if I type mplayer -ao help I get this:
    ks300847:/usr/local/src/mplayer# mplayer -ao help
    MPlayer SVN-r28835-4.1.2 (C) 2000-2009 MPlayer Team
    Available audio output drivers:
    oss OSS/ioctl audio output
    mpegpes DVB audio output
    null Null audio output
    pcm RAW PCM/WAVE file writer audio output
    and if I type mencoder -oac help I get this:
    MEncoder SVN-r28835-4.1.2 (C) 2000-2009 MPlayer Team

    Available codecs:
    copy - frame copy, without re-encoding (useful for AC3)
    pcm - uncompressed PCM audio
    mp3lame - cbr/abr/vbr MP3 using libmp3lame
    lavc - FFmpeg audio encoder (MP2, AC3, ...)
    faac - FAAC AAC audio encoder
    How can I configure Mplayer with lame?

    Is there a site with working tutorials (mplayer, ffmpeg) on Debian Etch?
    I hope you can help me :)

    Bye,
    nitramf

  2. #2
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Mplayer and Lame?

    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  3. #3
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Mplayer and Lame?

    Hello!

    I have tried to do the tutorial, but I failed on this step:
    ks300847:~# apt-get build-dep ffmpeg
    Paketlists are read... Done
    Dependency tree is built up... Done

    E: Can the source package for ffmpegcvs not find
    I have translated it to english.
    I have searched this in google, but I got no results. How to get the source package for ffmpegcvs, and in which directory I must put it?

  4. #4
    Join Date
    Sep 2008
    Posts
    1,019

    Default Re: Mplayer and Lame?

    Not sure as I don't use the Debian package manager. I do everything from source. I do offer a professional installation service if you are needing for someone to do it. Visit the site in my signature to purchase if you are interested.
    vShare Solutions
    Custom vShare Modules and Services

    Now, your visitors can watch videos on your site using their mobile or tablet device with the Mobility Mod for vShare 2.8!

  5. #5
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Mplayer and Lame?

    Hello!

    Are that enough codecs or do I need more?

    ks300847:~# ffmpeg
    FFmpeg version SVN-r17855, Copyright (c) 2000-2009 Fabrice Bellard, et al.
    configuration: --enable-libmp3lame --enable-libvorbis --disable-mmx --enable-shared
    libavutil 49.15. 0 / 49.15. 0
    libavcodec 52.21. 0 / 52.21. 0
    libavformat 52.31. 1 / 52.31. 1
    libavdevice 52. 1. 0 / 52. 1. 0
    libswscale 0. 7. 1 / 0. 7. 1
    built on Mar 6 2009 19:20:28, gcc: 4.1.2 20061115 (prerelease) (Debian 4.1.1-21)
    At least one output file must be specified
    ks300847:~#


  6. #6
    Join Date
    Dec 2008
    Posts
    156

    Default Re: Mplayer and Lame?

    Wah im getting crazy.

    I have installed lame with this command:
    Code:
    cd /usr/local/src
    wget http://jaist.dl.sourceforge.net/sour...me-3.97.tar.gz
    tar -zxvf lame-3.97.tar.gz 
    cd lame-3.97
    ./configure --enable-shared --prefix=/usr
    make && make install
    And mplayer with this:

    Code:
    cd /usr/local/src
    ldconfig
    svn checkout svn://svn.mplayerhq.hu/mplayer/trunk mplayer
    cd mplayer
    make clean && make distclean
    ./configure --prefix=/usr --codecsdir=/usr/local/lib/codecs/
    make && make install
    And after configuring I get this in configure.log:



    I hope you can help me, I have no more money for paying support :( (im a pupil).

Similar Threads

  1. Mplayer conversion error
    By Saul V in forum Installation Support
    Replies: 1
    Last Post: 03-20-2009, 02:36 PM
  2. MPlayer Problem
    By eManuka in forum General Discussions
    Replies: 0
    Last Post: 05-12-2008, 03:47 PM
  3. Replies: 1
    Last Post: 02-27-2008, 06:12 PM
  4. Downloading FFmpeg,Mplayer, Mencoder and Flvtool2
    By tanjiajun_34 in forum Installation Support
    Replies: 1
    Last Post: 01-16-2008, 04:14 PM
  5. Need help with ffmpeg, mplayer, etc...
    By tnuriel in forum Installation Support
    Replies: 1
    Last Post: 08-10-2007, 05:21 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •