Re: [FFmpeg-user] duplicate symbol _strsplit on ld

2016-04-18 Thread Carl Eugen Hoyos
桃源老師 dream.jp> writes: > duplicate symbol _strsplit in: > /Volumes/ffmpeg_compile/lib/librtmp.a(rtmp.o) > /Volumes/ffmpeg_compile/lib/liborc-0.4.a(liborc_0.4_la-orcutils.o) You have to rename (or remove) strsplit in either librtmp or liborc. Carl Eugen __

Re: [FFmpeg-user] ffmpeg development

2016-04-18 Thread PSPunch
On 2016/04/18 22:37, Moritz Barsnick wrote: http://bs1770gain.sourceforge.net/ ffmpeg's "ebur128" filter handles a subset of this, apparently. I'm sure it would appreciate some additional algorithms. Patch welcome. ;-) (Again, to my understanding) the two standards on loudness monitoring

[FFmpeg-user] duplicate symbol _strsplit on ld

2016-04-18 Thread 桃源老師
Hello, I'm not sure this issue is ffmpeg itself or not. But let me try to describe it... I have tried to build ffmpeg, ffprobe, ffplay with the following config line: $ ./configure --prefix=${TARGET} --pkg-config-flags=--static --disable-ffserver --enable-gpl --enable-version3 --enable-libsc

Re: [FFmpeg-user] Problem retrieving correct fps while streaming cameras

2016-04-18 Thread Corentin Hamel
If by application you mean command line, I've already tested it as mentioned in the previous post. ffmpeg streaming the rtsp retrieves only the correct frame rate for jpeg not for h264. Thanks On Tue, Apr 19, 2016 at 7:56 AM, Carl Eugen Hoyos wrote: > Corentin Hamel gmail.com> writes: > > > Hop

Re: [FFmpeg-user] Problem retrieving correct fps while streaming cameras

2016-04-18 Thread Carl Eugen Hoyos
Corentin Hamel gmail.com> writes: > Hopefully it's the right palce to ask this kind of questions. > I've have been trying to retrieve the fps information from > different cameraz stream via RTSP. Please (also) test with ffmpeg, the application. Carl Eugen

Re: [FFmpeg-user] Android M crash when use ffmpeg, the log shows ffmpeg.so not found, only happen in Android M but not in other versions

2016-04-18 Thread Carl Eugen Hoyos
Liu Ming maaii.com> writes: > As the subject says Not really. FFmpeg provides (the ffmpeg application and) different libraries, including libavcodec and libavformat. FFmpeg never provided ffmpeg.so nor libffmpeg.so nor a script to build ffmpeg.so. Please explain what you tried and what went

Re: [FFmpeg-user] Android M crash when use ffmpeg, the log shows ffmpeg.so not found, only happen in Android M but not in other versions

2016-04-18 Thread Lou
On Mon, 18 Apr 2016 21:12:45 +0200 Cley Faye wrote: > Maybe the devel list is more appropriate. ffmpeg-devel is only for patch submissions and discussions related to the development of FFmpeg itself. ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] Android M crash when use ffmpeg, the log shows ffmpeg.so not found, only happen in Android M but not in other versions

2016-04-18 Thread Cley Faye
2016-04-18 11:25 GMT+02:00 Liu Ming : > As the subject says, can you check it and reply as soon as possible, ​I might be mistaken, but I doubt you'll get much help here for the following reasons: - This list is mainly for the CLI tools - You give no information about the ffmpeg version you're tr

[FFmpeg-user] Android M crash when use ffmpeg, the log shows ffmpeg.so not found, only happen in Android M but not in other versions

2016-04-18 Thread Liu Ming
Dear FFmpeg team, As the subject says, can you check it and reply as soon as possible, Thank you. Best regards, Android Developer ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user

Re: [FFmpeg-user] Issue on static linking of schroedinger-1.0

2016-04-18 Thread 桃源老師
> 2016/04/18 1:24A.M. 桃源老師 dream.jp> wrote: > > >> 2016/04/18 0:54A.M. Carl Eugen Hoyos ag.or.at> wrote: >> Undefined symbols for architecture x86_64: "__schro_decode_prediction_only", referenced from: _schro_init in libschroedinger-1.0.a(libschroedinger_1.0_la-schro.o) "_

Re: [FFmpeg-user] ffmpeg development

2016-04-18 Thread Moritz Barsnick
On Mon, Apr 18, 2016 at 15:37:27 +0200, Moritz Barsnick wrote: > > http://bs1770gain.sourceforge.net/ > > ffmpeg's "ebur128" filter handles a subset of this, apparently. I'm Actually, reading bs1770gain's web page, I get the impression that ffmpeg's ebur128 filter covers it pretty exactly. M

Re: [FFmpeg-user] ffmpeg development

2016-04-18 Thread Moritz Barsnick
On Mon, Apr 18, 2016 at 13:12:36 +0900, PSPunch wrote: > 1. Measure LUFS using BS1770GAIN. > http://bs1770gain.sourceforge.net/ ffmpeg's "ebur128" filter handles a subset of this, apparently. I'm sure it would appreciate some additional algorithms. Patch welcome. ;-) > 2. Transcode the source