Re: [FFmpeg-devel] Enquiry re resolving errors reported by stream analysers after transcoding with FFmpeg

2018-10-28 Thread Reuben Martin
> > Errors reported by analysers > > > > * Unable to insert PCR on PES (TR-8 requirement from Sky's VRP video > > spec for PDL) * MPEG and AAC audio buffer overflows (Manzanita) > > * PES header data_alignment_indicator flag not set for video and audio > > (Manzanita) * Failed HRD

Re: [FFmpeg-devel] [PATCH RFC] libavdevice/decklink: Add support for EIA-708 output over SDI

2017-10-06 Thread Reuben Martin
On Fri, Oct 6, 2017 at 4:31 PM, Devin Heitmueller wrote: > > Ah, I understand now. > > Yes, the decklink device is currently the only SDI device which is supported > by libavdevice. I’ve got a whole pile of patches coming which add support > for a variety of

Re: [FFmpeg-devel] [PATCH 2/3] decklink: new option 'format' to set video format by fourCC

2017-03-16 Thread Reuben Martin
On Thursday, March 16, 2017 3:54:39 PM CDT Marton Balint wrote: > On Thu, 16 Mar 2017, Nicolas George wrote: > > Le sextidi 26 ventôse, an CCXXV, Matthias Hunstock a écrit : > >> I did not find a comparable option for another device in libavdevice, > >> "format" was the initial suggestion of

Re: [FFmpeg-devel] [FFmpeg-user] ffmpeg engineer

2017-02-16 Thread Reuben Martin
t; <https://twitter.com/GothamTechTalk> <http://wax-poetic.org/> > <https://www.pinterest.com/milesmrevera/> > <https://instagram.com/milesmrevera/> > > On Thu, Feb 16, 2017 at 12:55 PM, Reuben Martin <reube...@gmail.com> wrote: > > On Thursday, Febr

Re: [FFmpeg-devel] dash encoder. Correct generated manifest for MPEG-DASH MPD Validator and calculate current bandwidth for eath chunk. Now works correctly with dash.sj

2016-09-07 Thread Reuben Martin
On Tuesday, September 6, 2016 1:56:57 PM CDT Ligverd Haer wrote: > В письме от вторник, 6 сентября 2016 г. 12:26:49 MSK пользователь Carl Eugen > > Attributes > > profiles > width > height > sar > frameRate > audioSamplingRate > mimeType > segmentProfiles > codecs > maximumSAPPeriod >

Re: [FFmpeg-devel] which rtmpdump is beter for fmpeg's native rtmp lib and rtmpdump

2016-07-11 Thread Reuben Martin
On Monday, July 11, 2016 3:22:03 PM CDT qw wrote: > Hi, > > I found ffmpeg support two rtmp libs, where one is ffmpeg's native rtmp lib, > and the other is rtmpdump. Which is better? > Native. ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] [PATCH 3/3] avdevice/decklink: Add support for decoding 8-bit RGB formats.

2015-07-22 Thread Reuben Martin
On Monday, July 20, 2015 05:52:25 PM you wrote: On 20 July 2015 at 17:41, Reuben Martin reube...@gmail.com wrote: On Sunday, July 19, 2015 02:50:23 PM Chris Spencer wrote: On 19 July 2015 at 14:30, Carl Eugen Hoyos ceho...@ag.or.at wrote: Chris Spencer spencercw at gmail.com writes

Re: [FFmpeg-devel] [PATCH 3/3] avdevice/decklink: Add support for decoding 8-bit RGB formats.

2015-07-20 Thread Reuben Martin
On Sunday, July 19, 2015 02:50:23 PM Chris Spencer wrote: On 19 July 2015 at 14:30, Carl Eugen Hoyos ceho...@ag.or.at wrote: Chris Spencer spencercw at gmail.com writes: +} else if (cctx-pixel_format == AV_PIX_FMT_ARGB) { +ctx-bmd_format = bmdFormat8BitARGB; +} else