[Ffmpeg-devel-irc] ffmpeg.log.20121125

burek burek021 at gmail.com
Mon Nov 26 02:05:01 CET 2012


[00:11] <maurer> Hey, when trying to use the ffmpeg command line tool, I'm getting  Unable to set CBR to 128000: not supported
[00:12] <maurer> I'm not particularly attatched to that bitrate, but I can't seem to figure out how to change this
[00:12] <maurer> (this is in the vorbis audio output)
[00:36] <freezway> so ffplay can play a file but ffmpeg can't convert it
[00:36] <freezway> what gives
[00:40] <freezway> nvm
[00:40] <freezway> im basically using ffmpeg to fix metadata so id3tag can tag it
[00:40] <freezway> is there a way to not convert but just redo the metadata
[00:41] <JEEBsv> use the 'copy' codec?
[00:41] <freezway> ok ill try
[00:41] <freezway> how do I do that?
[00:42] <JEEBsv> -c:a copy for example for audio, c:v copy for video, c:s for subtitles
[00:47] <freezway> what containers can contain aac
[00:48] <JEEBsv> mp4/mkv/flv ?
[00:49] <freezway> Unknown decoder 'copy'
[00:49] <JEEBsv> uhhh
[00:50] <JEEBsv> before -i = decoder/input settings
[00:50] <JEEBsv> after -i = encoder/output settings
[00:57] <freezway> hmm
[00:57] <freezway> weird
[00:58] <freezway> after copying to a new container, I can play it
[00:58] <freezway> then I run id3tag on it
[00:58] <freezway> cant play it anymore
[00:59] <freezway> BUT, if I convert to mp3 instead of copying, then i can play it
[00:59] <JEEBsv> I have no idea what id3tag is or what it does :P
[01:00] <JEEBsv> if you want mp4 you probably want to use the m4a extension that is apple's extension to the ISO Media Container
[01:00] <JEEBsv> and that has tags, and afaik ffmpeg nowadays can write them
[01:01] <freezway> id3tag sets metadata
[01:01] <freezway> like artist
[01:01] <JEEBsv> sounds like it supports mostly idv3 :P
[01:01] <freezway> yup
[01:01] <JEEBsv> well, uhh. idv3 doesn't exactly work as-is in mp4/m4a
[01:02] <JEEBsv> and ffmpeg can do tagging now too
[01:02] <freezway> oh
[01:02] <freezway> it can?
[01:02] <freezway> awesoem
[01:02] <JEEBsv> yes
[01:02] <JEEBsv> elenril wrote some nice code
[01:02] <freezway> ooh, this makes my program so much simpler
[01:04] <JEEBsv> http://ffmpeg.org/ffmpeg.html#Metadata methinks
[01:04] <JEEBsv> although it doesn't have to be a file as far as I know
[01:06] <freezway> ffmpeg -i KnockinOnHeavensDoor.mp4 -metadata title="Knocking on Heaven's Door" temp.mp4
[01:06] <freezway> gives me
[01:06] <freezway> KnockinOnHeavensDoor.mp4: Invalid data found when processing input
[01:07] <freezway> wait
[01:07] <freezway> nvm
[01:08] <freezway> how do you get ffmpeg to write to the same file it reads from
[01:08] <freezway> i.e. modify it rather than copy?
[01:08] <JEEBsv> you can't really
[01:08] <JEEBsv> you'd have to rewrite the whole index and thus the file's length changes
[01:09] <JEEBsv> and other stuff
[01:09] <freezway> meh
[01:10] <freezway> ill just do an mv and rm
[01:10] <freezway> no biggie
[01:39] <freezway> sall good
[01:39] <freezway> i modded pianobar to download music and apply metadata
[01:56] <a|3x> hi
[01:57] <a|3x> i can't seem to figure out how to build ffserver with ffmpeg, the executable isn't being built, any suggestions?
[02:15] <aixenv> hey guys - it seems that aconv is taking over for ffmpeg, is that correct or not?
[02:17] <ubitux> it's not
[02:17] <aixenv> can you explain the msg i get when i run ffmpeg ?
[02:17] <ubitux> avconv si the tool name from the fork
[02:17] <ubitux> aixenv: yes, it's the fork propaganda
[02:18] <aixenv> is this related toe debian?
[02:18] <aixenv> how would get int he ffmpeg code to not use it that it's deprecated
[02:18] <ubitux> yes, debian is distributing libav under the ffmpeg name because the maintainer is one of the libav folks
[02:18] <ubitux> aixenv: somehow related: http://blog.pkh.me/p/13-the-ffmpeg-libav-situation.html
[02:19] <ubitux> a|3x: ffserver_deps="avformat ffm_muxer fork rtp_protocol rtsp_demuxer"
[02:19] <ubitux> a|3x: maybe you don't support one of these?
[02:19] <aixenv> ok thanks reading, this was really surprising to me, ive always been a big ffmpeg user
[02:20] <ubitux> look for "packaging" for a quick answer about your deprecated message
[02:21] <a|3x> ubitux: what do you mean i don't support?  how do i check if i support these?
[02:22] <ubitux> a|3x: maybe you disabled one of these in your configure line
[02:22] <a|3x> none of these are in my config line
[02:22] <ubitux> how did you run the configure?
[02:23] <a|3x> ./configure --prefix=/usr --libdir=/usr/lib64 --shlibdir=/usr/lib64 --mandir=/usr/share/man --enable-shared --cc=x86_64-pc-linux-gnu-gcc --cxx=x86_64-pc-linux-gnu-g++ --ar=x86_64-pc-linux-gnu-ar --optflags='-O2 -pipe' --extra-cflags='-O2 -pipe' --extra-cxxflags='-O2 -pipe' --disable-static --enable-gpl --enable-version3 --enable-postproc --enable-avfilter --disable-stripping --disable-debug --disable-doc --disable-network --disable-vaapi
[02:23] <a|3x> --disable-vdpau --enable-libmp3lame --enable-libvo-aacenc --enable-libx264 --enable-libxvid --disable-indev=v4l --disable-indev=oss --disable-indev=jack --enable-x11grab --enable-libpulse --disable-outdev=oss --enable-libfreetype --enable-libvorbis --disable-amd3dnow --disable-amd3dnowext --disable-altivec --disable-avx --disable-mmx2 --disable-ssse3 --disable-vis --disable-neon --enable-hardcoded-tables --enable-librtmp --enable-ffserver
[02:23] <ubitux> --optflags='-O2 -pipe' --extra-cflags='-O2 -pipe'  please don't do that
[02:24] <ubitux> --enable-avfilter is redundant
[02:24] <ubitux> --disable-network  do you expect ffserver to work without network?
[02:24] <ubitux> why are you disabling all the optims manually?
[02:24] <ubitux> --enable-ffserver is redundant
[02:25] <a|3x> whats wrong with -O2 -pipe ?
[02:26] <ubitux> -O2 is the default
[02:27] <ubitux> you can add -pipe if you really want to though
[02:27] <ubitux> --optflags looks uneeded
[02:28] <ubitux> --enable-postproc is also redundant afaik
[02:28] <ubitux> --disable-amd3dnow --disable-amd3dnowext --disable-altivec --disable-avx --disable-mmx2 --disable-ssse3 --disable-vis --disable-neon  this really bother me; why do you do that?
[02:29] <ubitux> also, if you really insist on doing this, i think you are looking for --disable-asm
[02:29] <ubitux> but it's really going to get slow
[02:29] <a|3x> actually a lot of these flags are from gentoo emerge scripts
[02:29] <ubitux> :/
[02:30] <aixenv> what an interesting read
[02:30] <aixenv> devs acting like children how sad
[02:32] <aixenv> can someone critique this line? i wrote this script a while ago - and wonder if it's still accurate : "ffmpeg -y -i "$file" -vcodec libx264 -r 30000/1001 -deinterlace -s 1024x576 -crf 21 -maxrate 2M -bufsize 6M -vpre slow -threads 0 -acodec libfaac -ar 48000 -ab 128k ${file%.*}-1.mp4 >> "${file%}"-encoding.out 2>&1
[02:33] <aixenv> second - ive got a ISO Media, MPEG v4 system, version 1, that im trying to encode to avi (to play on my xbox360, the current format isn't compatible), i usually do my video camera MTS files to mp4, so im not exactly sure what's a good line for mp4 to avi
[02:33] <ubitux> what's the purpose of -threads 0?
[02:34] <aixenv> i am not going to take credit for that line good sir, i got that from one of the guys in this channel about a year or so ago
[02:34] <ubitux> ok
[02:34] <aixenv> Darksomething, i forget his name, im not normally on irc
[02:34] <aixenv> but usually pretty active contributor to the irc channel whenever i happen to join
[02:35] <aixenv> and im not saying that line is "broken" just wanted to make sure it didnt need to be optimized
[02:35] <ubitux> looks pretty sane
[02:36] <aixenv> ok great , and whats a good line recommendation to keep the quality 1:1 (as close as possible) and go mp4 v1 to avi (that'd work on the xbox360?)
[02:36] <ubitux> we tend to use -c:v instead of -vcodec, -c:a instead of -acodec, -b:a instead of -ab though
[02:36] <ubitux> but it won't affect your output
[02:37] <aixenv> ah ok gotcha -
[02:37] <ubitux> maybe using -q:v 0 ?
[02:37] <ubitux> look at the -qscale documentation
[02:37] <aixenv> whats the vcodec to use for avi?
[02:38] <ubitux> isn't it selecting mpeg4 by default?
[02:38] <aixenv> well all i can tell you is this particular movie file doesnt play on the 360, and 99% of my movies are avi
[02:39] <aixenv> so i was going to try and encode it wih avi -but normally im doing everythign to x264, so this is a bit dif than what im used to doing
[02:39] <ubitux> can you ffprobe the file?
[02:39] <aixenv> sure one sec
[02:39] <ubitux> (pastebin please)
[02:40] <aixenv> yes sir one sec
[02:42] <ubitux> blindly, i'd say you may try ffmpeg -i in.mp4 -q:v 0 -c:a libfaac -q:a 0 -y out.avi
[02:42] <aixenv> http://pastebin.com/4PrDCU3U
[02:42] <ubitux> oh you can codec copy the audio actually
[02:43] <ubitux> ffmpeg -i in.mp4 -q:v 0 -c:a copy -y out.avi then
[02:43] <ubitux> the file might get quite bigger though :P
[02:44] <aixenv> thats ok its home network streaming so that should be ok
[02:44] <aixenv> unless you mean 2Gb to 200Gb :P
[02:44] <aixenv> im not sure if you have a 360 or not, but any idea why that one doesnt work? i have had other mp4's work so i found this one curious
[02:45] <aixenv> running now - so we'll see
[02:45] <aixenv> i greatly appreciate the line, let me see if it runs w/o error
[02:45] <aixenv> ah i might need to update my ffmpeg
[02:46] <ubitux> no i don't have a 360
[02:46] <aixenv> Unrecognized option 'q:v'
[02:46] <ubitux> well you're using libav so&
[02:47] <ubitux> i need to go, gl
[02:47] <aixenv> bah i thinkk my upgrade to wheezy blaste away my svn version of ffmpeg
[02:47] <aixenv> so i need to just get it updated i bet
[02:47] <ubitux> we don't use svn anymore
[02:47] <aixenv> ffmpeg version 0.8.4-6:0.8.4-1,
[02:47] <aixenv> git ?
[02:47] <ubitux> this is not ffmpeg
[02:47] <ubitux> yes, git
[02:47] <aixenv> whats the git clone url? can you give me that rq before going?
[02:48] <ubitux> https://ffmpeg.org/download.html
[02:48] <aixenv> ok sweet ty
[02:50] <aixenv> this a good configure line (this is what i used to use) ; configure --prefix=/usr --enable-vdpau --enable-libx264 --enable-libtheora --enable-libvorbis --disable-stripping --enable-x11grab --enable-libfaac --enable-nonfree --enable-shared --disable-static --enable-runtime-cpudetect --enable-gpl --enable-libmp3lame --enable-libspeex --enable-xvid --enable-pthreads --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-postproc --enable-libvpx --enabl
[02:50] <a|3x> ubitux, its still skipping ffserver
[02:51] <aixenv> i think he left -
[02:52] <aixenv> it seems xvid is now libxvid, ok that line configured let's see if it makes heh
[03:02] <aixenv> here we go - that line configured once i changed --enable-libxvid ; ffmpeg version N-47057-g48cbdae
[03:04] <aixenv> ok that line you gave me is running -ty, will letcha know if that does the trick
[03:05] <aixenv> tyvm #ffmpeg, always a great channel (helpful)
[03:34] <aixenv> eh not too bad 2.1 to 5.4
[03:34] <aixenv> testing to see if it works
[03:36] <okhattab> I am having a hard time building omxplayer from source for the fedora remix on raspi.  The issue is with ffmpeg.  does any one know if this package has been released for the remix? or for f17?
[03:40] <aixenv> hrm this still didnt work - Stream #0:0: Video: mpeg4 (Simple Profile) (FMP4 / 0x34504D46), yuv420p, 1920x804 [SAR 1:1 DAR 160:67], 23.98 fps, 23.98 tbr, 23.98 tbn, 24k tbc
[05:42] <aixenv> hrm i got that one to work but the quality is crappy
[05:42] <aixenv> seemed pretty basic - ffmpeg -i file.mp4 -vcodec mpeg4 -vtag XVID -acodec ac3 -ar 48000 -ab 192k output.avi
[05:44] <aixenv> this mp4 is really crisp
[05:44] <aixenv> but the avi looks bleh
[05:45] <aixenv> file.mp4: ISO Media, MPEG v4 system, version 1
[05:45] <aixenv> vs
[05:45] <aixenv> output.avi: RIFF (little-endian) data, AVI, 1920 x 804, 23.98 fps, video: XviD, audio: Dolby AC3 (stereo, 48000 Hz)
[05:54] <aixenv> whats the sub for 'slow' ? - File for preset 'slow' not found
[06:08] <aixenv> so if im trying to take a nice h264 movie and make it as good as possible in xvid/avi - any recommendations?
[06:31] <aixenv> bah this isnt working for the 360
[06:31] <aixenv> ffmpeg -y -i file.mp4 -vcodec mpeg4 -vtag XVID -r 30000/1001 -filter:v yadif -q:v 0 -q:a 0 -crf 21 -threads 0 -ss 30 -t 60 -acodec ac3 -ar 48000 -ab 128k output-test.avi
[06:31] <aixenv> but this did, just crummy quality - ffmpeg -i file.mp4 -vcodec mpeg4 -vtag XVID -acodec ac3 -ar 48000 -ab 192k output.avi
[06:38] <aixenv> found one that looks good
[06:38] <aixenv> ffmpeg -y -i file.mp4 -vcodec mpeg4 -vtag XVID -r 30000/1001 -q:v 0 -q:a 0 -crf 21 -threads 0 -ss 30 -t 60 -acodec ac3 -ar 48000 -ab 128k output-test.avi
[06:39] <aixenv> trying the whole movie now
[08:37] <dgbaley27> Hey. I have an avi with an mpeg4 video stream (and mp3 audio stream). I'm trying to include a separate .srt file and mux into an mkv. I get an error with matroska about not being able to write packet with unknown timestamp. Is there a way to regenerate the timestamps for the mpeg4 video?
[11:21] <XORi_> Hello. I'm capturing video from a new frame buffer  device and ffprobe does not recognize the output. I try to pass it as raw video to ffmpeg but it fails.
[11:21] <XORi_> How can I track that ?
[11:58] <burek> guys, try to always provide your pastebin links to outputs so we can see what you are asking about
[11:58] <burek> it will speed up the time between answers
[12:52] <luc4> Hi! Has the symbol ::avfilter_poll_frame been removed recently?
[13:09] <ubitux> luc4: the api was made private
[13:10] <ubitux> but you're eventually looking for av_buffersink_poll_frame
[13:10] <ubitux> look at the filtering examples
[13:10] <ubitux> doc/examples
[13:13] <luc4> ubitux: I'm trying to compile a player which seems to be using both av_buffersink_poll_frame and avfilter_poll_frame. Was it replaced with ff_poll_frame?
[13:13] <ubitux> ff_poll_frame is private
[13:13] <ubitux> you can't use that anymore
[13:14] <ubitux> the player is not supposed to use it
[13:15] <ubitux> what was that player doing?
[13:15] <luc4> ubitux: since I'm not the author, I'm just trying to recompile, would changing the function to public make that work?
[13:16] <ubitux> you can only disable that code
[13:18] <luc4> ubitux: I've never used ffmpeg, I'll try that. Thanks!
[16:52] <function1> when i give ffmpeg a file with commas as -i "some,file.flac" it chokes and 'cannot find the file'. 0.10.3. nothing in bug tracker that i could find... anyone know anything about this?
[16:53] <function1> or can anyone  confirm?
[16:54] <klaxa> use multiple -i parameters i guess?
[16:54] <ubitux> funyun: yes, the ',' is a special char
[16:54] <ubitux> i think i read a thread about this on ffmpeg-user last month
[16:54] <function1> any workaround? quotes or escape \, doesnt help
[16:55] <ubitux> are you sure the \ is passed?
[16:55] <klaxa> oh misread the question, nvm
[16:56] <klaxa> did you try 'some,file.flac'?
[16:57] <ubitux> function1: you may need to put two of them depending on your shell
[16:57] <ubitux> and your command line
[16:57] <function1> ubitux: two \ doesnt work
[16:57] <function1> \\,
[16:58] <function1> klaxa: 'some,file.flac' doesnt work
[16:58] <ubitux> mmh
[16:59] <saste> ubitux: that's not like filters, it's a whole new mess, some filename just cannot be expressed
[16:59] <ubitux> function1: try "file: ..."
[17:00] <saste> yes file: could be a valid workaround
[17:00] <ubitux> 'file:some,file.flac' should work
[17:00] <function1> -i "file: some,file.flac" ?
[17:00] <function1> ah
[17:02] <function1> yeah that does it. what exactly have i dont there?
[18:05] <blez> is it possible to output into http/mms while converting?
[18:06] <retard> one does not simply output into http/mms
[18:06] <retard> (yes)
[18:08] <blez> actually I'm using ffmpeg to capture the audio directly
[18:08] <blez> and I'm trying to detect silence
[18:08] <blez> any way to do that?
[18:08] <retard> i think ecasound can do that, so i guess you could pipe it through that
[18:08] <retard> or use ecasound for actually capturing the audio
[18:08] <retard> depending on source
[18:09] <blez> can ffplay show the current audio level?
[18:09] <retard> i don't know
[19:01] <iksik2> hello, i'm trying to grab some jpeg images from rtsp stream (one image per 30 seconds running ffmpeg in a loop - just for tests) http://scr.hu/0u6x/7b15k
[19:01] <iksik2> command which i'm using here is: ffmpeg -i rtsp://my_stream/ -y -f image2 -vsync 1 test.jpg
[19:02] <iksik2> once in a while (not all of them) jpg image seems to be 'broken' like this one attached under url above
[19:03] <iksik2> any hints? :(
[20:30] <aixenv> ubitux - thanks for your help yesterday, i was able to get a nice quality copy of my mp4 in avi, i basically used my normal mts -> mp4 and made it work for xvid/mpeg4
[20:30] <aixenv> this was the line if anyone is interested - ffmpeg -y -i file.mp4 -vcodec mpeg4 -vtag XVID -r 30000/1001 -q:v 0 -q:a 0 -crf 21 -threads 0 -acodec ac3 -ar 48000 -ab 128k
[20:30] <aixenv> well then of course the $outfile.avi
[20:34] <conG> Hello everyone
[20:35] <conG> I ask your help to make working ffmpeg with downloadhelper (mp3 on) on ubuntu 12.10
[20:38] <conG> I tried this http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide
[20:39] <conG> but don't know what specifiate in download helper ( ~/root)
[20:40] <iksik2> http://scr.hu/0u6x/7b15k
[20:40] <iksik2> uh, sorry, to fast click ;-)
[21:19] <y_nk> hello
[21:20] <y_nk> i've a question related to audio format, no directly to ffmpeg but i don't know where to ask
[21:20] <y_nk> i've a network audio device that streams audio. I found my way through soap and i'm now able to get the stream
[21:21] <y_nk> i found a kind of pattern that revealed the header... so i think i have the audio message now, but i don't know how to play it properly
[21:21] <y_nk> does anyone have any clue on how to do it ?
[21:24] <blez> what's the proper way to convert mp3 to flac?
[21:24] <blez> I mean, do I need any additional args
[21:24] <fatpony> mp3 to flac?
[21:24] <fatpony> you mean flac to mp3, right?
[21:26] <blez> no
[21:26] <blez> anyway, how to convert to flac?
[21:27] <blez> at maximum quality (if there is such thing in flac)
[21:27] <klaxa> that is... if i may say, stupid
[21:27] <klaxa> you will increase filesize without gaining quality
[21:27] <klaxa> flac is lossless also, there are no quality settings
[21:27] <blez> ok
[21:27] <klaxa> rather compression settings
[21:28] <blez> for max mp3 I should do: -acodec libmp3lame -ac 2 -ab 320k right?
[21:31] <iksik2> 19:02 < iksik2> hello, i'm trying to grab some jpeg images from rtsp stream (one image per 30 seconds running ffmpeg in a loop - just for tests) http://scr.hu/0u6x/7b15k
[21:31] <iksik2> anyone? :P
[22:02] <cong> Help
[22:03] <cong> toujours le même problème, j'ai suivis la procédure ici pour compiler ffmpeg avec mp3 sur ma ubuntu 12.10 (http://doc.ubuntu-fr.org/tutoriel/comment_compiler_ffmpeg)
[22:03] <cong> mais rien ne marche et quand je tape ffmpeg en console, il ne m'affiche pas le codec lib...mp3 que j'ai pourtant bien compilé avec ...
[22:05] <cbsrobot> cong: on est pas a Saint-Tropez ici
[22:05] <cong> rapport ?
[22:05] <cong> Je suis sur un chan irc et je viens demander de l'aide.
[22:06] <cbsrobot> essaye de parler une autre langue
[22:06] <cong> ah ouai pas bête sa par contre
[22:07] <cong> Maybe someone can help me, i tried to do working ffmpeg with mp3 support (i tried this http://doc.ubuntu-fr.org/tutoriel/comment_compiler_ffmpeg)
[22:07] <cong> but when i type ffmpeg in console mode, anything about lame and mp3 support ...
[22:08] <cbsrobot> cong: did you first run: sudo apt-get remove ffmpeg x264 libx264-dev lame libmp3lame-dev
[22:08] <cbsrobot> just to make sure it's not installed anymore
[22:09] <cong> i retried about 5 or 6 times like all the step on the website
[22:09] <cbsrobot> and then type ffmpeg
[22:09] <cong> (and yes i remove all of this before)
[22:09] <cbsrobot> so it is not there anymore
[22:09] <cbsrobot> ok
[22:09] <cbsrobot> so in your ffmpeg dir
[22:09] <cbsrobot> when looking at config.log
[22:09] <cbsrobot> what does it say when searching for libmp3lame ?
[22:10] <cbsrobot> did configure find it ?
[22:11] <cbsrobot> or wait ...
[22:11] <cbsrobot> whan you added --enable-limp3lame to configure
[22:11] <cbsrobot> it should have failed if it did not find it
[22:11] <cbsrobot> what do you type in console to find a hint for mp3 ?
[22:12] <cong> "which ffmpeg" said /usr/local/bin/ffmpeg
[22:12] <cong> but i can't go to ffmpeg because it's not a folder ? am I crasy ?
[22:12] <cong> no failed no
[22:12] <cbsrobot> ffmpeg is not a folder
[22:12] <cbsrobot> ffmpeg dir I mean the git clne dir
[22:13] <cbsrobot> *clone
[22:13] <aixenv> ie: git clone git://source.ffmpeg.org/ffmpeg.git ffmpeg
[22:14] <cbsrobot> cong: whats your output for:
[22:14] <cbsrobot> ffmpeg -codecs | grep mp3
[22:14] <cong> i use downloadhelper (add on for firefox), so what i should write for the dir ?
[22:14] <aixenv> try following this cong, i wrote this, and just even tested it out yesterday albeit on wheezy
[22:14] <aixenv> do it from the CLI - follow this
[22:15] <cong>  D.A.L. mp3                  MP3 (MPEG audio layer 3) (decoders: mp3 mp3float )  D.A.L. mp3adu               ADU (Application Data Unit) MP3 (MPEG audio layer 3) (decoders: mp3adu mp3adufloat )  D.A.L. mp3on4               MP3onMP4 (decoders: mp3on4 mp3on4float )
[22:15] <cong> for ffmpeg -codes grep mp3
[22:15] <cong> codecsù
[22:15] <cong> codes*
[22:15] <cong> codecs*
[22:15] <cbsrobot> well
[22:15] <cbsrobot> no libmp3lame encoder &.
[22:16] <cong> no --'
[22:16] <cong> what i sould i do now ?
[22:16] <cbsrobot> cong: you followed http://doc.ubuntu-fr.org/tutoriel/comment_compiler_ffmpeg ?
[22:16] <aixenv> http://pastebin.com/5xkXArgA <== follow that
[22:17] <cong> lame != libmp3lame ?
[22:17] <cong> yes cbsrobot
[22:17] <cbsrobot> step 9 in this
[22:17] <cbsrobot> 2nd item
[22:17] <cbsrobot> git clone git://git.videolan.org/ffmpeg.git
[22:17] <aixenv> follow the doc i linked, it'll work cong
[22:17] <aixenv> i just did it yesterday
[22:17] <cbsrobot> wut wait
[22:18] <cong> ok aixenv thanks i will try
[22:18] <cbsrobot> thats just insane
[22:18] <cong> i don't understand cbsrobot  what you want i do ?
[22:18] <cbsrobot> cong: don't follow this tutorial you sent
[22:18] <cong> ok
[22:18] <aixenv> like i said, follow what i did, it works -
[22:18] <cbsrobot> maybe aixenv 's tutorial is better
[22:18] <aixenv> it works :)
[22:18] <cbsrobot> hehe
[22:18] <cbsrobot> thats a trademark !
[22:18] <cong> for ubuntu 12.10 ? for sure ?
[22:19] <aixenv> it works on wheezy.. unbuntu/debian are same family, it'll be fine, just grab the latest stable of all the various packages
[22:19] <cong> ok i
[22:19] <cong> will try
[22:19] <aixenv> the main thing to understand is to have all the pre-reqs done, then do the ffmpeg config line
[22:19] <cbsrobot> aixenv, cong: why not http://ffmpeg.org/trac/ffmpeg/wiki/UbuntuCompilationGuide ?
[22:20] <aixenv> cbs- that's just the doc i wrote that we use @ work -
[22:20] <aixenv> and like i said it works
[22:20] <cbsrobot> ok - I guess the one on ffmpeg trc works aswelll
[22:20] <aixenv> that one on ffmpeg looks good too, less stuff on it than mine
[22:21] <aixenv> i would definitely imagine they both work - ya, depends on the functionality you need i guess
[22:21] <cbsrobot> yeah and no php related things init too
[22:21] <cbsrobot> and it is copy paste friendly :-)
[22:21] <cong> which one i should use ?
[22:22] <cbsrobot> I'd go with ffmpeg trac
[22:22] <aixenv> whichever you want - that one is directly for ubuntu the versoin you have and obvoiusly official since it's on the site, so i'd use that first
[22:23] <cong> ok i try this now
[22:23] <cbsrobot> I guess aixenv 's is better suited for a specific server implementation
[22:23] <cbsrobot> aixenv: whats debian_patches_build-fix.patch ?
[22:24] <cbsrobot> is it in faac ?
[22:27] <aixenv> thats old, not needed anymore - i need to udpate the doc, only thing i updated last night was the ffmpeg config line which def works
[22:27] <aixenv> wont be needed in unbuntu or squeeze
[22:27] <aixenv> or wheezy
[22:28] <aixenv> @cong im running through the ffmpeg trac doc, letcha know if there are any problems
[22:35] <aixenv> @cong ok just finished running through that doc, it works too
[22:36] <aixenv> i adjusted my config line to:
[22:36] <aixenv> ./configure --prefix=/usr --enable-vdpau --enable-libfdk-aac --enable-libmp3lame --enable-libx264 --enable-libtheora --enable-libvorbis --disable-stripping --enable-x11grab --enable-libvpx --enable-libfaac --enable-nonfree --enable-shared --disable-static --enable-runtime-cpudetect --enable-gpl --enable-libmp3lame --enable-libspeex --enable-libxvid --enable-pthreads --enable-x11grab --enable-libopencore-amrnb --enable-libopencore-amrwb --enable-librtmp --en
[22:36] <aixenv>  --enable-version3
[22:36] <aixenv> oops i duped x11grab
[22:37] <aixenv> and libvpx heh
[22:37] <aixenv> long ass configure line ,other than those dupes looks good
[22:42] <cong> yes guys, it works great, thank you
[22:45] <aixenv> np - happy to help
[22:47] <mistergibson> Open question: is there an option that will allow me to do auto-audio-leveling on a conversion?  Thanks in advance.
[22:48] <ubitux> you can use ebur128 filter to get a loudness evaluation of the audio, and then use volume audio filter to adjust it
[22:49] <mistergibson> ubitux: ok, thanks
[23:13] <fatpony> is there a default root password? i just managed to boot my new install and if i could avoid chrooting again i'd be glad...
[23:13] <fatpony> oop]
[23:13] <fatpony> wrong chan
[23:16] <cbreak> sudo -s?
[23:19] <fatpony> no user configured yet :)
[23:21] <cbreak> isn't that part of the installation with linux?
[23:21] <cbreak> ah well... user friendlyness... :D
[23:24] <fatpony> to each their own, i'm looking for fun, not user-friendliness :p
[23:48] <aixenv> just boot into singleuser and reset your root p/w
[23:52] <fatpony> nah that didn't work, still required the root pass
[23:52] <fatpony> i rebooted with a live usb anyway
[00:00] --- Mon Nov 26 2012


More information about the Ffmpeg-devel-irc mailing list