Jump to content

Lexicon

Members
  • Posts

    799
  • Joined

  • Last visited

Posts posted by Lexicon

  1. Paste as user

    amixer -c 0 scontrols
    amixer -c 0 scontents

     

    You insert in /etc/modprobe.preload tvaudio, btaudio module? You maybe use bad tuner number?

    ....Lex

  2. Note to all of which commanded paste commands or browse amixera

     

    In this version and probably in the next

    Quote:

    Quote:

    Advanced Linux Sound Architecture Driver Version 1.0.18rc3.

     

     

    You will need to state the number of device-c x

     

    and, for instance, to know what control the card or the first one to give

     

     

    amixer -c 0 scontrols

     

    Sorry for the inconvenience

    You probably will be more changes, you must keep track of John ....Lex

  3. Already Mandrake 9.2 supports SATA and also ; as well as ; 10.1, write something more about one's main plate, and if you will take off ( you have to instruction always some kernels) from CD this change kernel on newer. If no, thigh taste yourself installation from hard disc, and take newest version best 2009 even mini-iso ...Lex

  4. Open console and as root type

     

    modprobe snd-pcm-oss
    modprobe snd-mixer-oss
    modprobe snd-ac97-codec

    as user in console type

     

    amixer sset pcm unmute 80%
    amixer sset wave unmute 80%

     

    see man amixer and use big and small font

     

    Open any player and setup and probe run ....Lex

  5. Install dkms-virtualbox, look

     

    [root@localhost lex]# urpmi dkms-virtualbox								  
    
    instalowanie dkms-virtualbox-2.0.2-2mdv2009.0.i586.rpm z /media/cdrom/i586/media/main																	 
    Przygotowywanie...			   ##########################################  
      1/1: dkms-virtualbox	   ##########################################  
    + /usr/sbin/dkms --rpm_safe_upgrade add -m virtualbox -v 2.0.2-2mdv2009.0	
    
    Creating symlink /var/lib/dkms/virtualbox/2.0.2-2mdv2009.0/source ->
    			 /usr/src/virtualbox-2.0.2-2mdv2009.0			   
    
    DKMS: add Completed.
    + /usr/sbin/dkms --rpm_safe_upgrade build -m virtualbox -v 2.0.2-2mdv2009.0
    
    Preparing kernel 2.6.27.4-desktop-0.uc1mnb for module build:
    (This is not compiling a kernel, just preparing kernel symbols)
    Storing current .config to be restored when complete
    Running Generic preparation routine
    make mrproper.........
    using /proc/config.gz
    make oldconfig....
    make prepare....
    
    Building module:
    cleaning build area....
    make KERNELRELEASE=2.6.27.4-desktop-0.uc1mnb -C /lib/modules/2.6.27.4-desktop-0.uc1mnb/build M=/var/lib/dkms/virtualbox/2.0.2-2mdv2009.0/build..........
    cleaning build area....
    cleaning kernel tree (make mrproper).....
    
    DKMS: build Completed.
    + /usr/sbin/dkms --rpm_safe_upgrade install -m virtualbox -v 2.0.2-2mdv2009.0
    
    vboxdrv.ko.gz:
    - Installation
      - Installing to /lib/modules/2.6.27.4-desktop-0.uc1mnb/dkms/3rdparty/vbox/
    
    depmod........
    
    DKMS: install Completed.
    + /sbin/modprobe vboxdrv
    [root@localhost lex]#

     

     

    insert line in /etc/modprobe.preloald and type
    vboxdrv

    ......Lex

  6. Firrst find codec

     

    Each codec dumps the widget node information in

    /proc/asound/card*/codec#* file. This information would be really

    helpful for debugging. Please provide its contents together with the

    bug report.

     

    add line to modprobe.conf

     

    options snd-hda-intel position_fix=1 model=xxxxx

     

    Paste here codec, how computer you have, probe insert model = acer .....Lex

  7. Look I convert to mp4

     

    ffmpeg -i film.mpg -title "jozin" -vcodec mpeg4 -acodec libfaac -b 672k -ab 96k -ar 24000 -s 480x272 -aspect 16:9 -g 300 -aic 2 -mbd 2 -cmp 3 -precmp 3 -subcmp 3 -trellis 2 -flags +4mv+trell -pass 1 -f psp Video.mp4

     

     

    FFmpeg version SVN-r14161, Copyright © 2000-2008 Fabrice Bellard, et al.

    configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --enable-liba52 --enable-postproc --enable-gpl --enable-pthreads --enable-libnut --enable-libtheora --enable-libvorbis --enable-x11grab --enable-swscale --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-libx264 --enable-libxvid

    libavutil version: 49.7.0

    libavcodec version: 51.60.0

    libavformat version: 52.17.0

    libavdevice version: 52.0.0

    built on Jul 11 2008 02:18:34, gcc: 4.3.1 20080626 (prerelease)

    Input #0, mpeg, from 'film.mpg':

    Duration: 00:02:32.60, start: 0.500000, bitrate: 275 kb/s

    Stream #0.0[0x1e0]: Video: mpeg1video, yuv420p, 320x256 [PAR 1:1 DAR 5:4], 104857 kb/s, 25.00 tb®

    Stream #0.1[0x1c0]: Audio: mp2, 22050 Hz, mono, 64 kb/s

    Output #0, psp, to 'Video.mp4':

    Stream #0.0: Video: mpeg4 (hq), yuv420p, 480x272 [PAR 136:135 DAR 16:9], q=2-31, pass 1, 672 kb/s, 25.00 tb©

    Stream #0.1: Audio: libfaac, 24000 Hz, mono, 96 kb/s

    Stream mapping:

    Stream #0.0 -> #0.0

    Stream #0.1 -> #0.1

    Press [q] to stop encoding

    frame= 3824 fps= 43 q=2.0 Lsize= 13394kB time=152.36 bitrate= 720.1kbits/s

    video:12566kB audio:769kB global headers:0kB muxing overhead 0.445165%

    bash-3.2$ ffplay Video.mp4

     

    Now play with ffplay or mplayer

     

    ffplay Video.mp4
    FFplay version SVN-r14161, Copyright (c) 2003-2008 Fabrice Bellard, et al.
     configuration: --prefix=/usr --enable-shared --libdir=/usr/lib --shlibdir=/usr/lib --incdir=/usr/include --enable-liba52 --enable-postproc --enable-gpl --enable-pthreads --enable-libnut --enable-libtheora --enable-libvorbis --enable-x11grab --enable-swscale --enable-libmp3lame --enable-libfaad --enable-libfaac --enable-libx264 --enable-libxvid
     libavutil version: 49.7.0
     libavcodec version: 51.60.0
     libavformat version: 52.17.0
     libavdevice version: 52.0.0
     built on Jul 11 2008 02:18:34, gcc: 4.3.1 20080626 (prerelease)
    
    You must have in system libfaad0, libfaac0

     

     

    Here's two example ffmpeg commands for two-pass encoding: (I use one pass)

    First pass:

    ffmpeg -i <inputfile> -title "<title>" -vcodec mpeg4 -acodec libfaac -b 672k -ab 96k -ar 24000 -s 480x272 -aspect 16:9 -g 300 -aic 2 -mbd 2 -cmp 3 -precmp 3 -subcmp 3 -trellis 2 -flags +4mv+trell -pass 1 -f psp Video.mp4

    Second pass:

    ffmpeg -i <inputfile> -title "<title>" -vcodec mpeg4 -acodec libfaac -b 672k -ab 96k -ar 24000 -s 480x272 -aspect 16:9 -g 300 -aic 2 -mbd 2 -cmp 3 -precmp 3 -subcmp 3 -trellis 2 -flags +4mv+trell -pass 2 -f psp Video.mp4

  8. No, this kompozer is on DVD 2009 public meeting should act

     

    kompozer-0.7.10-3mdv2009.0.i586.rpm z /media/cdrom/i586/media/main
    Przygotowywanie...			   ############################################# 
      1/1: kompozer			  ############################################# 
    *** buffer overflow detected ***: /usr/lib/kompozer/kompozer-bin terminated	
    ======= Backtrace: =========												   
    /lib/i686/libc.so.6(__fortify_fail+0x48)[0xb72c07c8]						   
    /lib/i686/libc.so.6[0xb72be860]												
    /lib/i686/libc.so.6[0xb72befe8]												
    /usr/lib/kompozer/kompozer-bin[0x804f23c]									  
    ======= Memory map: ========

  9. Make as on page easy urpmi

    urpmi.addmedia --distrib --mirrorlist '$MIRRORLIST'
    urpmi.addmedia --distrib --mirrorlist 'http://plf.zarb.org/mirrors/$RELEASE.$ARCH.list'

    urpmi.addmedia mopl http://repo.mandriva.org.pl/2009.0/media/main/release/

     

    urpmi task-gstreamer-plugins-all

    urpmi win32-codecs

    urpmi avifile-win32

    urpmi real-codecs

     

    and other lame, libxine1, ffmpeg .....lex

×
×
  • Create New...