Re: [FFmpeg-user] libtheora, libmp3lame, vidstab, libvorbis, and libxvid not found on OS X

2016-04-19 Thread Rodrigo Polo
On Sat, Apr 16, 2016 at 4:29 AM, Reindl Harald wrote: > > > Am 15.04.2016 um 22:39 schrieb Rodrigo Polo: > >> I did, Do you read my entire first mail where I said that I didn't >> included because it looks like all the libraries had the same issue and >> that for that

Re: [FFmpeg-user] libtheora, libmp3lame, vidstab, libvorbis, and libxvid not found on OS X

2016-04-19 Thread Rodrigo Polo
On Fri, Apr 15, 2016 at 9:07 PM, Jim Worrall wrote: > > > On 2016 Apr 15, at 2:39 PM, Rodrigo Polo wrote: > > > > I did, Do you read my entire first mail where I said that I didn't > included because it looks like all the libraries had the same

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

2016-04-19 Thread Corentin Hamel
Here are the outputs, it looks like i made a mistake saying a could only retrieve correct fps with jpeg. Both jpeg and h264 give the expect fps. However still unable to get it using the ffmpeg API - *jpeg and 12fps* ffmpeg -i "rtsp://

Re: [FFmpeg-user] ffmpeg development

2016-04-19 Thread Bazza
On Sat, 16 Apr 2016 16:43:01 +, Steve Corrao wrote: >Explanation of Conditional Statement and Example: >1. run astats or volumedetect to calculate RMS level. >2. If RMS level = X dB, then add Y dB level to match the user specified dB >level. >Example: If RMS

Re: [FFmpeg-user] H264 encoder: Bad video output.

2016-04-19 Thread Carl Eugen Hoyos
slim tabka gmail.com> writes: > This is a captured sample of the video (I did the capture > with the record function of vlc): I opened ticket #5453, thank you for the important report! Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] H264 encoder: Bad video output.

2016-04-19 Thread slim tabka
>>* there's a sample in this link refs3.ts: *>> * https://www.dropbox.com/s/99te0h2fldz8s9f/refs3.ts * >This is an output file produced by FFmpeg. >This is (nearly) never useful, what we need is the >input file, ie a dump of the transport stream

Re: [FFmpeg-user] About FATE and one more thing

2016-04-19 Thread 桃源老師
> 2016/04/19 9:13P.M. Carl Eugen Hoyos ag.or.at> wrote: > > 桃源老師 dream.jp> writes: > >> 1. How can I know FATE was done successfully? > > You can check the return value. should I execute the following command when FATE exit? $ echo $? >> 2. If FATE was finished without (make) error, does

[FFmpeg-user] About FATE and one more thing

2016-04-19 Thread 桃源老師
Hello, I have two question about FATE. Please teach me! 1. How can I know FATE was done successfully? Does make error occurs when test failed? 2. If FATE was finished without (make) error, does it mean ffmpeg was build correctly including external library? One more thing is CFLAGS and

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

2016-04-19 Thread Carl Eugen Hoyos
Corentin Hamel gmail.com> writes: > ffmpeg streaming the rtsp retrieves only > the correct frame rate for jpeg > not for h264. Please show your command line together with the complete, uncut console output. Please do not top-post here, Carl Eugen

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

2016-04-19 Thread 桃源老師
> 2016/04/19 3:36P.M. Carl Eugen Hoyos ag.or.at> wrote: > > 桃源老師 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

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

2016-04-19 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