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

burek burek021 at gmail.com
Tue Dec 15 02:05:03 CET 2015


[01:10:29 CET] <xintox_> .
[02:10:48 CET] <atomnuker> it's surprising how much swapping the phase of one channel can affect audio
[02:11:31 CET] <atomnuker> talking about headphones here so no cross-channel interference
[02:12:04 CET] <atomnuker> you'd think the brain wouldn't care about the phase of the signal entering either ear
[02:14:31 CET] <atomnuker> but the phase is probably used in determining the location of a noise source
[10:54:15 CET] <cone-144> ffmpeg 03Agatha Hu 07master:f1a889737532: avcodec/nvenc: set slice number to 1 to improve encoding quality
[10:54:15 CET] <cone-144> ffmpeg 03Agatha Hu 07master:758be4575649: avcodec/nvenc: clamp initial qp value to [1, 51]
[11:38:20 CET] <Fyr> guys, is it possible for change NUL in Windows into /dev/null? I always mistype when converting on Windows platform.
[11:39:49 CET] <nevcairiel> NUL is a magic device offered by the OS itself, its not some magic that ffmpeg implements
[11:40:31 CET] <Fyr> nevcairiel, where can I read about this?
[11:49:51 CET] <Compn> Fyr : i dont think you can rename NUL on windows, no
[11:50:00 CET] <Compn> if you are running a pro gram ,  you can create a named pipe
[11:50:07 CET] <Compn> but it will be //something
[11:50:42 CET] <Compn> if you made a script just define /dev/null as NUL ? :P
[11:51:32 CET] <Fyr> yeah, it looks like it's the only way.
[12:27:40 CET] <nevcairiel> anyone know if i can cheat thunderbird into showing attached patches inline even though their content type is set to octet-stream?
[12:30:54 CET] <nevcairiel> ah found it
[12:30:57 CET] <nevcairiel> mimetype overrides
[12:35:35 CET] <thardin> I'm seeing ML drama
[12:37:03 CET] <nevcairiel> when isnt there any
[12:37:22 CET] <nevcairiel> this mats guy is rather peculiar as it is however
[12:39:12 CET] <thardin> yes. somewhat colorful
[12:39:37 CET] <thardin> a fellow ham operator as well, sm6sxl
[12:43:28 CET] <atomnuker> a ham operator, huh? that explains a lot
[12:43:40 CET] <nevcairiel> why, are they rude by nature?
[12:44:21 CET] <thardin> not the ones I know. but he's a southerner
[12:45:50 CET] Action: atomnuker tries with all his strenght, with all his power not to say anything, and succeeds
[12:46:32 CET] <thardin> perhaps people in here know: where do I figure out how to set up something like a virtual sound card using say alsa?
[12:46:52 CET] <atomnuker> pulseaudio
[12:47:00 CET] <atomnuker> creating a virtual sink is easy
[12:47:16 CET] <nevcairiel> its pretty easy in pure alsa as well
[12:47:17 CET] <thardin> I poked with pulseaudio too. set up a monitor
[12:47:25 CET] <nevcairiel> where do you want teh audio to go
[12:47:45 CET] <thardin> I want to shove it onto a gnuradio flowgraph
[12:48:43 CET] <atomnuker> yeah, gnuradio supports alsa only IIRC and since you can only have 1 main marked alsa-emulation sink in PA it would make things difficult
[12:49:34 CET] <nevcairiel> no idea how gnuradio works, but you could setup an alsa device that pipes the audio somewhere for example
[12:50:39 CET] <thardin> is there something like a patch panel for alsa?
[12:52:19 CET] <thardin> or hm.. I'll put it like this: my current goal is to get freedv to work with hackrf as an RF frontend. I can specify which alsa device to use as the audio source in gnuradio. 
[12:52:49 CET] <thardin> fiddled around a bit with ~/.asoundrc so far
[13:03:03 CET] <cone-144> ffmpeg 03Jean Delvare 07master:932cbc846f55: avfilter/vf_delogo: fix show option when clipping
[15:24:46 CET] <J_Darnley> Oh lord.  What eldritch abomination is attached to that ticket?
[15:24:59 CET] <JEEB> any comments? https://kuroko.fushizen.eu/patches/ffmpeg/0001-movenc-use-similar-logic-to-DASH-when-writing-bit-ra.patch
[15:25:16 CET] <JEEB> (not on my machine with git send-email set up yet)
[15:49:37 CET] <ubitux> http://pastie.org/10632266 so libav is updating its about page?
[15:53:37 CET] <j-b> m
[15:57:24 CET] <atomnuker> m for murder?
[16:06:39 CET] <durandal_1707> ubitux: name calling, who are legends?
[16:07:22 CET] <ubitux> like i know
[16:19:59 CET] <durandal_1707> anybody going to try sofalizer?
[16:20:23 CET] <durandal_1707> its funny name for the filter
[16:25:11 CET] <atomnuker> I'll give it a try
[16:25:17 CET] <atomnuker> libnetcdf seems to be in the debian repos
[16:25:26 CET] <JEEB> hmm, can someone remind me at which point options like maxrate/bufsize are dropped when parsing options?
[16:26:13 CET] <JEEB> because I can see the initial option parsing matches the options, but after the output gets opened the stuff is no longer there so it's being ignored due to flags or whatever
[16:26:35 CET] <J_Darnley> Huh?  Are they not global options in the codec context struct?
[16:27:27 CET] <JEEB> yeah
[16:28:22 CET] <J_Darnley> ... I should have phrased that question differently.  I'm not sure your answer means. :)
[16:29:22 CET] <JEEB> in the end it should go to the encoder codec context for that stream afaik
[16:29:32 CET] <JEEB> becoming rc_*
[16:31:35 CET] <JEEB> basically my use case is that I'm trying to push -maxrate and -bufsize out with -c copy :)
[16:31:47 CET] <JEEB> they're getting filtered out somewhere along the way
[16:31:55 CET] <J_Darnley> ah
[17:43:20 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:8405b6329463: avcodec/vp8: Do not use num_coeff_partitions in thread/buffer setup
[17:43:20 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:54e94522b899: avcodec/h264_slice: Limit max_contexts when slice_context_count is initialized
[17:43:20 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:1258bdf7f098: avcodec/cabac_functions: Fix "left shift of negative value -31767"
[17:43:20 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:ed3d43367694: avcodec/cabac: Check initial cabac decoder state
[17:43:20 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:0cd23e0d1e89: avcodec/hevc: Check entry_point_offsets
[17:43:21 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:8ef86669ca25: avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_decode*()
[17:43:21 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:c1db1a5ff47f: avcodec/jpeg2000dwt: Check ndeclevels before calling dwt_encode*()
[17:43:22 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:694416e327c2: avcodec/hevc_cabac: Fix multiple integer overflows
[17:43:22 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:4fe6f9f6271c: avcodec/hevc: allocate entries unconditionally
[17:43:24 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:c1d29678f1ca: avcodec/vp3: Clear context on reinitialization failure
[17:43:24 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:6c25411c06a9: avcodec/utils: Use 64bit for aspect ratio calculation in avcodec_string()
[17:43:26 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:fad0748b9221: avcodec/utils: Clear dimensions in ff_get_buffer() on failure
[17:43:26 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:900039e7dc32: avcodec/h264_refs: Check that long references match before use
[17:43:28 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:cf1f615b67a4: avformat/dump: Fix integer overflow in av_dump_format()
[17:43:28 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:07a30246315b: avutil/integer: Fix av_mod_i() with negative dividend
[17:43:30 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:88ccca204ab6: avutil/mathematics: Do not treat INT64_MIN as positive in av_rescale_rnd
[17:43:31 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:fc69fa8474ae: avcodec/mpeg4videodec: Check available data before reading custom matrix
[17:43:32 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:710dccf0360b: avcodec/vp3: always set pix_fmt in theora_decode_header()
[17:43:33 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:d259a0534ee2: avcodec/apedec: Check length in long_filter_high_3800()
[17:43:33 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:86a52988bd50: avutil/mathematics: return INT64_MIN (=AV_NOPTS_VALUE) from av_rescale_rnd() for overflows
[17:43:35 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:da87a699ea9c: avutil/timecode: Fix fps check
[17:43:35 CET] <cone-037> ffmpeg 03Timo Teräs 07release/2.7:76cb34f7f5b8: mpegencts: Fix overflow in cbr mode period calculations
[17:43:37 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:e3ffc7ab4a07: avcodec/vp3: Fix "runtime error: left shift of negative value"
[17:43:37 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:4e80d4bf2558: avformat/smacker: fix integer overflow with pts_inc
[17:43:38 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:bdf79f29db6f: avcodec/wmaprodec: Fix overflow of cutoff
[17:43:39 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:1601420be4b5: avcodec/wmaprodec: Check bits per sample to be within the range not causing integer overflows
[17:43:41 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:d092b7f04ca8: avcodec/dirac_parser: Fix potential overflows in pointer checks
[17:43:42 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:ece3912daf65: avcodec/dirac_parser: Add basic validity checks for next_pu_offset and prev_pu_offset
[17:43:43 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:d17298b666bc: avcodec/dirac_parser: Check that there is a previous PU before accessing it
[17:43:43 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:5af5396970b7: avcodec/hevc: Fix integer overflow of entry_point_offset
[17:43:45 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:dc0bc71471bf: swscale/utils: Fix for runtime error: left shift of negative value -1
[17:43:45 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:0a06e2824a67: avcodec/pgssubdec: Fix left shift of 255 by 24 places cannot be represented in type int
[17:43:46 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:0f331f94c0db: avcodec/jpeg2000dec: Check bpno in decode_cblk()
[17:43:47 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:548a07cdc439: avcodec/vp3: ensure header is parsed successfully before tables
[17:43:49 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:d013f51303de: avcodec/hevc: Check max ctb addresses for WPP
[17:43:50 CET] <cone-037> ffmpeg 03Andreas Cadhalpun 07release/2.7:9a8d2f51cf05: mjpegdec: consider chroma subsampling in size check
[17:43:51 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:8be41ad2bb32: avutil/mathematics: Fix division by 0
[17:43:52 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:5c7ffbbda3e7: avformat/matroskaenc: Check codecdelay before use
[17:43:52 CET] <cone-037> ffmpeg 03Rainer Hochecker 07release/2.7:93fa19addf6d: avformat/utils: estimate_timings_from_pts - increase retry counter, fixes invalid duration for ts files with hevc codec
[17:43:54 CET] <cone-037> ffmpeg 03zjh8890 07release/2.7:a9ce4583dfbb: avcodec/aarch64/neon.S: Update neon.s for transpose_4x4H
[17:43:55 CET] <cone-037> ffmpeg 03Michael Niedermayer 07release/2.7:4aa876f2880c: avformat/mxfenc: Do not crash if there is no packet in the first stream
[17:58:27 CET] <debianuser> thardin: I'm not sure what you need, but in alsa you can do `sudo modprobe snd-aloop` to load a virtual "Loopback" soundcard, which allows you to record from hw:Loopback,1,x whatever you play to hw:Loopback,0,x. Mixing works too, e.g. dmix:Loopback,0,x and dsnoop:Loopback,1,x. Jack/cadence uses it for alsa->jack routing.
[18:30:06 CET] <wyatt8740> Hi, I'm interested in trying to make a filter that takes a video from a capture card that sees video game console 240p frames as 480i fields and outputs a proper progressive video. I've gotten what I want by taking the input, running it through the de-interleaving filter ('il'), outputting to a lossless picture format, using imagemagick to split each output frame into two frames, sequencing them together at double the interlaced fram
[18:30:06 CET] <wyatt8740> erate with ffmpeg, and then (to fix the aspect ratio) nearest neighbor doubling the vertical resolution of the video. but that's a LOT of work for a clean image. ( example output https://www.youtube.com/watch?v=_NaixKn-YcM )
[18:30:18 CET] <wyatt8740> But I've never done a filter before - is there a good guide I should follow?
[18:30:28 CET] <wyatt8740> I know how to write code in C but not extremely well.
[18:37:23 CET] <wyatt8740> or is there already some filter I don't know of and I've just made a rube goldberg method?
[18:41:07 CET] <kierank> yadif has a mode
[18:41:29 CET] <wyatt8740> which one? I tried 1 and 3 and neither worked
[18:41:34 CET] <wyatt8740> despite looking like they should
[18:41:45 CET] <wyatt8740> *despite it looking like they should
[18:44:27 CET] <wyatt8740> specifically, the entire picture would move up and down a pixel with each frame
[18:46:42 CET] <kierank> Need to give yadif a weaved frame
[18:46:53 CET] <wyatt8740> yes, and this was.
[18:47:02 CET] <wyatt8740> wasn't it?
[18:47:04 CET] <wyatt8740> :p
[18:47:24 CET] <wyatt8740> or do you mean a video that isn't marked as 480i
[18:47:44 CET] <kierank> A picture with two fields interleaved
[18:48:07 CET] <wyatt8740> would I use the il filter for that, too?
[18:48:20 CET] <kierank> Depends on source
[18:49:13 CET] <wyatt8740> should I give you a compressed version of my source?what exactly do you mean by that?
[18:49:20 CET] <wyatt8740> my input is a 480i video at 29.97 fps
[18:55:13 CET] <wyatt8740> I'm trying to find one that does what I think you're wanting it to, but nothing's working right kierank. I am pretty sure it's already correctly done
[18:55:21 CET] <wyatt8740> but yadif isn't handling it properly
[18:57:05 CET] <wyatt8740> yadif=3 is making every other frame look smeared/blurred like this http://i.imgur.com/yfkGVPr.png
[18:57:43 CET] <wyatt8740> look at the pokemon center sign
[19:01:11 CET] <wyatt8740> my method gave this, though http://i.imgur.com/DkpfIFy.png
[19:03:58 CET] <wyatt8740> notice that the player sprite is even off horizontally. At no point in my version is the player at that point, in the yadif version he's in between game boy pixels
[19:05:32 CET] <nevcairiel> typical video processing algorithms are usually not optimized for pixel art content like this
[19:05:41 CET] <nevcairiel> so artifacts may be more obvious than on any typical videos
[19:06:11 CET] <wyatt8740> Yeah, and that's why I was asking about writing a filter for it :\
[19:06:33 CET] <wyatt8740> anyway, I'm looking at the 'il' filter code right now
[19:06:41 CET] <wyatt8740> since it's pretty small looking
[19:12:09 CET] <Daemon404> you can do this entirely with avisynth fwiw
[19:12:28 CET] <Daemon404> including point resizing
[19:13:32 CET] <wyatt8740> daemon404: sounds interesting, and I'll look into it. I would love for this to be something I could do with ffmpeg though
[19:13:48 CET] <wyatt8740> daemon404: other problem, I run linux
[19:14:17 CET] <JEEB> vapoursynth then
[19:14:23 CET] <Daemon404> it can probably be done with the ffmpeg cli as-is now, but itll be ugly/painful
[19:14:49 CET] <JEEB> although the live part doesn't fit into avs/vs too well
[19:14:53 CET] <wyatt8740> I'd like to ease the pain because my tiny brain has problems with complex filters.
[19:15:05 CET] <wyatt8740> ('filter_complex')
[19:15:31 CET] <JEEB> (it used to fit into vs until the unlimited frame count thing was removed, although Myrsloik can probably correct me on that)
[19:15:34 CET] <wyatt8740> also, if I could find a way to split the top and bottom portions of a frame into two separate frames with ffmpeg I could do it.
[19:16:50 CET] <wyatt8740> There are lots of people with capture cards like mine and I hear people complaining about it a lot. It even makes some people spend hundreds on cards that properly handle 240p sources
[19:17:24 CET] <wyatt8740> I'd love to be able to go to my default answer of  "ffmpeg can do that, it can do anything"
[19:17:58 CET] <wyatt8740> If it weren't for me needing to use imagemagick to split the deinterleaved frames into two frames each, it all could be done with ffmpeg still
[19:18:19 CET] <wyatt8740> the nearest neighbor scaling bit is in swscaler
[19:18:29 CET] <wyatt8740> *swscale
[19:18:43 CET] <durandal_1707> wyatt8740: separatefields?
[19:18:46 CET] <nevcairiel> dont we have a filter for that
[19:19:20 CET] <durandal_1707> or you want add missing pixels
[19:20:02 CET] <wyatt8740> durandal_1707: first off, I get the name. That's Roland's sword, right?
[19:20:15 CET] <wyatt8740> second, looks like that filter may be a winner. Gonna try it
[19:26:32 CET] <wyatt8740> durandal_1707: that gets the frames in the wrong order
[19:26:49 CET] <wyatt8740> I've tried setfields and it doesn't seem to do much unless that needs to go in a filter_complex
[19:27:26 CET] <Daemon404> you can speicfy the order
[19:27:29 CET] <Daemon404> http://ffmpeg.org/ffmpeg-filters.html#separatefields
[19:27:34 CET] <wyatt8740> yes, I tried with setfield
[19:27:45 CET] <wyatt8740> and it didnt work no matter what option i used (tff, bff, prog)
[19:32:45 CET] <wyatt8740> oh derp
[19:32:58 CET] <wyatt8740> doing two 'vf's doesn't run the first one through the second
[19:33:04 CET] <wyatt8740> had to use some labels, appears to work now.
[19:36:01 CET] <wyatt8740> alright, vf "setfield=tff[setfields]; [setfields]separatefields [halfwide]; [halfwide]scale=720x480:flags=neighbor [out]" worked
[19:36:08 CET] <wyatt8740> sorry for wasting time in the -devel channel :p
[19:40:48 CET] <wyatt8740> thanks durandal_1707
[19:40:58 CET] <wyatt8740> that's exactly what I was looking for
[19:56:33 CET] <cone-037> ffmpeg 03Rostislav Pehlivanov 07master:ade31b9424f6: aacenc: switch to using the RNG from libavutil
[20:22:41 CET] <cone-037> ffmpeg 03Michael Niedermayer 07master:997de2e8107c: avfilter/vf_mpdecimate: Add missing emms_c()
[20:38:04 CET] <cone-037> ffmpeg 03Michael Niedermayer 07master:1925eaeaa6f2: avfilter/vf_decimate: change ts_unit to AVRational
[20:52:32 CET] <ubitux> wyatt8740: if that command works for you, you can just do -vf "setfield=tff,separatefields,scale=720x480:flags=neighbor"
[20:56:03 CET] <wyatt8740> great, thanks ubitux
[20:56:16 CET] <cone-037> ffmpeg 03Andreas Cadhalpun 07master:22e960ad478e: golomb: always check for invalid UE golomb codes in get_ue_golomb
[21:47:05 CET] <cone-037> ffmpeg 03Michael Niedermayer 07master:30fe3fd52721: avfilter/vf_decimate: Check that input parameters match
[22:04:39 CET] <cone-037> ffmpeg 03Paul B Mahol 07master:2f12172d6709: avfilter/af_sofalizer: add frequency domain processing and use it by default
[22:35:23 CET] <jamrial> durandal_1707: check the section around line 6000 in configure, you need to add a line for sofalizer now that it depends on avcodec
[22:45:26 CET] <cone-037> ffmpeg 03Paul B Mahol 07master:e8586ecb86f4: configure: add conditional library dependency for sofalizer and showfreqs
[23:24:19 CET] <xintox_> anyone have a fix for this? 'Unable to get key file'
[23:24:32 CET] <xintox_> it fails a few times, then works for about 2 minutes, then crashes on this error.
[23:25:01 CET] <xintox_> there was a thread about 6 months ago about the key file setting a new cookie every 2 minutes. I don't know if its been addressed. but ffmpeg should read in the new cookie
[23:26:19 CET] <Compn> what key xintox_ ?
[23:26:31 CET] Action: Compn afk
[23:39:32 CET] <cone-037> ffmpeg 03Michael Niedermayer 07master:06987dab972e: avfilter/vf_decimate: fix typo in fraction
[23:42:10 CET] <xintox_> Compn: its a neulion key
[23:42:31 CET] <JEEB> what does that have to do with FFmpeg?
[23:42:43 CET] <xintox_> ffmpeg craps out trying to download it
[23:43:47 CET] <JEEB> I'm pretty sure the FFmpeg code base doesn't have neulion mentioned in it... so you might want to actually say what you're doing and if you feel like, it create a bug report with enough information or a way to reproduce
[23:46:53 CET] <xintox_> i thought i did
[23:47:16 CET] <xintox_> the neulion key sets a new cookie every few minutes. it seems ffmpeg is not picking up this cookie for subsequent requests to the keyfile.
[23:47:28 CET] <JEEB> then why did you keep spamming this channel with it :P
[23:48:02 CET] <xintox_> ?
[23:48:14 CET] <xintox_> spamming?
[23:48:24 CET] <xintox_> i asked like 3 times over the past few days. 
[23:48:39 CET] <xintox_> nobody responded until now
[23:48:58 CET] <JEEB> because your sentences definitely weren't something you could just stick onto
[23:49:06 CET] <kierank> nobody knows what a neulion key is
[23:49:13 CET] <kierank> you need to explain wtf it is
[23:49:15 CET] <kierank> why you need it
[23:49:17 CET] <kierank> how to test
[23:49:18 CET] <kierank> and open a ticket
[23:49:21 CET] <nevcairiel> note that this channel is for development, not bug reports or user inquiries, so chances of getting a response in here arent that high to begin with
[23:49:21 CET] <JEEB> ^this
[23:49:30 CET] <JEEB> kierank put it well :P
[23:49:40 CET] <JEEB> and bug reports go onto the trac
[23:49:55 CET] <JEEB> (as he said)
[23:50:42 CET] <xintox_> i can't just a link for debugging as they expire. i needed to find a dev who can reproduce this in realtime with a valid link.
[23:50:58 CET] <kierank> why not download the link
[23:51:01 CET] <kierank> to a file
[23:52:50 CET] <J_Darnley> Hey, they bought divx.  I didn't even hear about that.
[23:54:04 CET] <xintox_> kierank: what good will that do? the problem is with the server setting a cookie.
[23:54:34 CET] <kierank> then good luck
[23:54:46 CET] <kierank> do a pcap or something
[23:54:51 CET] <xintox_> pcap?
[23:54:59 CET] <kierank> packet capture
[23:55:12 CET] <xintox_> its over https
[23:55:16 CET] <xintox_> i can't get the packets
[23:55:29 CET] <kierank> erm yes you can
[23:55:47 CET] <J_Darnley> They magically appear on your PC without travelling over an interface?  Wow.  Sign me up!
[23:57:01 CET] Action: J_Darnley leaves
[23:57:13 CET] <xintox_> wha'ts with all the attitude?
[23:57:27 CET] <xintox_> this is issue is talked about all over video forums
[23:57:38 CET] <xintox_> nobody seems to have a fix
[23:57:54 CET] <xintox_> i'm just trying to get to the bottom of it
[23:59:05 CET] <JEEB> well, first of all you've not even once mentioned what on earth you're using out of FFmpeg. I can guess a couple of http-based streaming thingos, but you have definitely not mentioned even one of them. Also, if it's such a big thing, is there a bug report about it on the trac?
[23:59:38 CET] <xintox_> i haven't seen one
[23:59:49 CET] <xintox_> i'm new to ffmpeg. so i'm not sure what lal you need.
[00:00:00 CET] --- Tue Dec 15 2015


More information about the Ffmpeg-devel-irc mailing list