Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-09 Thread Alex Converse
On Tue, Sep 8, 2015 at 11:06 AM, Sailaja Mahendrakar wrote: > > Carl, > > >The code you pasted is in the flv demuxer. > > >Please do not top-post here, Carl Eugen > >Carl, > > What will be the resolution for no audio in RTMP output due to not having > extradata in the copyts mode i.e stream copy?

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-08 Thread Sailaja Mahendrakar
Carl, >The code you pasted is in the flv demuxer. >Please do not top-post here, Carl Eugen >Carl, What will be the resolution for no audio in RTMP output due to not having extradata in the copyts mode i.e stream copy? /opt/ripcode/bin/ffmpeg -copyts -i /root/ModernFamilyVMGCapture.ts -async 0

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-02 Thread Sailaja Mahendrakar
AM To: ffmpeg-devel@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy Sailaja Mahendrakar rgbnetworks.com> writes: > When you say decoder cant allocate and write extradata, why does the > flv decoder do it? The code you pasted is in the fl

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-02 Thread Carl Eugen Hoyos
Sailaja Mahendrakar rgbnetworks.com> writes: > When you say decoder cant allocate and write extradata, > why does the flv decoder do it? The code you pasted is in the flv demuxer. Please do not top-post here, Carl Eugen ___ ffmpeg-devel mailing list

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-02 Thread Sailaja Mahendrakar
@ffmpeg.org] On Behalf Of Hendrik Leppkes Sent: Tuesday, September 01, 2015 10:04 AM To: FFmpeg development discussions and patches Subject: Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy On Tue, Sep 1, 2015 at 4:34 PM, Sailaja Mahendrakar wrote: > Thank you for the

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-01 Thread Hendrik Leppkes
half Of Carl > Eugen Hoyos > Sent: Tuesday, September 01, 2015 2:37 AM > To: ffmpeg-devel@ffmpeg.org > Subject: Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec > copy > > Sailaja Mahendrakar rgbnetworks.com> writes: > >> Please find attached the

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-01 Thread Sailaja Mahendrakar
@ffmpeg.org Subject: Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy Sailaja Mahendrakar rgbnetworks.com> writes: > Please find attached the patch for ExtraData computation for aac in > -acodec copy. With audio codec copy, there is no extradata > computation and RTM

Re: [FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-09-01 Thread Carl Eugen Hoyos
Sailaja Mahendrakar rgbnetworks.com> writes: > Please find attached the patch for ExtraData computation for > aac in -acodec copy. With audio codec copy, there is no > extradata computation and RTMP fails with no audio in playback. I don't know if it is acceptable what the patch does, so ple

[FFmpeg-devel] [PATCH]ExtraData computation for aac in -acodec copy

2015-08-31 Thread Sailaja Mahendrakar
Please find attached the patch for ExtraData computation for aac in -acodec copy. With audio codec copy, there is no extradata computation and RTMP fails with no audio in playback. Here is the command-line used for testing and verfication: /opt/ripcode/bin/ffmpeg -copyts -i /root/ModernFamilyV