logo

Mp3lame

Get your own code!


exact phrase
Advanced Search  

Results 1-10 of about 40 for the Mp3lame  (0.236 sec)
Normal Time & Relevance · Relevance · Time  
 

muscat26

convert MPEG2 (DVD) to AVI (DIVX)

... в какой-нибудь директорий, пишем скрипт:: cat *.vob | mencoder -oac mp3lame -lameopts preset=medium -aid 128 -ovc frameno -ni - cat...- читаем по порядку vob файлы и отдаем в трубу. -oac mp3lame - перегоняем звук в mp3 -lameopts preset=medium - установка битрейта mp3...вы решили сделать звук в mp3 то: mencoder -ovc copy -oac mp3lame -lameopts preset=medium -o Name.mp3.avi Name.ac3.avi ...


   
http://muscat26.livejournal.com/5134.html      (Cached)   0 links
Published: 2 weeks, 4 days ago (Sun, 03 Aug 2008 04:37:23 PDT); 8412 bytes
muscat26


muscat26

MEncoder

mencoder -ovc lavc inputfile -oac mp3lame -o out.avi vc lavc (libav DivX кодек) ac mp3lame если есть битый заголовок - добавь -idx


   
http://muscat26.livejournal.com/4998.html      (Cached)   0 links
Published: 2 weeks, 4 days ago (Sun, 03 Aug 2008 04:33:47 PDT); 346 bytes
muscat26

 

beggy2000

[BeggyTemplateTestBlog] 7/20/2008 04:56:00 AM

... [ -e "${outputFile}" -a "${forceOverwrite}" != "true" ]; then echo "the ${outputFile} already exists" exit 1 fifi##audio кодируется с помощью библиотеки lame в mp3audioCodec="-oac mp3lame"#preset=medium - VBR(переменный битрейт) кодирование, хорошее качество, битпоток в диапазоне 150-180 кбит/сaudioOptions="-lameopts preset=medium"#о preset см man mencoder и http://www.ixbt.com/multimedia/lame-...


   
http://beggy2000.livejournal.com/3977.html      (Cached)   0 links
Published: 1 month ago (Sun, 20 Jul 2008 04:57:14 PDT); 11 Kb
beggy2000


tmbu

Простое создание DVD-рипов в Linux

...раздел с DVD и конвертирует его в flv: mencoder dvd://1 -ofps 25 -o a.flv -of lavf -oac mp3lame -lameopts abr:br=256 -srate 44100 -ovc lavc -lavcopts vcodec=flv:keyint=50:vbitrate=900:mbd=2:mv0:trell:... dvd://1 -chapter 1 -dvd-device /path/to/the_folder/ -ofps 25 -o a.flv -of lavf -oac mp3lame -lameopts abr:br=256 -srate 44100 -ovc lavc -lavcopts vcodec=flv:keyint=50:vbitrate=900:mbd=2:mv0:trell:...

Tags: software linux

   
http://tmbu.livejournal.com/29403.html      (Cached)   0 links
Published: 1 month, 2 weeks ago (Wed, 02 Jul 2008 23:08:07 PDT); 1866 bytes
tmbu


guitarbeerchoco

From gtk-recordmydesktop to youtube in one line

When you record your screencast using gtk-recordmydesktop the ouput is an ogg file. Your file still needs to meet the needs of youtube if you are to vodcast. For this you will need a line like this.... mencoder oo1.ogg -oac mp3lame -ovc lavc -ofps 30 -vf scale=320:240 -o oo1.mpg

   
http://guitarbeerchoco.livejournal.com/10842.html      (Cached)   0 links
Published: 2 months, 1 week ago (Fri, 13 Jun 2008 10:12:03 PDT); 290 bytes
guitarbeerchoco


smit1337

Кодирование видео.

... @res, $filename; } }; pipe(READER,WRITER); while ($filename2 = shift @res){ $|=1; close READER; select WRITER; #system (`mencoder $filename2 -o $filename2.flv -of lavf -oac mp3lame -aid 1 -lameopts #abr:br=56 -srate 22050 -ovc lavc -lavfopts #i_certify_that_my_video_stream_does_not_use_b_frames -lavcopts #vcodec=flv:vbitrate=650:mbd=2:mv0:trell:v4mv:cbp:last_pred=3 -vf scale=320:240`); #system(`...

   
http://smit1337.livejournal.com/4465.html      (Cached)   0 links
Published: 2 months, 4 weeks ago (Sun, 25 May 2008 11:33:46 PDT); 1708 bytes
smit1337

 

aarhipov

Пережимаем видео mencoder'ом

...set -x cat $TRACK | mplayer -vo null -nosound -vf cropdetect $ADD - exit; } OUT=`basename ${OUTPREFIX} .avi`.avi cd $BASED [ -z "$SOUND" ] || { set -x rm -f frameno.avi mencoder -ovc frameno -o frameno.avi -oac mp3lame -lameopts q=6:vol=6 -alang ru $TRACK exit; } VF="pp=lb" [ -z "$CROP" ] || VF="$VF,crop=$CROP,scale=512:0" [ -z "$BITRATE" ] || { [ -z "$TWO_PASS" ] && { rm -f xvid-twopass.stats...


   
http://aarhipov.livejournal.com/24892.html      (Cached)   0 links
Published: 3 months ago (Wed, 21 May 2008 02:42:32 PDT); 5793 bytes
aarhipov


jackal

For those of us who HATE the .mkv format

$ cat /usr/local/bin/mkv2avi #!/bin/bash file=$1 echo "Input file = $file " newf=`echo ${file/.mkv/.avi}`; echo "Output file = $newf " echo "" mencoder -oac mp3lame -lameopts cbr=128 -ovc xvid -xvidencopts bitrate=1200:autoaspect $file -o $newf ------------------------- I've been working on one that converts to (h.264/mpeg4aac).MOV instead of (xvid/mp3).AVI. It should work faster because it'...

Tags: geek

   
http://jackal.livejournal.com/1818177.html      (Cached)   0 links
Published: 3 months, 2 weeks ago (Sun, 04 May 2008 16:03:54 PDT); 734 bytes
jackal


linuxcrazy

My Festival Girlfriend

... that I create with recordmydesktop from ogg theora to avi with mencoder like this; #!/bin/bash FOO=0 echo "Name of OGG" while [ $FOO -ne 1 ] do read OGGNAME if [ -e $OGGNAME ] then FOO=1 else echo fail fi done echo "Name of AVI" read AVINAME mencoder $OGGNAME -ovc lavc -oac mp3lame -o $AVINAME echo "done" Here is his site; http://www.polypux.org/ Download


Tags: podcasts

   
http://linuxcrazy.livejournal.com/531.html      (Cached)   0 links
Published: 4 months ago (Sun, 20 Apr 2008 18:50:43 PDT); 1105 bytes
linuxcrazy


kaspian_xz

... *.avi находящиеся в текущей папке для просмотра на КПК, авось кому нить пригодится. @echo off IF NOT EXIST encoded MKDIR encoded FOR /F "tokens=*" %%i IN ('dir /B *.avi') DO mencoder -oac mp3lame -lameopts mode=3:preset=24 -ovc lavc -lavcopts vcodec=mpeg4:vhq:vbitrate= 300 :keyint=250 -vf scale= 320:240 -o "encoded\%%i" "%%i" Закидываем mplayer\mencoder куданить в PATH окружение, скрипт ...

Tags: geek soft

   
http://kaspian-xz.livejournal.com/23237.html      (Cached)   0 links
Published: 4 months ago (Sun, 20 Apr 2008 01:17:44 PDT); 895 bytes
kaspian_xz


Get free web site
1GB of free space
for files and pictures
Name:  
Claim your Site now!

Related searches

Audio Lavc Couldn T Find Encoder For Codec Mp3
Mp3Lame
Cars Avi
Couldn T Find Encoder For Codec Mp3

 

Result Page: 1 2 3 4  for Mp3lame

exact phrase
Advanced Search  
 
Copyright © 2005,2006 ljseek.com This service is not affiliated with LiveJournal.com
Design by Steorra.com