Showing posts with label lenny. Show all posts
Showing posts with label lenny. Show all posts

Sunday, July 1, 2012

debian lenny goodbye outdated archives

# See sources.list(5) for more information

# This file should be edited through synaptic

# MEPIS improvements, overrides and updates--the MEPIS magic
# deb ftp://ftp.mirrorservice.org/sites/ftp.mepis.org/mepis/ mepis-8.0 main 
# MEPIS master pools, please use only if mirror is slow or down
# deb ftp://ftp.mepis.com/mepis/ mepis-8.0 main 

# deb ftp://ftp.debian.org/debian/ lenny main contrib non-free 
# deb-src ftp://ftp.debian.org/debian/ lenny main contrib non-free 

# deb http://security.debian.org/ lenny/updates main contrib non-free 

# deb http://volatile.debian.org/debian-volatile/ lenny/volatile main contrib non-free 

# Some Debian Multimedia software might be illegal in some jurisdictions
deb http://www.debian-multimedia.org/ lenny main 

# compiz shame " debian lenny"
# deb http://download.tuxfamily.org/shames/debian-lenny/desktopfx/unstable/ ./ 






deb http://archive.debian.org/debian/ lenny main contrib non-free  



###############################
# now my old "dell gx260" is all most finished?
# or not?
it still one of my more solid pc's, but i don't think tethering androids usb wifi will NOT work on older linux kernals.

"debian lenny" served me well wile it lasted. Dell gx260 has a flaking intell onboard video card that does not work well with newer versions of of X-server and newer linux kernels.
so now my old dell gx260 is closed to being mothballed and put away do to obsoleteness.
I like google androids wifi usb tethering. My old HP_pc has (lmde)/linux mint debian edition, sp4, as of 7moy2012. The usb wifi tethering works good out of the box, no fussing or messing around with any of the config files, just works.

7moy2012, #lmde just might become my new desktop of chose, but on my laptop i realy like lubuntu. I guese i like my ".deb' based distros.

I can't get newer ubuntu/s to run on older system with 512mb and less ram. the ubuntu installers ether fails locks up or botches the install job. But Debian installer seem to work just find on old computers with less then 512mb of ram.

I like old cheap/computer especial the free ones.

Sunday, May 22, 2011

mepis8 webcam ffmpeg 5moy2011

tested 5moy2011 mepis8 ...
mepis8 uname -r 2.6.27!!!

---------------------
mpeg
352x288

/**************
****mepis8 ****
*************/

this work with the [ffmpeg -formats] [-f mpeg]
==================

LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so \ ffmpeg -f oss -i /dev/dsp -acodec mp3 -f mpeg -s 352x288 -r 30000/1001 -i /dev/video0 -qmin 4 -qmax 4 -b 500 -aspect 4:3 -f mpeg -r 30000/1001 -y vid-mpeg-ffmpeg-with-mp3sound-q4.mpg


NOTE: "/dev/dsp" can probably be swapped out with [/dev/audio] .

mepis8 is built on debian lenny repos. Debian's ffmpeg is missing alot of codecs but it works better than MENCODER for av sync web cam recording because mencoder did not keep the audio in sync.
for /dev/dsp to work it may require "alsa-oss.deb" the legacy compliance ap layer is likely needed. "?"
------------------
[check] "capture" control on it needs to be used to grab mic sound recording.

alt.....
NOW ffmpeg-svn
alt.....
Now mepis8 with debiand's 2.6.26 kernel loaded
uname -a
Linux mepis1 2.6.26-2-686 #1 SMP Wed Sep 21 04:35:47 UTC 2011 i686 GNU/Linux

/******************
*** debian / lenny *
*******************/
##############################
mpeg
================
640x480
================
mepis8 uname -r 2.6.27-***
mepis8 code:
$ LD_PRELOAD=/usr/lib/libv4l/v4l1compat.so \
############
or
debian/lennny
uname -r 2.6.26-2-686
video :large
code lenny:
$ nice -n 19 ffmpeg -f oss -i /dev/dsp -acodec mp3 \ -f video4linux \ -s 640x480 \ -r 30000/1001 \ -i /dev/video0 -qmin 4 -qmax 4 \ -b 500 -aspect 4:3 \ -f mpeg -r 30000/1001 \ vid-[large]-mpeg-ffmpeg-with-mp3sound-q4-large.MPG
video :small
code lenny:
$ nice -n 19 ffmpeg -f oss -i /dev/dsp -acodec mp3 -ac 2 \ -f video4linux \ -s 352x288 \ -r 15000/1001 \ -i /dev/video0 -qmin 4 -qmax 30 \ -b 500 -aspect 4:3 \ -f mpeg -r 20 \ vid-[small]-mpeg-ffmpeg-with-mp3sound-q4-small.mpg