Re: [FFmpeg-devel] Enable stream copy of data

2015-02-15 Thread Michael Niedermayer
On Sun, Feb 15, 2015 at 03:45:48PM +0530, Anshul wrote: > > On 02/08/2015 11:10 PM, Michael Niedermayer wrote: > >On Sun, Feb 08, 2015 at 10:42:43PM +0530, Anshul wrote: > >>On 01/16/2015 07:21 AM, Michael Niedermayer wrote: > >>@@ -1927,6 +1932,11 @@ static int open_output_file(OptionsContext *o,

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-15 Thread Anshul
On 02/08/2015 11:10 PM, Michael Niedermayer wrote: On Sun, Feb 08, 2015 at 10:42:43PM +0530, Anshul wrote: On 01/16/2015 07:21 AM, Michael Niedermayer wrote: @@ -1927,6 +1932,11 @@ static int open_output_file(OptionsContext *o, const char *filename) } } /*

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-15 Thread Anshul
On 02/09/2015 02:13 PM, Kieran Kunhya wrote: I am using bmd device to test this. No one came with more scte_35 video on trac, I thought people putting the bounty will give me some video. How are you testing with a bmd device? piping out the bmdtool output to ffmpeg. There is lot of things nee

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-09 Thread Kieran Kunhya
> I am using bmd device to test this. > No one came with more scte_35 video on trac, I thought people putting the > bounty will give me some video. How are you testing with a bmd device? >>As far as I can tell it just works by chance. >> > I have done some improvement lately now it work without

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-08 Thread Anshul
On February 8, 2015 11:07:12 PM IST, Kieran Kunhya wrote: >> It has timestamp inside the data stream, and for making a simple use >case scte need -copyts and -vsync 0 param. Otherwise user can ignore >the data as they always did. >> -Anshul > >Is FFmpeg aware of this PTS and how to place the data

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-08 Thread Michael Niedermayer
On Sun, Feb 08, 2015 at 10:42:43PM +0530, Anshul wrote: > > On 01/16/2015 07:21 AM, Michael Niedermayer wrote: > >On Wed, Jan 14, 2015 at 03:11:24PM +0530, Anshul wrote: > >>Hi > >> > >>I have enabled demuxing and muxing path for datat stream > >> > >>Please find attachment > >> > >>Thanks > >>Ans

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-08 Thread Kieran Kunhya
> It has timestamp inside the data stream, and for making a simple use case > scte need -copyts and -vsync 0 param. Otherwise user can ignore the data as > they always did. > -Anshul Is FFmpeg aware of this PTS and how to place the data packet with respect to PES packets? How are you testing thi

Re: [FFmpeg-devel] Enable stream copy of data

2015-02-08 Thread Anshul
On 01/16/2015 07:21 AM, Michael Niedermayer wrote: On Wed, Jan 14, 2015 at 03:11:24PM +0530, Anshul wrote: Hi I have enabled demuxing and muxing path for datat stream Please find attachment Thanks Anshul ffmpeg.c|2 ++ ffmpeg_opt.c| 10 ++ libavc

Re: [FFmpeg-devel] Enable stream copy of data

2015-01-15 Thread Michael Niedermayer
On Wed, Jan 14, 2015 at 03:11:24PM +0530, Anshul wrote: > Hi > > I have enabled demuxing and muxing path for datat stream > > Please find attachment > > Thanks > Anshul > ffmpeg.c|2 ++ > ffmpeg_opt.c| 10 ++ > libavcodec/avcodec.h|1 + > libav

Re: [FFmpeg-devel] Enable stream copy of data

2015-01-14 Thread Anshul
On January 15, 2015 1:06:19 AM IST, Kieran Kunhya wrote: >On 14 January 2015 at 09:41, Anshul wrote: >> Hi >> >> I have enabled demuxing and muxing path for datat stream > >How do you guarantee accuracy of the SCTE-35 stream without a >timestamp? I dont do gurantee for all case, mainly when pts i

Re: [FFmpeg-devel] Enable stream copy of data

2015-01-14 Thread Kieran Kunhya
On 14 January 2015 at 09:41, Anshul wrote: > Hi > > I have enabled demuxing and muxing path for datat stream How do you guarantee accuracy of the SCTE-35 stream without a timestamp? Note that ffmpeg isn't able to understand timestamps here because it should be using an interpolated PCR. Kieran _

[FFmpeg-devel] Enable stream copy of data

2015-01-14 Thread Anshul
Hi I have enabled demuxing and muxing path for datat stream Please find attachment Thanks Anshul >From 99bcdef2bcd9aa5bd18a0a005e0826e22ad2cf63 Mon Sep 17 00:00:00 2001 From: Anshul Maheshwari Date: Wed, 14 Jan 2015 15:06:50 +0530 Subject: [PATCH] Enable data stream copy Signed-off-by: Anshul