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

burek burek021 at gmail.com
Sun Sep 8 02:05:01 CEST 2013


[01:19] <newone> guys, probably stupid question, but after comipling ffmpeg example and running app I get an error that avformat-55,dll was not found and so on ... how to include data from libs to my exe file?
[01:20] <newone> I'm using MSVS Pro 2010
[01:42] <cusco> hi folks
[01:42] <cusco> downloded a avi file as html, and then wget -c appended  the real movie into the html
[01:42] <cusco> what can I do
[01:55] <newone> cusco: what about renaming html to avi?
[02:16] <rafael2k> Mavrik: tks, I'll implement the filter inside my code and check if it can identify an interlaced content properly
[02:37] <cusco> newone: I don't think you understood
[02:38] <cusco> movie file has html on top of it
[02:38] <cusco> its avi
[02:38] <cusco> the avi was appended to a file.avi containing html
[02:50] <newone> cusco: 1) if video data was downloaded you can get it 2) if html was included to avi it is corrupted in any case
[02:51] <cusco> its the other way arround
[02:51] <cusco> avi was included in html
[02:52] <cusco> imagine curl http://url/file.avi >> a.html
[02:54] <newone> cusco: it's trouble now)
[03:06] <cusco> yes thats why I asked in the first place
[03:10] <newone> cusco: what happens if you run saved html?
[07:09] <fllr> Hey guys. How can I stich a couple of mp4 videos together using ffmpeg?
[07:10] <relaxed> fllr: let me save you some time.  MP4Box -cat 1.mp4 -cat 2.mp4 -new combined.mp4
[07:11] <relaxed> mp4box is part of gpac
[07:13] <fllr> relaxed: I'll take a look at it, thanks! :)
[07:20] <fllr> relaxed: anyway I can do a bunch of files at one? *.mp4?
[07:24] <relaxed> echo "-cat "{a,b}.mp4
[14:41] <Leoneof> how to capture the desktop with ffmpeg?
[14:41] <vlt> Hello. What is the best "container" if I want to stream raw h264 video data that can be played live as soon as something connects to it?
[14:42] <durandal_1707> Leoneof: on what OS?
[14:42] <Leoneof> Linux/Debian
[14:42] <durandal_1707> x11grab
[14:42] <durandal_1707> there is bunch of examples and documentation
[14:43] <sacarasc> Leoneof: http://ffmpeg.org/ffmpeg-all.html#X11-grabbing
[14:44] <Leoneof> thanks!
[14:47] <Leoneof> can't record the whole desktop with this ffmpeg -f x11grab -s cif -r 25 -i :0.0 /tmp/out.mpg
[14:47] <Leoneof> what to do
[14:53] <sacarasc> More like remove -s cif
[15:31] <Leoneof> thanks
[16:54] <dorp> Beginner's question... is there such a thing as 'timecodes' for audio streams?
[18:26] <vlt> Hello. I use ffmpeg to encode a DV stream to h.264 and then pipe it (via a fifo) to an omxplayer process on a raspberry pi. The problem is that omxplayer there only starts playback when the fifo stream gets interrupted, like waiting for an end-of-stream to begin. Any idea how to stream ffmpeg's output so that omxplayer starts immediately?
[22:02] <Stellar> hello
[22:03] <Stellar> i am running latest self-compiled git with drawtext enabled
[22:03] <Stellar> but it seems ffmpeg never draw it into the buffer?
[22:03] <Stellar> http://pastebin.com/LPb4dCWZ
[22:05] <Stellar> http://pastebin.com/d97FzyGi
[22:14] <Stellar> does rtmp sinks supports drawtext?
[22:24] <durandal_1707> Stellar: filters can not work with copy
[22:29] <Stellar> so i just needs to turn it off?
[22:31] <Stellar> thx durandal_1707
[23:08] <CoJaBo> How do I encode a file with a low as possible audio bitrate?
[23:19] <flurant> remove the audio track
[23:20] <durandal_1707> CoJaBo: what format/codec/etc...
[23:58] <CoJaBo> durandal_1707: Any not-obscure codec should be fine
[00:00] --- Sun Sep  8 2013


More information about the Ffmpeg-devel-irc mailing list