Re: [FFmpeg-user] Error in audiotoolboxenc.o when compiling on OS X 10.6.8

2019-08-11 Thread Carl Eugen Hoyos
Am Mo., 12. Aug. 2019 um 00:16 Uhr schrieb Jonathan Alland : > I am trying to compile a build of ffmpeg on macOS X 10.6.8. My hope is to > eventually get a > statically linked binary which is also Snow Leopard compatible. I wonder what you need this binary for. > I am using the following

Re: [FFmpeg-user] Change filters in runtime

2019-08-11 Thread Alexander Strasser
Hi, On 2019-08-07 15:07 -0300, Music Br wrote: > I need to change an overlay image on the video and resize the video while > running ffmpeg. It is possible? If so, how to proceed? while ffmpeg doesn't support changing the filter graph, the behaviour of some filters can be changed at runtime. If

[FFmpeg-user] Error in audiotoolboxenc.o when compiling on OS X 10.6.8

2019-08-11 Thread Jonathan Alland
Hello! I am trying to compile a build of ffmpeg on macOS X 10.6.8. My hope is to eventually get a statically linked binary which is also Snow Leopard compatible. I am using the following options: ./configure --cc=/usr/bin/clang --prefix=/opt/ffmpeg --extra-version=tessus --enable-avisynth

Re: [FFmpeg-user] Please streaming over nginx

2019-08-11 Thread sirk98 qwerty89
Hello try to use this as nginx module server : https://github.com/arut/nginx-ts-module Using this module you don't need rtmp and flv container... A simple schema is this : ffmpeg -i some_file -f mpegts http://nginx_ts_module/hls_incoming_stream_dir/some_file ffplay -i

Re: [FFmpeg-user] audio volume normalize

2019-08-11 Thread Paul B Mahol
On Sun, Aug 11, 2019 at 2:28 PM Moritz Barsnick wrote: > On Sun, Aug 11, 2019 at 03:25:47 -0700, DopeLabs wrote: > > you can try using the loudnorm filter... > > > > http://ffmpeg.org/ffmpeg-filters.html#loudnorm > > I have also had good results with the dynaudnorm filter, even without > any

Re: [FFmpeg-user] audio volume normalize

2019-08-11 Thread Moritz Barsnick
On Sun, Aug 11, 2019 at 03:25:47 -0700, DopeLabs wrote: > you can try using the loudnorm filter... > > http://ffmpeg.org/ffmpeg-filters.html#loudnorm I have also had good results with the dynaudnorm filter, even without any special parameters (i.e. its defaults often fit okay for myself):

Re: [FFmpeg-user] audio volume normalize

2019-08-11 Thread DopeLabs
you can try using the loudnorm filter... http://ffmpeg.org/ffmpeg-filters.html#loudnorm > On Aug 10, 2019, at 8:02 49PM, Matthew Reus wrote: > > Hello , i am recently streaming 5 live stream . the output of video is > fine but the audio of different live stream are dynamics .. some.are too

Re: [FFmpeg-user] Verifying lossless rewrapping/transcoding in one step?

2019-08-11 Thread Paul B Mahol
On Wed, Aug 7, 2019 at 4:26 PM Moritz Barsnick wrote: > On Wed, Aug 07, 2019 at 15:10:06 +0200, Peter B. wrote: > > > I'll try to rework it to give the "hash" muxer a "-per_stream" boolean > > > option, then I can (and must) reuse all the code. > > > > Wooow! > > That'd be awesome! > > I sent a