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

burek burek021 at gmail.com
Tue Feb 14 02:05:02 CET 2012


[00:05] <freezway> how to i force ffplay to play it
[00:05] <freezway> so i want to try playing an image file as sound (basiccly treating a .tiff as a wave)
[00:05] <freezway> how to i force ffplay to play it
[00:18] <burek> no__, it can
[00:18] <burek> but its still the double of cpu
[00:19] <burek> for ex, ffmpeg ... -i input ... output1.avi ... output2.wav ... output3.flv
[00:20] <burek> its the same cpu utilization as if you've used 3 different ffmpeg processes
[00:22] <Mavrik> except you don't pay the 3x decoding price and process initialization.
[00:22] <burek> i think you do
[00:22] <burek> try and test it
[00:24] <Mavrik> see the source.
[00:25] <burek> ok, i'd be glad to see it's finally done if it is :)
[00:35] <no__> ok, understood.  So maybe my bes toption isto encode the video directly to a media server like red5 via ffmpeg, then read that stream and write it to disk
[01:04] <maujhsn>        -timestamp time (output) Need practical output for this i.e. ffmpeg blah blah blah.
[01:04] <^sandro^Zzz> hello everone
[01:04] <^sandro^Zzz> i compiled ffmpeg with vdpau and vaapi
[01:05] <^sandro^Zzz> so i can use GPU support ... any lucck how i would implement it ?
[01:05] <^sandro^Zzz> anyone ever do this?
[01:06] <iive> mplayer uses vdpau, have in mind it is nvidia only thing.
[01:06] <maujhsn> Need practical output for this i.e. ffmpeg blah blah blah. -timestamp time (output)
[01:06] <hi117> GPU can only be used for decoding support
[01:07] <^sandro^Zzz> so i can't encode something or transcode i should say from mpeg2 to h264 ?
[01:07] <hi117> using GPU? no
[01:07] <^sandro^Zzz> damn... that sux..
[01:07] <^sandro^Zzz> it should be worked on.. its very popular and a lot of users would use that
[01:08] <hi117> ya, video encoding doesnt benefit from multicore processing much
[01:08] <hi117> it cant be helped unless you can see the future
[01:08] <hi117> because each frame references the one before it, so it cant be done until the one before it is done
[01:08] <^sandro^Zzz> really? i thought it would .. hum..
[01:09] <^sandro^Zzz> another question.. im running a udp://@:5000 input .. and output to test.ts
[01:09] <^sandro^Zzz> [udp @ 0x232c8e0] circular_buffer: OVERRUN
[01:09] <^sandro^Zzz> i get that error
[01:09] <hi117> theres PNG video, where every frame is a PNG image played in sequence, but its very large
[01:12] <^sandro^Zzz> with GPU support on live streams.. can't you send more than one encoding channel to it and reduce the amoutn of servers ?
[01:13] <^sandro^Zzz> meaning can't the GPU support a lot more simultanious channels then the regular CPU's ?
[01:14] <maujhsn> Need practical output for this i.e. ffmpeg blah blah blah. -timestamp time (output)
[01:14] <hi117> but GPUs are very slow with encoding operations
[01:14] <^sandro^Zzz> slower then cpu's ?
[01:15] <hi117> yes, theyre only fast because they have 100s of cores
[01:16] <^sandro^Zzz> would would htat not mean more channels on a GPU then a CPU ?
[01:16] <^sandro^Zzz> say i was doing live transcoding of mpeg2 content
[01:17] <hi117> mpeg2 has lossless so only if transcoding to mpeg2
[01:17] <^sandro^Zzz> another issue i can't seem to fing out why is happening is.... when i transcode the mpeg2 signal from the udp input and i output it to a TS file.. it gives me the following error : [udp @ 0x232c8e0] circular_buffer: OVERRUN
[01:17] <hi117> and even then i dont think youll see a huge benefit
[01:18] <^sandro^Zzz> cool.. well i will try and test that when i can :) when software is available for i guess
[01:18] <^sandro^Zzz> about that error im getting buffer overrun .. anyone know how ti can fix that.. let me pastebin
[01:19] <hi117> nope to that one and maujhsn's problem
[01:19] <^sandro^Zzz> http://pastebin.com/fpu1PzD0
[01:19] <^sandro^Zzz> anyone see anything obvious
[01:21] <maujhsn> hil117     -timestamp  now|([(YYYY-MM-DD|YYYYMMDD)[T|t| ]]((HH[:MM[:SS[.m...]]])|(HH[MM[SS[.m...]]]))[Z|z])
[01:21] <maujhsn> This is confusing!
[01:22] <hi117> that it is
[01:25] <^sandro^Zzz> anyone ?
[01:25] <^sandro^Zzz> im stuck
[02:03] <diegoviola> hi
[02:03] <diegoviola> how can i increase the video bitrate for webm encoding?
[02:03] <diegoviola> video quality
[02:21] <diegoviola> -b:v?
[02:22] <diegoviola> yeah that works
[02:25] <xelxebar> hey guys, anyone know of a way to extract raw subtitles? I'm doing something like this with the video
[02:25] <xelxebar> ffmpeg -i IN.VOB -an -f yuv4mpegpipe OUT.VOB
[02:25] <xelxebar> and would like to do something similar with certain subtitle streams
[02:28] <^sandro^Zzz> -map
[02:29] <^sandro^Zzz> -map 0:X
[02:30] <diegoviola> how do i rescale a video from 1080p to 720p?
[02:30] <diegoviola> when encoding
[02:30] <diegoviola> s/when/for/
[02:31] <xelxebar> sandro: -map didn't work when I had tried it
[02:32] <xelxebar> Encoder (codec none) not found for output stream #0:0
[02:33] <diegoviola> anyone please?
[02:34] <arbin_> did you read the faq?
[02:35] <diegoviola> not yet, sorry
[02:35] <diegoviola> reading now
[02:42] <freezway> so i want to try playing an image file as sound (basiccly treating a .tiff as a wave)
[02:42] <freezway> how to i force ffplay to play it
[02:46] <xelxebar> ^ that's interesting
[02:47] <xelxebar> what have you tried?
[03:03] <freezway> not muhc
[03:03] <freezway> im writing a program to tack on a valid wav header
[03:58] <JCDenton> So, Mint 12 uses libx264 v0.116, ffmpeg needs v0.118. If I try and remove libx264 from my repo's, it wants to remove VLC and some other apps as well, which I don't want to happen. What would be my best course of action?
[03:59] <JCDenton> To force x264 to uninstall without uninstalling anything else, then compiling it manually?
[04:06] <diegoviola> i'm re-encoding a mkv video to webm but the audio is a bit out of sync
[04:06] <diegoviola> any ideas?
[04:09] <relaxed> JCDenton: use a non-standard prefix for everything and then run ffmpeg with LD_LIBRARY_PATH=/path/to/prefix/lib
[04:10] <relaxed> diegoviola: command?
[04:10] <diegoviola> ffmpeg -ss 01:19:00 -t 00:01:00 -i The.shining.1980.720p.x264.mkv -b:v 5000k shining.webm
[04:11] <JCDenton> relaxed: Thanks
[04:11] <relaxed> diegoviola: is it out of sync at the start?
[04:12] <diegoviola> relaxed: yes
[04:12] <relaxed> diegoviola: add -async 1
[04:12] <diegoviola> ok
[04:12] <diegoviola> video is first then audio starts a bit later
[04:12] <diegoviola> 1-2 seconds
[04:12] <diegoviola> ok
[04:13] <relaxed> JCDenton: point ffmpeg's configure to the libs with --extra-cflags="-I/path/to/x264/include" --extra-ldflags="-L/path/to/x264/lib"
[04:13] <diegoviola> relaxed: that seems to fix it
[04:13] <diegoviola> relaxed: why that happens?
[04:14] <relaxed> diegoviola: for whatever reason when seeking into matroska this happens
[04:15] <diegoviola> relaxed: i see, thanks
[04:15] <relaxed> -async 1 always fixes it for me
[04:15] <diegoviola> is that a matroska bug?
[04:16] <JCDenton> relaxed: Worked perfectly, thanks a ton!
[04:16] <relaxed> JCDenton: you're welcome
[04:17] <relaxed> diegoviola: Maybe a demuxer bug, I'm not sure. Filing a bug report wouldn't be a bad idea.
[04:18] <diegoviola> relaxed: where should i file this bug report? ffmpeg bugtracker?
[04:18] <relaxed> yes
[04:18] <diegoviola> ok
[04:18] <diegoviola> i will
[04:18] <diegoviola> thanks
[04:19] <relaxed> search to see if a reports already exists
[04:19] <diegoviola> ok
[04:20] <JCDenton> Hm, I'm getting "ffmpeg: error while loading shared libraries: libx264.so.120: cannot open shared object file: No such file or directory" even after running ldconfig
[04:21] <JCDenton> Am I going to need to add the path to x264's libraries somewhere then run ldconfig?
[04:21] <relaxed> LD_LIBRARY_PATH=/path/to/prefix/lib ffmpeg
[04:22] <JCDenton> relaxed: worked.
[04:22] <JCDenton> Do I need to run that every time?
[04:22] <JCDenton> Or is there a more permanent solution?
[04:23] <relaxed> make a bourne shell wrapper
[04:24] <relaxed> echo $'#!/bin/sh\nLD_LIBRARY_PATH=/path/to/prefix/lib ffmpeg' >> /usr/local/bin/ffmpeg
[04:24] <relaxed> chmod +x /usr/local/bin/ffmpeg
[04:25] <relaxed> sorry, that should include the full path to ffmpeg
[04:28] <JCDenton> http://pastie.org/pastes/3371267/text
[04:28] <JCDenton> Am I doing that properly?
[04:28] <JCDenton> Nevermind
[04:28] <JCDenton> It's working
[04:28] <relaxed> sorry, bad advice.
[04:28] <JCDenton> No it's not
[04:29] <relaxed> where is ffmpeg installed?
[04:29] <JCDenton> That was the wrong terminal
[04:29] <JCDenton> <_<
[04:29] <relaxed> the path?
[04:29] <JCDenton>  /usr/local/bin/ffmpeg
[04:29] <JCDenton> I didn't use any custom prefix for installing ffmpeg
[04:30] <relaxed> where is you install x264?
[04:30] <JCDenton> /usr/local/x264
[04:31] <relaxed> ok, run "make install" in the ffmpeg src dir again
[04:31] <JCDenton> Done
[04:32] <relaxed> echo $'#!/bin/sh\nLD_LIBRARY_PATH=/usr/local/x264/lib /usr/local/bin/ffmpeg "$@"' > /usr/local/bin/ffmpeg-wrapper
[04:32] <relaxed> chmod +x /usr/local/bin/ffmpeg-wrapper
[04:33] <relaxed> now run "ffmpeg-wrapper -i somemediafile" and see if it works
[04:36] <JCDenton> Works! Thanks a bunch
[06:52] <__vincent> good evening
[06:52] <__vincent> i have a broken video file that was not completed by the camera
[06:52] <__vincent> [mov,mp4,m4a,3gp,3g2,mj2 @ 0x7f06f80008c0] moov atom not found
[06:52] <__vincent> 20120212_002922.mp4: Operation not permitted
[06:53] <__vincent> and i heard that if you have a working video from the same camera, you could replace the header
[06:53] <__vincent> how would i do that
[08:36] <huglester> morning
[08:36] <__vincent> is it possible to copy header of one mp4 file to another
[08:37] <__vincent> to one with no header
[08:37] <__vincent> only video data
[08:37] <JEEB> __vincent, no automagic way as far as I know. You could in theory get the structure of the index (moov atom is basically an index), and then try to edit it by hand, but "good luck and have fun" with that
[08:37] <JEEB> it's not just a header, it's a full index :P
[08:37] <JEEB> with a full listing of video frames and other stuff
[08:37] <JEEB> their sizes etc.
[08:38] <__vincent> i have other working videos from the same camera
[08:38] <JEEB> read what I wrote
[08:38] <JEEB> You could get the general structure of the index off another file, yes
[08:38] <__vincent> i cant find a tool that will edit mp4 files
[08:38] <JEEB> no tool will do this for you
[08:39] <JEEB> In any case, A) it's not easy and B) yes you'll have to edit stuff by hand, and C) yes, you'll have to get your hands dirty with specifications
[08:39] <__vincent> edit by hand you mean with hex editor?
[08:40] <JEEB> that or you'll want to start parsing the file with some scripting/code
[08:40] <JEEB> in any case, it's not an easy task
[08:48] <__vincent> im guessing there are libs for parsing mp4s?
[08:48] <JEEB> there are things to deal with non-broken files yes
[08:49] <JEEB> and there's a boxdumper app in the L-SMASH toolbox that lets you view the composition of a file box etc. wise
[08:49] <__vincent> i have this tool atomicparsley its called
[08:49] <__vincent> for editing tags
[08:49] <__vincent> it shows the moov tree thing
[08:50] <JEEB> well, yeah. You'll just have to by hand parse whatever is needed to create a new moov atom
[08:50] <JEEB> and create it
[09:11] <^sandro^Zzz> hello
[09:11] <^sandro^Zzz> this is silly
[09:11] <^sandro^Zzz> i just had ffmpeg encoding
[09:11] <^sandro^Zzz> [libx264 @ 0x10ae020] Input picture width (704) is greater than stride (0)
[09:11] <^sandro^Zzz> Video encoding failed
[09:11] <^sandro^Zzz> now same command is doing that
[10:13] <knobo> If I have a stremingservier like red5 or earlyvide, how can I play a live stream with ffplay. A stream that publish with ffmpeg to the server shows up fine in a flash application, but I don't know how to show it with ffplay.
[10:14] <knobo> flowplayer takes the host as argument and a &file=/live/test
[13:50] <knobo> This works: ffmpeg -re  -f video4linux2 -i /dev/video0 -f avi pipe:| ffplay -i pipe:
[13:50] <knobo> but this does not: ffmpeg -re  -f video4linux2 -i /dev/video0 -f flv pipe: | ffplay -i pipe:
[13:50] <knobo> The last one does not start to stream before i press q
[13:51] <knobo> (Then the source ends)
[13:51] <knobo> So it is not "live" streaming
[13:52] <knobo> ffmpeg --version:  built on Feb 13 2012 13:21:16 with gcc 4.6.1
[14:14] <priyank> Hi, I have a .flv file and I need to extract extract the audio & video tags from the file printing each tag information. I tried playing with ffmpeg for a while but didn't find anything that will be helpful. Any hints/pointers will be greatly appreciated.
[14:15] <priyank> I also used flvtool2 but it seems to throw EOFError on most of the files
[15:20] <^sandro^Zzz> hello
[15:20] <^sandro^Zzz> [libx264 @ 0x1267640] Input picture width (704) is greater than stride (0)
[15:20] <^sandro^Zzz> anyone kno what that means
[15:49] <stonie> hi.. can i use libfaac to encode with ffmpeg?
[15:50] <stonie> for the audio stream
[15:50] <^sandro^Zzz> can anyone tell me how i can increase stride h264
[15:56] <relaxed> are you getting an error?
[15:57] <^sandro^Zzz> yes
[15:57] <relaxed> pastebin.com the command and all output
[15:58] <^sandro^Zzz> http://pastebin.com/dGjrydRX
[16:02] <relaxed> you need to use a preset
[16:03] <^sandro^Zzz> a preset ?
[16:03] <^sandro^Zzz> like what ?
[16:04] <relaxed> drop all the libx264 options and use "-preset slow"
[16:04] <relaxed> see if that fixes the issue
[16:04] <stonie> does ffmpeg use libfaac?
[16:04] <^sandro^Zzz> ok.. but how does it convert to h264
[16:04] <relaxed> stonie: it can if it was compiled with support
[16:05] <stonie> and how may i use it then when encoding?
[16:05] <relaxed> ^sandro^Zzz: no, I meant use "-vcodec libx264 -preset slow"
[16:06] <relaxed> stonie: -acodec libfaac
[16:07] <^sandro^Zzz> same error
[16:10] <relaxed> command?
[16:12] <^sandro^Zzz> ffmpeg -y -i udp://@:5000 -f mpeg2video -acodec libmp3lame -ar 48000 -ab 64k -vcodec libx264 -preset slow -map p:"167" -flags +loop -cmp +chroma -partitions +parti4x4+partp8x8+partb8x8 -subq 5 -trellis 1 -refs 1 -coder 0 -me_range 16 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -maxrate 3000k  -qcomp 0.6 -qmin 10 -qmax 51 -level 30 -bufsize 2M -metadata service_name="CNC World English"
[16:12] <^sandro^Zzz> -threads 0 /mnt/encoder/test.ts
[16:14] <relaxed> this command is all wrong
[16:14] <Nagy> what does the following options do? -target pal-dv -async 2048
[16:14] <^sandro^Zzz> soryr.. can you reconstruct or tell me what im doing wrong?
[16:15] <Mavrik> Nagy, "target" sets other options so the output will conform to PAL DV standard
[16:16] <relaxed> ffmpeg -i udp://@:5000 -map p:"167" -metadata service_name="CNC World English" -vcodec libx264 -threads 0 -preset slow -crf 18 -acodec libmp3lame -ar 48000 -ab 64k output.ts
[16:16] <Mavrik> Nagy, "async" tells it to try and fix audio sync issues with maximum 2048 samples of compensation
[16:16] <Nagy> if I want to do -target pal, but not through ffmpeg, but by using the C library, how would I do it?
[16:16] <Nagy> can't find pal-dv option anywher einthe cdoe
[16:17] <Nagy> anywhere in the code*
[16:17] <^sandro^Zzz> relaxed.. same error
[16:18] <^sandro^Zzz> [libx264 @ 0x1fc4000] Input picture width (704) is greater than stride (0)
[16:18] <^sandro^Zzz> Video encoding failed
[16:18] <relaxed> try copying the stream locally and then encoding it
[16:19] <^sandro^Zzz> but it has  to be a live stream
[16:19] <^sandro^Zzz> locally would cause a huge file
[16:19] <^sandro^Zzz> and i don't want to keep any file ( other then the one being transcoded )
[16:21] <relaxed> pastebin the command and output
[16:22] <^sandro^Zzz> hey when i recompile x264.. and it says bit depth
[16:22] <^sandro^Zzz> that doesn't have anything to do with it does it ?
[16:22] <^sandro^Zzz> how do i change bit depth on compile to something larnger.. but i dont know if that matters
[16:23] <relaxed> you don't need to change it
[16:24] <^sandro^Zzz> im just recompiling h264 just in case
[16:25] <^sandro^Zzz> nahhh same error
[16:25] <^sandro^Zzz> http://pastebin.com/HXNkWbm1
[16:26] <Julien2> Hi everyone
[16:29] <Julien2> is there someone that uses ffmpeg through Xuggler to encode/decode h264 video?
[16:30] <relaxed> ^sandro^Zzz: it looks like it's having trouble decoding the input.
[16:30] <^sandro^Zzz> ya not sure why
[16:30] <stonie> relaxed, thanks .. does libfaac come with any windows versoin?
[16:31] <Mavrik> stonie, you're not allowed to redistribute ffmpeg with libfaac so no... however zeranoe's builds have libvo-aacenc which is a decent replacement
[16:31] <^sandro^Zzz> im not sure why really.. yesterday with another command ( now i dont know which one ) it was writing to .ts file
[16:32] <^sandro^Zzz> today its not.. is sooooo strange
[16:32] <^sandro^Zzz> can't that error be removed completely from the .c files
[16:33] <^sandro^Zzz> maybe remove the options in frame.c
[16:33] <^sandro^Zzz> for h264
[16:38] <Julien2> What does the error "no frame!" mean when you try to get some h264 video over RTMP stream?
[16:40] <^sandro^Zzz> i have no idea what is going on with this
[16:40] <^sandro^Zzz> the packets are there
[16:43] <Julien2> If I use another codec than h264, I have no problem at all
[16:44] <Julien2> but when I use h264, I use one preset at the encoder side
[16:44] <Julien2> and the same preset at the decoder side
[16:44] <Julien2> but I have this error
[16:49] <relaxed> Julien2: the decoder doesn't take presets
[16:53] <Julien2> I got exactly the same error without setting a preset
[16:53] <stonie> Mavrik, tyvm
[16:53] <Julien2> I try to set the timeBase, frame rate, bit rate, the width and height
[18:14] <Julien2> Somebody can help me please?
[18:32] <tjholowaychuk> hey guys, I just want to delay the audio
[18:32] <tjholowaychuk> im doing $ ffmpeg -itsoffset 2 -i audio.mp3 -i video.mp4  -y out.mp4
[18:32] <tjholowaychuk> which stitches them together fine but it never delays the audio
[18:33] <tjholowaychuk> am i missing something or should that work?
[19:01] <tjholowaychuk> anyone?..
[19:19] <relaxed> tjholowaychuk: put the mp3 in a container and try again
[19:20] <relaxed> wait, ffmpeg -i video.mp4 -itsoffset 2 -i audio.mp3 -y out.mp4
[19:21] <tjholowaychuk> same result with that
[19:21] <tjholowaychuk> it adds the audio fine but it's not delayed
[19:22] <relaxed> stick the mp3 in matroska and try again
[19:24] <tjholowaychuk> damn, nope :( no luck
[19:25] <relaxed> maybe -itsoffset -00:00:02
[19:35] <tjholowaychuk> hmm interesting with ffmpeg -itsoffset -2 -i audio.mp3 -i video.mp4 -y out.mp4
[19:35] <tjholowaychuk> it moves the video but not the audio
[20:46] <Zilly> Is there a command to encode a video out of an image sequence and a sound track at the same time?
[20:46] <Mavrik> well, just add another input with the audio track
[20:54] <Zilly> Mavrik, oh >.<  That's simple enough.
[20:54] <Zilly> Mavrik, Thanks!
[21:43] <tweek__> is ffmpeg 0.7 used by many distributions today?
[21:44] <tweek__> and if so, should I write my code with 0.7 in mind, or require that users obtain / build the more recent branches / recent SVN checkout
[21:44] <tweek__> seems like there's a lot of cool new features in 0.10
[21:46] <VooDooNOFX_> centos is still at 0.4.9
[21:47] <tweek__> centos tends to have unbelievably old packages
[21:49] <VooDooNOFX_> ubuntu server is at 0.7.4. Personally, i'd just make them supply it, or just distribute the latest for them
[22:20] <MrKeuner> hello, how can I rip bunch of vob files from out of a dvd into a single mpeg2 file without any conversion
[22:21] <brontosaurusrex> what would be a "assume fps(25), keep audio in sync, resample audio to 48k" type of command in ffmpeg? (thats like pretty trivial with avisynth)
[22:22] <Mavrik> ffmpeg -r 25 -i <input file>  <encoding parameters> -async 150 -ar 48000 <output file>
[22:22] <brontosaurusrex> MrKeuner: from what i read it should be a 2 stepper, cat all, then vcodec, a codec copy to get clean headers (but i did not try)
[22:23] <brontosaurusrex> Mavrik: thanks, what is -async 150?
[22:23] <Mavrik> brontosaurusrex, tells ffmpeg that it can "fake" up to 150 audio samples per unit to keep up with sync
[22:24] <brontosaurusrex> oh, cool
[22:24] <Mavrik> bigger number means faster "catchup" but more pronounced audio distortion
[22:26] <renderTom> hello
[22:26] <Mavrik> hey
[22:26] <renderTom> I am looking for Boatjan Strojan :)
[22:27] <renderTom> oh, is he online? What's his nickname?
[22:27] <Mavrik> huh
[22:42] <brontosaurusrex> Mavrik: it says "Option framerate not found."
[22:42] <brontosaurusrex> full command is : "$cmd -r 25 -i "$files" -vf scale=720:576 -aspect 16:9 -pix_fmt yuv422p -vcodec prores -profile 3 -acodec pcm_s16le -async 150 -ar 48000 "$out.mov""
[22:43] <Mavrik> probably the demuxer doesn't support forced framerate
[22:43] <Mavrik> remove the -r 25
[22:47] <MrKeuner> brontosaurusrex, cat all?
[22:47] <MrKeuner> brontosaurusrex, how is that done?
[22:48] <MrKeuner> brontosaurusrex, as in cat file1 file2 > outputFile?
[22:57] <brontosaurusrex> MrKeuner: something like that yeah
[23:04] <MrKeuner> does that really create healthy file?
[23:22] <kelnoky_> when I try this "ffmpeg -i HeartsAndHoovesDay.ColorGraded.Cannonfire40.mkv -vcodec copy -acodec aac PonyS2E17.mp4" I get this: http://pastie.org/3376762 - what am I doing wrong?
[23:24] <JEEBsv> kelnoky_: the (ff)aac encoder is experimental, it advises you that if you really want to use it, you specify a certain setting
[23:24] <kelnoky_> oh lol
[23:24] <kelnoky_> I only read the error at the end, bad habit
[23:25] <JEEBsv> you'll probably prefer libfaac if you want a stable'ish aac encoder, although ffaac can be bearable at times :D
[23:26] <kelnoky_> JEEBsv: right
[23:26] <kelnoky_> I would need to compile that in
[23:26] <kelnoky_> in arch
[23:26] <kelnoky_> that's why I wanted to do aac first
[23:40] <brontosaurusrex> JEEB: i have an x264 question, is that ok?
[23:40] <brontosaurusrex> just kidding, good night all, and thanks
[23:59] <pasteeater> kelnoky_: see ffmpeg-git in AUR
[00:00] --- Tue Feb 14 2012


More information about the Ffmpeg-devel-irc mailing list