Re: [FFmpeg-user] Controlling an ffmpeg stream?

2016-09-20 Thread Roy Pardi
> On Sep 8, 2016, at 12:23 AM, Reuben Martin wrote: > > You can send commands to ffmpeg via stdin, however be aware that you have to > use filters rather than regular ffmpeg arguments to do so. For example, the > command you gave would be modified to this: > > ffmpeg -f

Re: [FFmpeg-user] MXF file from ikegami gfpack

2016-09-20 Thread Erik Dobberkau
> > > You can import the spanned OP-Atom files (A1) to Premiere > > Can you import just A2 (and not A1)? > > Carl Eugen > Absolutely. Erik ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Moritz Barsnick
On Tue, Sep 20, 2016 at 17:24:29 +0200, Carl Eugen Hoyos wrote: > If you believe that /usr/local/lib/libspeex.a is the library for arm That is obviously the big doubt which Marcin doesn't understand: Is /usr/local/lib/libspeex.a the static lib for native Mac OS (the one he used successfully for

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Carl Eugen Hoyos
2016-09-20 10:05 GMT+02:00 Marcin Griszbacher : > $ file /usr/local/lib/libspeex* > /usr/local/lib/libspeex.1.5.0.dylib:Mach-O 64-bit dynamically linked > shared library x86_64 > /usr/local/lib/libspeex.1.dylib:Mach-O 64-bit dynamically linked > shared

Re: [FFmpeg-user] MXF file from ikegami gfpack

2016-09-20 Thread Carl Eugen Hoyos
2016-09-19 20:07 GMT+02:00 Erik Dobberkau : > Am Montag, 19. September 2016 schrieb Carl Eugen Hoyos : >> >> > I have an Audio file from ikegami gfpack disk, below are >> >> > the media info >> >> > >> >> >

Re: [FFmpeg-user] Restream live rtmp with delay

2016-09-20 Thread rslovers
On Mon, Sep 19, 2016 at 07:10:38PM +0300, Maxim Kozlov wrote: > Hi. > > I need to transcode live rtmp stream with delay. > I have no problem with encoding, but i confused how to delay. > I found the adelay filter, but it works with audio. > Is there any filter to delay video stream? a simple

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Marcin Griszbacher
> On Sep 20, 2016, at 9:18 AM, Carl Eugen Hoyos wrote: > > 2016-09-20 8:16 GMT+02:00 Marcin Griszbacher : >> >>> On Sep 19, 2016, at 9:29 PM, Carl Eugen Hoyos wrote: >>> >>> 2016-09-19 19:37 GMT+02:00 Marcin Griszbacher

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Carl Eugen Hoyos
2016-09-20 8:16 GMT+02:00 Marcin Griszbacher : > >> On Sep 19, 2016, at 9:29 PM, Carl Eugen Hoyos wrote: >> >> 2016-09-19 19:37 GMT+02:00 Marcin Griszbacher : >>> Hello. I need to build ffmpeg as library for android.

Re: [FFmpeg-user] Cross-compile ffmpeg with android ndk and libspeex fails

2016-09-20 Thread Marcin Griszbacher
> On Sep 19, 2016, at 9:29 PM, Carl Eugen Hoyos wrote: > > 2016-09-19 19:37 GMT+02:00 Marcin Griszbacher : >> Hello. I need to build ffmpeg as library for android. I use slightly modified >> bambuser script > > Such scripts are not supported