Re: [FFmpeg-user] configure results in SDL2 support no

2016-11-10 Thread 桃源老師
Hello Carl-san, > 2016/11/10 4:01P.M. Carl Eugen Hoyos gmail.com> wrote: > > 2016-11-10 4:55 GMT+01:00 桃源老師 dream.jp>: > >> But if I install libiconv (to support libass) additionally, ffmpeg does not >> recognize SDL2 any more. > > Afair, iconv is part of every osx installation:: Why do you h

[FFmpeg-user] hls: program_date_time with user specified inital_prog_date_time

2016-11-10 Thread Robert Nagy
It would be nice if one could explicitly specify the initial_prog_date_time instead of always using the current system clocks. Especially in cases where you are transcoding. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/lis

[FFmpeg-user] hls: hls_list_size breaks program_date_time

2016-11-10 Thread Robert Nagy
If using hls_list_size together with program_date_time the EXT-X-PROGRAM-DATE-TIME tags start to become wrong when segments are removed. initial_prog_date_time should probably be incremented by the duration of the segments removed. ___ ffmpeg-user mailing

Re: [FFmpeg-user] hls: hls_list_size breaks program_date_time

2016-11-10 Thread Steven Liu
2016-11-10 18:53 GMT+08:00 Robert Nagy : > If using hls_list_size together with program_date_time the > EXT-X-PROGRAM-DATE-TIME > tags start to become wrong when segments are removed. > initial_prog_date_time should probably be incremented by the duration of > the segments removed. > I can not su

Re: [FFmpeg-user] Encoding for Amazon Cloud Front HLS adaptive streaming. Peak rate too high.

2016-11-10 Thread Joel Lopez
On Nov 8, 2016 1:25 PM, "Joel Lopez" wrote: > > On Tue, Nov 8, 2016 at 1:08 PM, Joel Lopez wrote: > > On Mon, Nov 7, 2016 at 6:27 PM, Carl Eugen Hoyos wrote: > >> 2016-11-08 3:15 GMT+01:00 Joel Lopez : > >>> Hi, > >>> > >>> I'm trying to figure out how to encode with ffmpeg instead of Elastic >

Re: [FFmpeg-user] Encoding for Amazon Cloud Front HLS adaptive streaming. Peak rate too high.

2016-11-10 Thread Carl Eugen Hoyos
2016-11-08 22:08 GMT+01:00 Joel Lopez : > For example a 2350k video bit rate and a 64k audio gives me 2878.02 > kb/s measured when I expect 2414 kb/s. How would that be possible? Even if you know nothing about mpegts (don't worry, I don't know much about it myself), I hope you agree that it has t

[FFmpeg-user] problem

2016-11-10 Thread Mohamad Rasool
log: cl -nologo -D_USE_MATH_DEFINES -D_CRT_SECURE_NO_WARNINGS -D_CRT_NONSTDC_NO_WARNINGS -c -Fo./ffconf.bcMMIXWq.o ./ffconf.Tj4C1ASt.c ffconf.Tj4C1ASt.c ./compat/windows/mslink -libpath:/d/TBuild/Libraries/opus/win32/VS2010/Win32/Release celt.lib silk_common.lib silk_float.lib -nologo -out:./ffc

[FFmpeg-user] Unix Socket file using about.

2016-11-10 Thread Hasan BAĞÇACI
Hi, I am using SDI card for video capture. I want to send video to socket file because i am using video different processes. How can I do this? Regards ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user T

Re: [FFmpeg-user] Ticket#5936: Purple haze on ffmpeg mpeg4 decoding

2016-11-10 Thread Andy Furniss
Toerless Eckert wrote: Just opened https://trac.ffmpeg.org/ticket/5936 git diff 03bb99ae1a99fa315621308b885a8fc70702c9bc 9236f7b5a23b4907f7b2bf6346ecd88e6d76f1e0 produce 700k diff and i can not figure out what a likely cause is ;-( Git bisect - can sometimes be tricky, but this was easy (he

Re: [FFmpeg-user] Error

2016-11-10 Thread Carl Eugen Hoyos
2016-11-09 20:12 GMT+01:00 Mohamad Rasool : > I get some error while compiling ffmpeg > --disable-programs --disable-doc --disable-everything I suspect you want --disable-all (--disable-everything is a debug option for developers). > --enable-decoder=aac --enable-decoder=aac_latm --enable-decod

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2016-11-10 Thread Tim Hiles
On Wed, Nov 9, 2016 at 2:20 PM, Carl Eugen Hoyos wrote: > 2016-11-09 19:57 GMT+01:00 Tim Hiles : > > > I have two zeranoe windows builds installed. Current version built and an > > older build from 2015. I've created a 5 second video (full command line > > and uncut output below) using current g

Re: [FFmpeg-user] hls: hls_list_size breaks program_date_time

2016-11-10 Thread Robert Nagy
If hls_list_size is enabled then the X-DATETIME tags will be wrong when segments are started to be removed. On Thu, Nov 10, 2016 at 4:10 PM, Steven Liu wrote: > 2016-11-10 18:53 GMT+08:00 Robert Nagy : > > > If using hls_list_size together with program_date_time the > > EXT-X-PROGRAM-DATE-TIME >

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2016-11-10 Thread Cley Faye
2016-11-10 20:12 GMT+01:00 Tim Hiles : > I attached the file in a previous email but ffmpeg list rejected the email > because it was 750 KB, so I'm sharing a google drive link to the file, > otherwise I'm not really sure what else to do. > https://drive.google.com/open?id=0B8g9J5RbDqElbU5RUDRoeVBm

Re: [FFmpeg-user] ffplay on current build does not play mkv file but on old build does.

2016-11-10 Thread Tim Hiles
01 aac DURATION: 00:00:05.04300 -0.03 A-V: nan fd= 0 aq= 11KB vq= 102KB sq=0B f=0/0 ffplay-20161110-143229.log Description: Binary data ffplay-20161110-143511.log Description: Binary data ___ ffmpeg-user mailing list ffmpe

Re: [FFmpeg-user] hls: hls_list_size breaks program_date_time

2016-11-10 Thread Steven Liu
2016-11-11 4:56 GMT+08:00 Robert Nagy : > If hls_list_size is enabled then the X-DATETIME tags will be wrong when > segments are started to be removed. > > On Thu, Nov 10, 2016 at 4:10 PM, Steven Liu > wrote: > > > 2016-11-10 18:53 GMT+08:00 Robert Nagy : > > > > > If using hls_list_size together