Olá pessoal,
hoje vou ensinar como converter vídeos do youtube .flv
para serem tocados no Creative Zen Vision:M
usando o mencoder do Linux/Debian.
# mencoder file1.flv -o test1.avi -vf scale=320:240 -oac mp3lame -ovc xvid -xvidencopts bitrate=800
Caso você tenha algum problema com o codec xvid, você deve recompicar
o mplayer com suporte a xvid.
Baixe o código fonte do Mplayer e baixe também os
"Binary Codec Packages" nesse mesmo link abaixo::
http://www.mplayerhq.hu/design7/dload.html
Extraia e coloque os Codecs no diretório /usr/lib/win32
Extraia o código fonte do Mplayer no diretório de
sua preferência.
Instale o pacote libxvidcore-dev
Caso você não tenha esse pacote na sua lista de pacotes
adicione os mirrors
#mirros multimidia
deb http://debian-multimedia.org/ etch main
deb http://ftp.debian-unofficial.org/debian etch main contrib non-free
no seu /etc/apt/sources.list
# apt-get update
# apt-get install libxvidcore-dev
Compile o Mplayer
Dentro do diretório Maplyer execute:
../MPlayer-1.0rc1$ ./configure --prefix=/usr/local --enable-gui --enable-xvid --enable-largefiles --enable-menu --enable-gif --enable-png --enable-jpeg --with-win32libdir=/usr/lib/win32
../MPlayer-1.0rc1$ make
e como usuário root execute:
../MPlayer-1.0rc1# make install
Tente novamente:
# mencoder file1.flv -o test1.avi -vf scale=320:240 -oac mp3lame -ovc xvid -xvidencopts bitrate=800
Falow Pessoal,
Feliz Ano Novo ...
E Deus te abençôe ... :D
Tudo o que tenho e sou é fruto da Graça de Deus para com a minha vida, a Ele toda honra e toda glória.
Saturday, December 29, 2007
Convertendo Vídeos Youtube para o Creative Zen Vision:M
Marcadores:
dicas
Saturday, December 15, 2007
Linux command to set the screen size
Hi all,
today I will teacher how to set the screen size using xrandr Linux command.
To find out what sizes are available, run:
$ xrandr -q
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 271mm x 203mm ) *75 70 60
1 800 x 600 ( 271mm x 203mm ) 75 72 60 56
To set the screen size to an available size, run:
$ xrandr -s 800x600
Thanks,
God bless you ... [:P]
today I will teacher how to set the screen size using xrandr Linux command.
To find out what sizes are available, run:
$ xrandr -q
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 271mm x 203mm ) *75 70 60
1 800 x 600 ( 271mm x 203mm ) 75 72 60 56
To set the screen size to an available size, run:
$ xrandr -s 800x600
Thanks,
God bless you ... [:P]
Marcadores:
dicas
Comando Linux xrandr alterar resolução da tela
Olá pessoal,
Hoje vou ensinar como alterar a resolução da tela no Linux
através do comando "xrandr".
Para ver as resoluções disponíveis execute:
$ xrandr -q
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 271mm x 203mm ) *75 70 60
1 800 x 600 ( 271mm x 203mm ) 75 72 60 56
...
Para alterar para uma das resoluções disponíveis:
$ xrandr -s 800x600
Deus te abençôe [:P],
Ragner Magalhães
Hoje vou ensinar como alterar a resolução da tela no Linux
através do comando "xrandr".
Para ver as resoluções disponíveis execute:
$ xrandr -q
SZ: Pixels Physical Refresh
*0 1024 x 768 ( 271mm x 203mm ) *75 70 60
1 800 x 600 ( 271mm x 203mm ) 75 72 60 56
...
Para alterar para uma das resoluções disponíveis:
$ xrandr -s 800x600
Deus te abençôe [:P],
Ragner Magalhães
Marcadores:
dicas
Subscribe to:
Posts (Atom)