[FFmpeg-user] use ffmpeg to set start_time equal in audio and video elementary streams

2018-09-04 Thread Sajad Pourmohseni
Hi all I am using ffmpeg tool for offline transcoding of some input files to MPEG-TS format. I use ffprobe to analyze the output. I need the output video to have equal values for start_timefor both video and audio elementary streams. This is necessary for streaming by Perception streamer server.

Re: [FFmpeg-user] HELP: After a day or so, my FFMPEG stops streaming... but it's not crashing.

2018-09-04 Thread Rad J
Thank you Mortiz, I will get that info and get back to you as soon as I can. On Tue, Sep 4, 2018 at 3:30 AM Moritz Barsnick wrote: > On Mon, Sep 03, 2018 at 20:48:57 -0500, Rad J wrote: > > the issue, however After a day or so, my FFMPEG stops streaming the video > > to my Youtube Live channel.

Re: [FFmpeg-user] preset files

2018-09-04 Thread Scott Johnson
Hi Francois, I'm using a third party compiled API, to talk to FFmpeg. I can't change the command line structure. I would have to purchase the API source to do it. If that is true. They should remove the pages from the website, talking about the feature. But I can see using these files for seve

Re: [FFmpeg-user] preset files

2018-09-04 Thread Francois Visagie
> -Original Message- > From: ffmpeg-user [mailto:ffmpeg-user-boun...@ffmpeg.org] On Behalf Of > Scott Johnson > Sent: 31 August 2018 15:07 > To: ffmpeg-user@ffmpeg.org > Subject: [FFmpeg-user] preset files > > Hi Everyone, > > > > Here is a newbie question. > > > > I have a C++ API t

[FFmpeg-user] play two command using ffmpeg

2018-09-04 Thread shreyas vaghela
Hello Sir, ff-mpeg I want to play video on one another,it is possible? Upper video is with transparency effect. i just want to play both on one another not to render.It will be very helpful from your side.If you give me how to play video command.

Re: [FFmpeg-user] Non-monotonous DTS in output stream 0:1

2018-09-04 Thread Carl Eugen Hoyos
2018-09-04 11:35 GMT+02:00, Mustafa Al Ani : > Hi, > > After applying the patch, it can't even find sources anymore. > > Here is the console output: > > ffmpeg -f libndi_newtek -find_sources 1 -i dummy -loglevel debug Then it's probably just wrong but feel free to post the console output without t

Re: [FFmpeg-user] Non-monotonous DTS in output stream 0:1

2018-09-04 Thread Mustafa Al Ani
Hi, After applying the patch, it can't even find sources anymore. Here is the console output: ffmpeg -f libndi_newtek -find_sources 1 -i dummy -loglevel debug ffmpeg version 3.4.git Copyright (c) 2000-2018 the FFmpeg developers built with gcc 5.4.0 (Ubuntu 5.4.0-6ubuntu1~16.04.10) 20160609 c

Re: [FFmpeg-user] ffmpeg compilation error on libfdk_acc ubuntu16.04

2018-09-04 Thread Moritz Barsnick
On Tue, Sep 04, 2018 at 10:16:11 +0200, Carl Eugen Hoyos wrote: > 2018-09-04 7:39 GMT+02:00, Remo Rayamajhi : > > > CC libavcodec/libfdk-aacenc.o > > libavcodec/libfdk-aacenc.c: In function ‘aac_encode_init’: > > libavcodec/libfdk-aacenc.c:293:34: error: ‘AACENC_InfoStruct {aka struct > > }’

Re: [FFmpeg-user] HELP: After a day or so, my FFMPEG stops streaming... but it's not crashing.

2018-09-04 Thread Moritz Barsnick
On Mon, Sep 03, 2018 at 20:48:57 -0500, Rad J wrote: > the issue, however After a day or so, my FFMPEG stops streaming the video > to my Youtube Live channel. > Here is my command line: [...] Would you please also show us the console output? Perhaps you can't copy/paste a day's worth of it, but a

Re: [FFmpeg-user] ffmpeg compilation error on libfdk_acc ubuntu16.04

2018-09-04 Thread Carl Eugen Hoyos
2018-09-04 7:39 GMT+02:00, Remo Rayamajhi : > CC libavcodec/libfdk-aacenc.o > libavcodec/libfdk-aacenc.c: In function ‘aac_encode_init’: > libavcodec/libfdk-aacenc.c:293:34: error: ‘AACENC_InfoStruct {aka struct > }’ has no member named ‘encoderDelay’ For the moment, you have to downgrade li