Re: [FFmpeg-user] Where can I find the library and headers I need to integrate ffmpeg into my Qt program?

2019-04-02 Thread Reindl Harald
Am 03.04.19 um 02:43 schrieb Mark McKay: > I'd like to add a video export option to a Qt program I'm developing. > I'm finding the documentation mostly related to using the ffmpeg command > line utility. I'd like to link a dynamic library so I can call the API > methods. Would you know where I

[FFmpeg-user] Where can I find the library and headers I need to integrate ffmpeg into my Qt program?

2019-04-02 Thread Mark McKay
I'd like to add a video export option to a Qt program I'm developing. I'm finding the documentation mostly related to using the ffmpeg command line utility. I'd like to link a dynamic library so I can call the API methods. Would you know where I would be able to download this? Also, is there any

Re: [FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Carl Eugen Hoyos
2019-04-02 19:00 GMT+02:00, Javier Fuentes : > ffmpeg version n3.0 Copyright (c) 2000-2016 the FFmpeg developers Please test current FFmpeg git head. Carl Eugen ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org

Re: [FFmpeg-user] is filtering 3 multicast addresses using same port possible?

2019-04-02 Thread robb
> > > Have you tried debugging your command? > > Usually you need to send a complete uncut console output from ffmpeg along > with your issue > > ffmpeg -loglevel debug -i udp://@239.255.42.42:5004 -f raw - > > > no, thx 4 askin $ ffmpeg -loglevel debug -i udp://239.255.42.42:5004 -vcodec copy

Re: [FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Micael Silva
On Tue, Apr 2, 2019 at 3:34 PM Javier Fuentes wrote: > Hello Michael > When I tried using only one rtmp works fine, without problem > Thanks > Best regards > > Try using tee the same way you're trying now, using the YouTube primary and backup servers for example

Re: [FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Javier Fuentes
Hello Michael When I tried using only one rtmp works fine, without problem Thanks Best regards El mar., 2 abr. 2019 19:48, Micael Silva escribió: > On Tue, Apr 2, 2019 at 2:01 PM Javier Fuentes > wrote: > > > Hello > > > > I'm trying to re-publish the same flow twice but I could not get it

Re: [FFmpeg-user] is filtering 3 multicast addresses using same port possible?

2019-04-02 Thread Jimmy Asher
On 4/2/19, 2:11 PM, "ffmpeg-user on behalf of robb" wrote: hello, i'm trying to ingest 3 multicast streams using the same port. i can change the the multicast addresses (239.255.x.x) but not the ports i can also change the group #s i read on the FFmpeg Protocols

[FFmpeg-user] is filtering 3 multicast addresses using same port possible?

2019-04-02 Thread robb
hello, i'm trying to ingest 3 multicast streams using the same port. i can change the the multicast addresses (239.255.x.x) but not the ports i can also change the group #s i read on the FFmpeg Protocols Documentation page under udp that: sources=address[,address]Only receive packets sent from

Re: [FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Micael Silva
On Tue, Apr 2, 2019 at 2:01 PM Javier Fuentes wrote: > Hello > > I'm trying to re-publish the same flow twice but I could not get it > This is my pipeline: > > ffmpeg -i http://app.opentest.es/test/index.m3u8 -vcodec copy -acodec > libfdk_aac -ac 2 -ar 48000 -f tee -map 0:v -map 0:a \ >

[FFmpeg-user] ffmpeg ussing tee

2019-04-02 Thread Javier Fuentes
Hello I'm trying to re-publish the same flow twice but I could not get it This is my pipeline: ffmpeg -i http://app.opentest.es/test/index.m3u8 -vcodec copy -acodec libfdk_aac -ac 2 -ar 48000 -f tee -map 0:v -map 0:a \ "[f=flv]rtmp://

Re: [FFmpeg-user] Difference in mp3 to wav conversion?

2019-04-02 Thread Hashim Aziz
So what is it? Get Outlook for Android From: ffmpeg-user on behalf of Rudolf A. Braun Sent: Tuesday, April 2, 2019 10:34:08 AM To: ffmpeg-user@ffmpeg.org Subject: Re: [FFmpeg-user] Difference in mp3 to wav conversion? I take it back,

Re: [FFmpeg-user] Difference in mp3 to wav conversion?

2019-04-02 Thread Rudolf A. Braun
I take it back, it's not ffmpeg. On Tue, Apr 2, 2019 at 10:14 AM Rudolf A. Braun wrote: > > Hi, > I work in speech recognition. I first noticed yesterday that I'm getting > different results than normal when using ffmpeg to convert an audio file > from mp3 to wav. When I use sox I get the same

[FFmpeg-user] Difference in mp3 to wav conversion?

2019-04-02 Thread Rudolf A. Braun
Hi, I work in speech recognition. I first noticed yesterday that I'm getting different results than normal when using ffmpeg to convert an audio file from mp3 to wav. When I use sox I get the same results as before, so there must be some recent change with ffmpeg that is messing things up. The

Re: [FFmpeg-user] does ffmpeg support ffserver

2019-04-02 Thread andrei ka
with nginx you can recieve rtmp and convert it into hls without transcoding (nginx-rtmp-module, almost no cpu wasted on it). then you can run ffmpeg script taking that hls as a source and do whatever you need nginx/nginx-rtmp-module worked better on linux for me, on windoze it'd get weird

Re: [FFmpeg-user] Getting Packet drop on Output of udp

2019-04-02 Thread andrei ka
hi, try aggregartp + reordertp (that is not ffmpeg, works great for me) couple or fec option of prompeg (https://ffmpeg.org/ffmpeg-protocols.html#prompeg) On Mon, Mar 25, 2019 at 6:44 AM Vasanth M.Vasanth wrote: > Hi, > > I am new for ffmpeg I do some transcoding on my blade servers using udp