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

burek burek021 at gmail.com
Wed Jul 4 02:05:02 CEST 2012


[00:51] <Cyndre> having a slight issue - through command line it works properly but when I move the ffmpeg to php I get ffmpeg: error while loading shared libraries: libavdevice.so.54: cannot open shared object file  < - is there a step I am missing somewhere?
[00:53] <beandog> are you calling it as a binary in php?
[00:54] <Cyndre> yes, exec("ffmpeg -i blah")
[01:02] <beandog> what's the command line that works
[01:03] <Cyndre> ffmpeg -y -i "uploads/c50gjbiykzmzr82x6tz990hfyybbqf03l0j5b23v1pvtyyr5rqe1rwhpus0l81ot18yda29cs46q3ywvoawg7d5166ne8c8ak7nv9w811es4doz2zwi6ao8guvu382dt90ojxxkycc3p03r0096axeqsalvio8by90h6x259e8yfcqfczmmw0dpbykuns5l162844ddjmczy3fb21xz2boe998x2ei4klcoqp29cf9aipmlqjktu974ig1" -vcodec libx264 -s "352x198" -acodec libfaac -ab "96k" -ac 2 -b "544K" -threads 4 -flags +loop -cmp +chroma -partitions 0 -me_method epzs -subq 1 -trellis 0 -refs 1 -coder
[01:03] <Cyndre>  0 -me_range 16 -g 300 -keyint_min 25 -sc_threshold 40 -i_qfactor 0.71 -maxrate 10M -bufsize 10M -rc_eq 'blurCplx^(1-qComp)' -qcomp 0.6 -qmin 10 -qmax 51 -qdiff 4 -level 30 "uploads/f0dbwwtgms.mp4"
[01:03] <beandog> try calling the binary with the full path, see if that helps
[01:04] <Cyndre> ffmpeg -version 2>&1 Array ( [0] => ffmpeg: error while loading shared libraries: libavdevice.so.54: cannot open shared object file: No such file or directory )
[01:07] <burek> Cyndre, either it's a weird permission issue
[01:07] <burek> or you need to type ldconfig as root
[01:08] <burek> also, make sure, like beandog advised, that you don't have multiple ffmpegs on your machine
[01:08] <burek> if that's the case, in your shell type which ffmpeg
[01:08] <Cyndre> lmao
[01:08] <burek> and use that full path in your php script
[01:10] <Cyndre> needed to type ldconfig - missed one step
[01:10] <burek> ok :)
[01:11] <Cyndre> thanks :)
[01:12] <burek> :beer: :)
[01:23] <Cyndre> burek: thanks man, that was one of the last few problems I had left with compatibility
[01:24] <burek> :)
[01:31] <Cyndre> burek: need to recode a bunch of the other videos - but I just uploaded - http://swithu.com/v-Camrose-Alberta-fireworks-for-the-Canada-Day-Festi-2hv5wmb3qm and working great - Thanks man
[01:31] <burek> ok :) have fun then :)
[02:35] <Yuhjn> I built ffmpeg for mac using homebrew and set it to staticly link.  but when I distribute my app with ffmpeg bundled in, user still get this: -dyld: Library not loaded: /usr/local/lib/libx264.123.dylib
[03:28] <laumonier> hi why when i try to use ffmpeg to convert a mp4 to mp3 it doesnt work ?do i need some codec?and why it tells me ffmpeg is not supported and that i should use arista?is it a bug? thx for answer
[03:34] <Yuhjn> I wish there was an archive of mac builds with everything built static
[03:36] <Yuhjn> on pc i can drop the dlls in with the bundle and it finds them just fine.  but mac the /usr/lib
[03:36] <Yuhjn> and ffmpeg doesnt like that
[03:37] <Yuhjn> and suddnely my homebrew is all broken... ugh
[03:37] <Yuhjn> my kingdom for a prebuilt loaded static link
[03:47] <laumonier> http://paste.ubuntu.com/1072351/
[05:10] <Sashmo1> burek: you still awake?
[05:41] <xxthink> how to use ffmpeg to merge 2 flv files to one flv file?
[06:18] <Viking667> I'm trying to get multiple video streams and multiple audio streams recorded to disk simultaneously. Can ffmpeg do it? (So far, I've tested one video stream and two audio streams)
[06:30] <Viking667> ... or would I be better running two separate ffmpeg streams?
[06:38] Action: Viking667 shrugs
[06:46] <laumonier> hi why when i try to use ffmpeg to convert a mp4 to mp3 it doesnt work ?do i need some codec?and why it tells me ffmpeg is not supported and that i should use arista?is it a bug? thx for answer  http://paste.ubuntu.com/1072351/
[06:48] <jesk> ffmpeg -codecs 2>1|grep mp3
[06:48] <jesk> got it?
[06:49] <grepper> xxthink: if you mean 'append' I don't think you can as of yet , at least the faq that has been around for a long time suggests concatenating 1st in a format that supports it
[06:49] <jesk> laumonier, there you can see which codec supports encoding
[06:56] <laumonier> jesk, can you tell me where can i find codecs? cause i dont know the name of them
[06:57] <jesk> laumonier, isn't libmp3lame shown?
[06:59] <laumonier> no
[06:59] <jesk> then install it :)
[07:00] <laumonier> it is already installed
[07:00] <jesk> so you compiled ffmpeg without linking libmp3lame
[07:01] <laumonier> i didnt compiled ive instaled from repository
[07:02] <laumonier> jesk,  my codecs are http://pastebin.com/YsTYicvZ
[07:09] <jesk> OS?
[07:19] <laumonier> jesk,  ubuntu pangolin
[07:19] <jesk> i'am not very familar with ubuntu
[07:20] <jesk> maybe there is a .deb with libmp3lame?
[09:00] <c0rnel> hello alll
[09:00] <c0rnel> i'm trying to insert metadata into video files
[09:01] <c0rnel> but after (successful?) insert, i can't see the metadata with ffprobe or ffplay
[09:01] <c0rnel> (or vlc or mplayer)
[09:02] <c0rnel> this is the insrt metadata command
[09:02] <c0rnel> http://fpaste.org/pyLX/
[09:04] <c0rnel> ok, maybe i should put the metadata thing after -i :)
[09:22] <c0rnel> yes, that was it
[09:23] <c0rnel> i'd like to request this small imprvement, if the things are not in the right order, ffmpeg can display something like:
[09:23] <c0rnel> options xyz were not understood so , ignored
[09:23] <c0rnel> thank you
[10:44] <c0rnel> is there a list of ffmpeg supported metadata tags?
[10:50] <c0rnel> here http://ffmpeg.org/ffmpeg.html#Metadata
[10:50] <c0rnel> it is said that FFmpeg is able to dump metadata from media files into a simple UTF-8-encoded INI-like text file and then load it back using the metadata muxer/demuxer.
[10:50] <c0rnel> anyone can point me to an example?
[10:52] <ubitux> try ffmpeg -i input output.ffmeta
[10:53] <ubitux> about the list, not really afaik
[10:53] <ubitux> since it depends on the formats
[10:55] <c0rnel> i was thinking i can create a list with all metadata than ffmpeg would apply what can be applied :)
[10:55] <c0rnel> so that i can script the process
[10:55] <c0rnel> so i'm more interested in the load part :)
[10:56] <c0rnel> ubitux, it didn't work
[10:57] <ubitux> pastebin the full output
[10:57] <c0rnel> and metadata is there
[10:57] <c0rnel> sure
[10:57] <ubitux> it works here
[10:58] <Mavrik> c0rnel: metadata tags are just key/value pairs
[10:58] <Mavrik> so you can put in there pretty much anything
[10:58] <c0rnel> http://fpaste.org/0UId/
[10:58] <Mavrik> depending on what you can stuff in your muxer
[10:58] <c0rnel> Mavrik, but is there a list with all supported pairs?
[10:59] <c0rnel> ubitux, ^
[10:59] <ubitux> c0rnel: cat output.ffmpeg, also are you sure you have meta in that file? (does ffprobe raise any?)
[10:59] <ubitux> output.ffmeta* sorry
[10:59] <c0rnel> ubitux, only the header is in
[11:00] <c0rnel> what do you mean by ffprobe raise any?
[11:00] <ubitux> then the file either has no meta, or ffmpeg didn't find them
[11:00] <Mavrik> c0rnel: um
[11:00] <Mavrik> c0rnel: as I said
[11:00] <ubitux> ffprobe -v 0 -show_streams -show_format input | grep TAG
[11:00] <c0rnel> ubitux, the file has meta, and was put there by ffmpeg, and vlc sees it
[11:01] <Mavrik> Coderjoe: those are strings. They can be anything.
[11:01] <Mavrik> c0rnel: which output format are you using?
[11:01] <c0rnel> ubitux, nothing out
[11:01] <c0rnel> Mavrik, sorry?
[11:01] <ubitux> c0rnel: then ffmpeg is not able to extract the info
[11:01] <ubitux> try upgrading it
[11:02] <c0rnel> ok, thank you very much
[11:02] <Mavrik> doh I see, you have an input file -_-
[11:02] <Mavrik> sorry
[11:02] <ubitux> c0rnel: and if there is still no meta, please open a trac issue
[11:02] <c0rnel> ok
[11:02] <c0rnel> i'll try that
[11:02] <c0rnel> (upgrading)
[11:02] <ubitux> c0rnel: if you are too lazy to do so, at least provide me the sample
[11:02] <ubitux> so i can open the issue
[11:02] <c0rnel> just a sec
[11:05] <burek> laumonier, your ffmpeg is old and also, you are using something that is not ffmpeg
[11:05] <burek> so you might want to remove that
[11:05] <burek> and compile ffmpeg from source code
[11:05] <burek> :facepalm:
[11:05] <c0rnel> any known source of rpms for latest ffmpeg?
[11:06] <burek> xxthink, did you try concat: ?
[11:06] <xxthink> yes
[11:06] <xxthink> I'm debugging this protocol now
[11:06] <c0rnel> ubitux, maybe i can send you the sample, but maybe i'd better give you the commands to create and append metadata to it :)
[11:06] <ubitux> go ahead
[11:07] <c0rnel> ok
[11:07] <c0rnel> just a sec
[11:12] <c0rnel> sorry, it takes a little longer
[11:14] <c0rnel> mmm, it was not created by me, i have the command but not the original input file, so if possible i can send you the output file, the one that has problems
[11:14] <c0rnel> -rw-rw-r--. 1 guzu guzu 240314 Jul  3 11:24 Meta_Libtheora.ogg
[11:14] <c0rnel> ubitux, ^
[11:15] <ubitux> how did you create it?
[11:17] <c0rnel> ffmpeg -i source_1024_1024.avi -vcodec libtheora libtheora.ogg
[11:17] <c0rnel> and after, ffmpeg -y  -i {} -metadata title=\"TITLE\" -metadata artist=\"ARTIST\" -metadata date=DATE -metadata genre=\"GENRE\" -metadata comment=\"COMMENT\" -c copy $dest
[11:17] <c0rnel> where $dest has a Meta_ in front of the file name
[11:18] <c0rnel> before it had no metadata, after it has those above (except DATE)
[11:19] <c0rnel> i also don't see the comment
[11:19] <c0rnel> in vlc
[11:19] <ubitux> ok just a sec
[11:21] <ubitux> c0rnel: confirmed
[11:21] <c0rnel> thank you
[11:23] <ubitux> looks like an issue with the ogg muxer
[11:23] <ubitux> oh wait, ogg demuxer sorry
[11:36] <c0rnel> i see
[11:36] <c0rnel> so it may work better with other formats
[11:36] <ubitux> it does
[11:36] <ubitux> i'll open an issue
[11:37] <c0rnel> indeed, with mp4 works fine
[11:37] <c0rnel> can you please give me the bug report link?
[11:37] Action: c0rnel doesn;t have account in ffmpeg's trac
[11:37] <c0rnel> yet :)
[11:37] <ubitux> sure
[11:38] <ubitux> i'm looking if it's just a missing feature or a bug
[11:38] <c0rnel> are you a ffmpeg developer?
[11:39] <ubitux> somehow
[11:39] <c0rnel> lucky me :)
[11:50] <ubitux> c0rnel: i don't see the info in VLC
[11:51] <ubitux> none of them
[11:51] <ubitux>  < c0rnel> ubitux, the file has meta, and was put there by ffmpeg, and vlc sees it // are you sure about that?
[11:51] <ubitux> ah my bad, got it
[11:54] <c0rnel> :)
[12:01] <ubitux> c0rnel: https://ffmpeg.org/trac/ffmpeg/ticket/1508
[12:01] <c0rnel> ubitux, thank you very much
[12:01] <ubitux> np
[12:19] <AlRazi> Hey all, I have two sample m4a files, one of them streams on my web app, and the other doesn't, it downloads the whole file first, I downloaded the streamable file, and I ran 'ffmpeg -i' on both, and there is few differences I wanted to check if they are of any importance
[12:19] <AlRazi> major_brand, minor_version, compatible_brands
[12:20] <sacarasc> AlRazi: Run the programme qt_faststart on the one that downloads.
[12:20] <sacarasc> It will move the moov atom from the end of the file to the start which should allow streaming.
[12:20] <AlRazi> qt_faststart the python script ?
[12:21] <AlRazi> or the C version ?
[12:21] <AlRazi> because I ran the python script to no avail
[12:21] <sacarasc> I've only used the C one.
[12:21] <AlRazi> the progress bar of the player kept spiking
[12:21] <mxmx> how can I install ffmpeg missing libraries?
[12:22] <AlRazi> is there any significance for major_brand, minor_version, compatible_brands ?
[12:22] <spaam> mxmx: define missing
[12:22] <mxmx> 	Mobile/H.264 WEBM OGV
[12:22] <mxmx> Embed
[12:22] <mxmx> Encoding Mobile M4V. FFMPEG missing library 'libvorbis' or 'libvpx'
[12:22] <AlRazi> isomiso2 vs. mp42isom
[12:22] <JEEB> AlRazi, not really unless what you are playing the file back with something highly limited and/or hardwired-to-some-value stuff
[12:23] <mxmx> opps only the third line
[12:23] <JEEB> if you really want to compare the insides of mp4/mov/3gp files I recommend something a la L-SMASH's boxdumper
[12:23] <JEEB> http://code.google.com/p/l-smash/
[12:23] <spaam> mxmx: install libvorbis-dev  libvpx-dev
[12:24] <spaam> mxmx: if you are on debian/ubuntu
[12:24] <mxmx> I am on CentOS
[12:24] <JEEB> AlRazi, do note that it will be very verbose, but it should actually bring out structural differences :P
[12:24] <JEEB> instead of just metadata differences
[12:25] <AlRazi> l-smash project hosted on google code ?
[12:25] <JEEB> yes?
[12:26] <JEEB> if you build it there will be a tool called boxdumper created
[12:26] <AlRazi> JEEB, copy that ... i'll return with structural differences since i don't really know what to look for
[12:26] <AlRazi> i'll just scan them blindly
[12:28] <mxmx> i am not very unix savvy, and all the guides I get come complete installation of ffmpeg
[12:28] <AlRazi> JEEB, can i bother you with pastebin of both ?
[12:30] <JEEB> if you so wish
[12:32] <AlRazi> https://gist.github.com/8a7cc561742b13b68ae7    <-- the file that downloads
[12:33] <AlRazi> https://gist.github.com/414be56a3e978fa2ba60  <-- the file that streams
[12:34] <mxmx> anyone?
[12:35] <sacarasc> mxmx: Which disto are you using?
[12:35] <mxmx> centos 5
[12:36] <AlRazi> mxmx, did you download the ffmpeg source ?
[12:36] <sacarasc> Generally, if you want to add optional libraries to a programme, you have to recompile...
[12:36] <mxmx> i see
[12:36] <mxmx> yeah i downloaded the source
[12:37] <JEEB> AlRazi, see the difference of where the moov atom is
[12:38] <JEEB> look at the position
[12:39] <JEEB> I don't remember if the remuxer tool with L-SMASH will move the moov automagically to the beginning but I think both muxer (raw streams to container) and remuxer (already muxed streams remuxed into a container) should be able to do it
[12:41] <JEEB> also the qt-faststart tools in theory should be able to help you, too -- no idea why it wouldn't be working for you
[12:52] <mxmx> does anyone know an alternate link for this? http://www3.mplayerhq.hu/MPlayer/releases/codecs/all-20071007.tar.bz2
[12:52] <mxmx> site's dead
[12:53] <sacarasc> www or www1 or www2.
[12:53] <sacarasc> But you shouldn't need them at all.
[12:53] <sacarasc> And they'll only work for MPlayer.
[12:53] <sacarasc> And not on 64bit...
[12:53] <mxmx> not on 64 bit? wut?
[12:54] <sacarasc> 32bit binary codecs require a 32bit mplayer.
[12:54] <mxmx> i got 64 bit system
[12:59] <AlRazi> JEEB, there is a remuxer with L-SMASH but its help is a bit overwhelming : /
[13:00] <AlRazi> it talks of chapters languages and safe seek
[13:01] <JEEB> first line is the base
[13:01] <JEEB> Usage: remuxer -i input1 [-i input2 -i input3 ...] -o output
[13:01] <AlRazi> aight let's give it a spin
[13:03] <AlRazi> [Warning]: alternate_group is specified but not compatible with any of the brands. It won't be set.
[13:04] <AlRazi> for remuxer -i out4.m4a -o remux.m4a
[13:07] <mxmx> sigh
[13:07] <mxmx> i get this ewrrror when i try to ./configure ffmepg
[13:07] <mxmx> Makefile:65: libswscale/Makefile: No such file or directory
[13:08] <mxmx> actually
[13:08] <mxmx> grep: /root/ffmpeg/libswscale/swscale.h: No such file or directory
[13:08] <mxmx> ./configure: line 2845: libswscale/libswscale.pc: No such file or directory
[13:08] <mxmx> therefore i cant run make
[13:09] <MP4_maniac> AlRazi: alternate_group shall be ignored when file is read as pure mp4. currently, l-smash ignores brand in major_brand. i'll fix it
[13:47] <c0rnel> how can i import a metadata tags list ?
[13:49] <c0rnel> s/list/file
[13:51] <burek> scroll to the end
[13:51] Action: c0rnel reads again
[13:51] <c0rnel> thnx burek
[13:53] <c0rnel> burek, i don't understand this: and then load it back using the metadata muxer/demuxer
[13:54] <burek> well ffmpeg -f ffmetadata -i inifile ..
[13:54] <c0rnel> oh, can -i be used for metadata too?
[13:54] <c0rnel> ouch
[13:54] <c0rnel> i read again :)
[13:57] <c0rnel> Unknown input format: 'ffmpeg_tags.list'
[13:57] <c0rnel> burek ^
[13:59] <c0rnel> http://fpaste.org/gocG/
[13:59] <c0rnel> burek, ^
[13:59] <burek> ?
[13:59] <c0rnel> hmmm, maybe the problem is that TITLE is with caps?
[13:59] <c0rnel> in the file
[14:00] <burek> wtf is "ffmpeg_tags.list"
[14:00] <c0rnel> it's the file
[14:00] <burek> and why did you use it?
[14:00] <c0rnel> because i want to use a script to insert whatever metadata tags are suppoerted in many files of different type
[14:00] <burek> did you read my example line above
[14:01] Action: c0rnel doesn't understand much :)
[14:01] <burek> there are no supported metadata tags
[14:01] <c0rnel> yes, i assumed ffmetadata is the file name
[14:01] <burek> there are only key=value pairs
[14:01] <burek> you can create your own "tag"
[14:02] <c0rnel> burek, file starts like this: http://fpaste.org/8ZNP/
[14:02] <burek> long story short
[14:02] <c0rnel> and has no [chapter] , [stream] etc
[14:02] <burek> ffmpeg -f ffmetadata -i myfile.ini -i video.avi -map ... -vcodec ... -acodec ... out.avi
[14:02] <burek> ok?
[14:03] <c0rnel> oh, allright
[14:03] <c0rnel> thank you
[14:04] <burek> :beer: :)
[14:04] <c0rnel> ok :)
[14:46] <yakup> hi, is there a way to convert an mp3 to mp4 - by adding a still image as video?
[15:10] <burek> yakup, yes
[15:11] <burek> http://ffmpeg.gusari.org/viewtopic.php?f=25&t=39
[15:11] <burek> just add your audio to all that
[15:12] <burek> ffmpeg -loop 1 -f image2 -i img.png -i audio.mp3 -vcodec libx264 -acodec copy -shortest out.mp4
[15:23] <c0rnel> nice link, burek, thank you
[15:24] <burek> :beer: :)
[15:25] <c0rnel> :)
[15:27] <yakup> thanks, @burek, i'm checking now.
[15:29] <burek> np
[15:36] <Spideru> Hi. Is there a way to avoid multi-client rtp connected to only one ffplay rtp stream?
[15:37] <Spideru> i would to have only one-to-one connection between ffmpeg yadda -f rtp rtp://foo:port and ffplay rtp://fooport
[15:46] <yakup> @burek, thanks again, it worked like a charm -- i had to replace '-loop 1' with '-loop_input' just to notice.
[17:15] <slimjimflim> hi.  what's a quick easy test to make sure ffmpeg and php are playing nicely?
[17:16] <sacarasc> sys.exec("/usr/bin/ffmpeg -i foo.ext output.mkv") or however it goes in PHP.
[17:19] <slimjimflim> well that'd still be running it from the cli in effect
[17:19] <slimjimflim> i wanna test the php module for it...which i assume means i should ask in #php ;)
[17:20] <sacarasc> That one isn't supported here as it requires a rather ancient ffmpeg.
[17:20] <sacarasc> It's not really maintained.
[17:20] <slimjimflim> what the php module?
[17:20] <sacarasc> ffmpeg-php.
[17:22] <burek> slimjimflim, what is, in your opinion, advantage of using ffmpeg-php over cli usage of ffmpeg through shell_exec() ?
[17:22] <slimjimflim> burek: in my case i'm going to be using it over http
[17:22] <slimjimflim> on a webserver, so cli isn't an option
[17:23] <burek> I see it's not, but why
[17:23] <slimjimflim> er wait i didn't read what you said
[17:23] <slimjimflim> ...executing stuff from a shell like that is also a security risk
[17:23] <burek> how?
[17:23] <slimjimflim> also the php module will do most of the work for me
[17:24] <slimjimflim> so i don't have to write a huge php wrapper for it
[17:24] Action: slimjimflim doesn't like reinventing the wheel
[17:24] <burek> well, actually ffmpeg-php is a "huge wrapper" around ffmpeg
[17:24] <burek> that's why I ask you
[17:24] <burek> why do you want to use a wrapper instead of a "native" usage?
[17:25] <slimjimflim> like i said, with ffmpeg-php or w/e the wrapper's already there
[17:25] <slimjimflim> i don't have to write it
[17:25] <burek> can you explain why do you need to write a "wrapper"
[17:26] <sacarasc> slimjimflim: If you really want to use ffmpeg 0.5 (I think that's the latest that works with it), then go ahead, but it's not the most sensible thing to do. :D
[17:27] <slimjimflim> hm
[17:27] <slimjimflim> well now that i think about it when i did it last time, it just wanted it available from cli
[17:27] <slimjimflim> so it must have been using exec()
[17:27] <sacarasc> Probably.
[17:28] <burek> well, using exec provides you with flexibility to use whichever version of ffmpeg you like
[17:28] <burek> while the ffmpeg-php wrapper requires you to use a specific one (for which that wrapper is built)
[17:29] <burek> meaning, when you encounter a bug, you report it, people fix it, you get your ffmpeg fixed and you move forward
[17:29] <burek> with wrapper, which nobody is maintaining anymore (iirc), you are just stuck
[18:05] <slimjimflim> anybody know where the documentation is for 0.11.1?
[18:45] <jshanab> Can I change the pixel format of the output of avcodec_decode_frame or do I have to use SWS_Scale after the fact.
[19:04] <teratorn> jshanab: I believe you will need to use swsscale
[19:04] <teratorn> you always get the native format of the stream, I believe, from decode
[19:05] <jshanab> I just verified that I cannot change the sw pixel fmt. SO I need to write a GLSL shader.  SWS_scale takes too much CPU on iOS
[19:08] <teratorn> haha
[19:08] <teratorn> making it open source? :)
[21:31] <Anagastes> Sorry guys my english ist bad.  I use the german language.  Also, mit der Version 2.6 funktioniert das Transcodieren nicht mehr.  Ich habe ein FPS von knapp 30 am Anfang uns sinkt innerhalb von Sekunden auf 0.  Wo hingegen die Version 2.5 gute 250 FPS im Schnitt hat.  Mir ist aufgefallen das es am ffmpeg liegt denn auch andere Programme die eine neuere Version von ffmpeg nutzen haben das Problem.  Könnt ihr mir helfen?
[21:32] <Anagastes> ich nutze das programm Mezzmo
[21:32] <Anagastes> keine ahnunge welche ffmpeg version genutzt wird
[21:34] <Anagastes> mit ffmpeg version N-36036-ga40f43d funktioniert das codieren auf der Core 2 Duo CPU einwandfrei.
[23:37] <FF|taqattack> Hi, I'm wondering if I can make an application that uses ffmpeg to do encoding. Is it legal for me to distribute a binary executable with the software.
[00:00] --- Wed Jul  4 2012


More information about the Ffmpeg-devel-irc mailing list