Re: [FFmpeg-devel] Decklink Output Problem

2019-01-30 Thread Deron
On 1/29/19 2:21 PM, Marton Balint wrote: On Tue, 29 Jan 2019, Deron wrote: Hello, A little history: Many years back I started using a modified version of an unaccepted Decklink output patch, updated it to work for me, and reposted a newer patch. Of course, the patch was not accepted for

[FFmpeg-devel] Decklink Output Problem

2019-01-29 Thread Deron
is that if less than 60 frames are buffered to begin with, playback is not even begun. This would require in the function "ff_decklink_write_trailer" that if "playback_started" is not true, but frames are buffered, than playback is started anyway. Deron ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

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

2017-10-18 Thread Deron
this generates, right?) and CEA-708 (which is what this takes, right?) and why this side data is called A53_CC? I know these questions are outside the scope that you were asking... Deron ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org

Re: [FFmpeg-devel] Adding Closed Caption support to Decklink output

2015-10-03 Thread Deron
On 9/29/15 1:42 AM, Carl Eugen Hoyos wrote: Deron pagestream.org> writes: For this to work, I have to output 10 bit YUV ‘v210’ 4:2:2 representation (twelve 10-bit unsigned components packed into four 32-bit little-endian words). Can't you use the v210 encoder to produce this forma

[FFmpeg-devel] Adding Closed Caption support to Decklink output

2015-09-28 Thread Deron
ormat, but that does not appear to be supported? How difficult would this support be for me to add? My only other choice is to manipulate some other format and stuff it into the buffer. Or is some other solution possibe? Thanks for any guidance,

Re: [FFmpeg-devel] Adding Webvtt in hls muxer

2015-03-12 Thread Deron
On 2/26/15 4:26 AM, Anshul wrote: On 02/25/2015 10:04 PM, Deron wrote: On 2/21/15 8:05 AM, Deron wrote: On 2/15/15 5:44 AM, Anshul wrote: attached another cleaned patch. -Anshul Not sure if I should be posting here, privately, or do the user list since it is an unaccepted patch... This

Re: [FFmpeg-devel] Adding Webvtt in hls muxer

2015-02-25 Thread Deron
On 2/21/15 8:05 AM, Deron wrote: On 2/15/15 5:44 AM, Anshul wrote: attached another cleaned patch. -Anshul Not sure if I should be posting here, privately, or do the user list since it is an unaccepted patch... This patch applies cleanly to ffmpeg git of that day, and with minor

Re: [FFmpeg-devel] Adding Webvtt in hls muxer

2015-02-21 Thread Deron
On 2/21/15 8:51 AM, Michael Niedermayer wrote: On Sat, Feb 21, 2015 at 08:05:40AM -0700, Deron wrote: On 2/15/15 5:44 AM, Anshul wrote: attached another cleaned patch. -Anshul Not sure if I should be posting here, privately, or do the user list since it is an unaccepted patch... This patch

Re: [FFmpeg-devel] Adding Webvtt in hls muxer

2015-02-21 Thread Deron
16] [format @ 0x249e780] Setting 'pix_fmts' to value 'yuv420p|yuvj420p|yuv422p|yuvj422p|yuv444p|yuvj444p|nv12|nv16' [AVFilterGraph @ 0x2c860e0] query_formats: 4 queried, 3 merged, 0 already done, 0 delayed [libx264 @ 0x2507880] using mv_range_thread = 24 [libx264 @ 0x2507880] using SAR=1/1 [libx264 @ 0x2507880] using cpu capabilities: MMX2 SSE2Fast SSSE3 SSE4.2 AVX [libx264 @ 0x2507880] profile High, level 3.2 *** Error in `ffmpeg': realloc(): invalid pointer: 0x7f7b6e2bfba0 *** Aborted (core dumped) Deron ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Add input support for DeckLink devices.

2014-09-04 Thread Deron
h the "official" ffmpeg decklink driver. Deron ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel