Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-27 Thread Ronak Patel
> On Dec 17, 2018, at 9:58 AM, Steven Liu wrote: > > > >>> On Dec 17, 2018, at 21:07, Ronak Patel >>> wrote: >>> >>> >>> On Dec 13, 2018, at 9:15 PM, Ronak Patel >>> wrote: >>> >>> >>> >&

Re: [FFmpeg-devel] [PATCH] libavformat/hlsenc: fix broken -hls_flags +temp_file

2018-12-22 Thread Ronak Patel
unning on a file on disk. We have some really gigantic audio files and we can’t sustain fragmentation times over a few minutes. Taking a week to fragment something is not acceptable. I hope we don’t make temp files in those cases. Did you test that on the command line? Ronak >> --

Re: [FFmpeg-devel] [PATCH v3] Fix usage of temp_file flag in hls_flags option

2018-12-19 Thread Ronak
han VOD > - it does not use temp file for HLS_SINGLE_FILE in place mentioned by Aleksey > > This is my final submission, I believe now everyone should be happy with the > solution. > > Regards > Adrian Guzowski > Works for me. > W dniu 18.12.2018 o 04:24, Ron

Re: [FFmpeg-devel] [PATCH] Fix usage of temp_file flag in hls_flags option

2018-12-17 Thread Ronak
temp_file option - the documentation clearly says that: https://www.ffmpeg.org/ffmpeg-all.html#hls-2. If you do not want temp files; then you should leave this option out. If you are forcing folks to always accept the temp file, then why have an option? You should delete the option and do it b

Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-17 Thread Ronak Patel
> On Dec 13, 2018, at 9:15 PM, Ronak Patel > wrote: > > > >> On Dec 12, 2018, at 2:46 AM, Liu Steven wrote: >> >> >> >>>> 在 2018年12月12日,上午5:08,Ronak 写道: >>>> >>>> >>>> On Dec 11, 2018, at 3:28 PM,

Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-13 Thread Ronak Patel
> On Dec 12, 2018, at 2:46 AM, Liu Steven wrote: > > > >>> 在 2018年12月12日,上午5:08,Ronak 写道: >>> >>> >>> On Dec 11, 2018, at 3:28 PM, Gyan wrote: >>> >>> >>>> On 12-12-2018 01:13 AM, Ronak wrote: >>>

Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-11 Thread Ronak
> On Dec 11, 2018, at 3:28 PM, Gyan wrote: > > > On 12-12-2018 01:13 AM, Ronak wrote: >> >> Looks like I found out why: >> https://github.com/FFmpeg/FFmpeg/blob/master/libavformat/hlsenc.c#L790. The >> hlsenc.c file overwrites whatever I pass in the co

Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-11 Thread Ronak
> On Dec 11, 2018, at 1:42 PM, Ronak wrote: > > > >> On Dec 11, 2018, at 12:35 AM, Jeyapal, Karthick wrote: >> >> >> >> On 12/11/18, 9:07 AM, "Ronak" wrote: >> >>> >>>> On Dec 6, 2018, a

Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-11 Thread Ronak
> On Dec 11, 2018, at 12:35 AM, Jeyapal, Karthick wrote: > > > > On 12/11/18, 9:07 AM, "Ronak" wrote: > >> >>> On Dec 6, 2018, at 4:47 AM, Tobias Rapp wrote: >>> >>> On 06.12.2018 08:28, Karthick J wrote: >>>

Re: [FFmpeg-devel] [PATCH v4] avformat/movenc: Added an option to disable SIDX atom

2018-12-10 Thread Ronak
y fmp4 files would allow us to skip the sidx atoms? Ronak > > Regards, > Tobias > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel ___

[FFmpeg-devel] MPEG DASH Profiles

2018-11-30 Thread Ronak
that ffmpeg is coded primarily for video and LIVE streaming, and other use cases are not as well supported. Why is this the case? Ronak ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] Revert "lavc/v4l2_m2m_enc: Add missing braces around initializers."

2018-11-03 Thread Ronak
> On Oct 31, 2018, at 5:58 PM, Mark Thompson wrote: > > On 31/10/18 00:07, Ronak Patel wrote: >> >>> On Oct 27, 2018, at 5:25 PM, Carl Eugen Hoyos wrote: >>> >>> 2018-10-27 20:50 GMT+02:00, Mark Thompson : >>>> This reverts commit 6d

Re: [FFmpeg-devel] [PATCH] Revert "lavc/v4l2_m2m_enc: Add missing braces around initializers."

2018-10-30 Thread Ronak Patel
> On Oct 27, 2018, at 5:25 PM, Carl Eugen Hoyos wrote: > > 2018-10-27 20:50 GMT+02:00, Mark Thompson : >> This reverts commit 6dbb64fdccafe846aaec75d3784f7ad49d8af5df. >> >> The additional braces cause build errors with Linux headers earlier >> than 4.5 because the first element of the structur

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-18 Thread Ronak Patel
> On Aug 17, 2018, at 10:40 AM, Steven Liu wrote: > > > >> On Aug 17, 2018, at 21:01, Ronak wrote: >> >> From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 >> From: "Ronak Patel" >> Date: Thu, 2 Aug 2018 09:25:12 -040

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-17 Thread Ronak
> On Aug 16, 2018, at 7:47 PM, Steven Liu wrote: > > > >> On Aug 16, 2018, at 22:31, Ronak wrote: >> >> From: "Ronak Patel" >> >> This fixes the creation of the hls manifest in hlsenc.c by writing the >> entire manifes

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-17 Thread Ronak
From 99e28c807a49cecf6ceb47ee44a85a3fdf78af64 Mon Sep 17 00:00:00 2001 From: "Ronak Patel" Date: Thu, 2 Aug 2018 09:25:12 -0400 Subject: [PATCH v3] libavformat/hlsenc: Fix HLS Manifest Generation from an N^2 algorithm to N. This fixes the creation of the hls manifest in hlsenc.c by w

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-16 Thread Ronak
From: "Ronak Patel" This fixes the creation of the hls manifest in hlsenc.c by writing the entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected. This also fixes the behavior with HLS_TEMP_FILE to work correctly when -hlsflags temp_file is specifi

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 8:21 PM, Steven Liu wrote: > > > >>> On Aug 16, 2018, at 07:41, Ronak Patel wrote: >>> >>> >>> On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: >>> >>> >>> >>>> On Aug 15,

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 8:39 PM, Ronak Patel wrote: > > >> On Aug 15, 2018, at 8:21 PM, Steven Liu wrote: >> >> >> >>>> On Aug 16, 2018, at 07:41, Ronak Patel wrote: >>>> >>>> >>>> On Aug 15, 2018, at 11:0

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 11:08 AM, Steven Liu wrote: > > > >> On Aug 15, 2018, at 09:31, Ronak wrote: >> >> From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> >> >> This fixes the creation of the hls manifest in hlsenc.c by wr

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 15, 2018, at 6:46 AM, Liu Steven wrote: > > > >>> 在 2018年8月15日,下午6:37,Ronak Patel 写道: >>> >>> >>> On Aug 14, 2018, at 10:57 PM, Liu Steven wrote: >>> >>> >>> >>>> 在 2018年8月15

Re: [FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-15 Thread Ronak Patel
> On Aug 14, 2018, at 10:57 PM, Liu Steven wrote: > > > >> 在 2018年8月15日,上午9:31,Ronak 写道: >> >> From: "Ronak Patel" mailto:ronak2...@yahoo.com>yahoo.com> >> >> This fixes the creation of the hls manifest in hlsenc.c by writing

[FFmpeg-devel] Resending Patch for hlsenc.c fixes for https://trac.ffmpeg.org/ticket/7281

2018-08-14 Thread Ronak
From: "Ronak Patel" mailto:ron...@audible.com>yahoo.com> This fixes the creation of the hls manifest in hlsenc.c by writing the entire manifest at the end for VOD playlists. Live & Event Playlists are unaffected. This also fixes the behavior with HLS_TEMP_FILE to work corre

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-13 Thread Ronak
> On Aug 13, 2018, at 4:48 PM, Ronak wrote: > > On Aug 13, 2018, at 10:49 AM, Steven Liu wrote: >> >>> >>> Hi Steven, >>> >>> Did you have a chance to review this patch? I haven't seen your feedback >>> yet. Did you have

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-13 Thread Ronak
I would need much more of your help to fix this. Dashenc.c also suffers from this same problem. This needs to be fixed in both places, not just hlsenc.c. > > Thanks >> >> Ronak >> > _

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-13 Thread Ronak
> On Aug 10, 2018, at 6:31 AM, Ronak Patel > wrote: > >> >> On Aug 8, 2018, at 5:37 PM, Ronak wrote: >> >> >> >>> On Aug 8, 2018, at 3:52 PM, Ronak wrote: >>> >>> >>> >>>> On Aug 6, 2018, at 10:2

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-10 Thread Ronak Patel
On Aug 10, 2018, at 7:30 AM, Liu Steven wrote: >>>> >>> >>> Hi Steven, >>> >>> Please see my new patch taking your feedback into account. >>> >>> Ronak >> >> Hi Steven, >> >> Did you have a chanc

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-10 Thread Ronak Patel
> On Aug 8, 2018, at 5:37 PM, Ronak wrote: > > > >> On Aug 8, 2018, at 3:52 PM, Ronak wrote: >> >> >> >>> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote: >>> >>> >>> >>>>> On Aug 6, 2018, at 19:29

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-08 Thread Ronak
> On Aug 8, 2018, at 3:52 PM, Ronak wrote: > > > >> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote: >> >> >> >>> On Aug 6, 2018, at 19:29, Ronak Patel >>> wrote: >>> >>>> >>>> On Aug 6, 2018, at

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-08 Thread Ronak
> On Aug 6, 2018, at 10:20 AM, Steven Liu wrote: > > > >> On Aug 6, 2018, at 19:29, Ronak Patel >> wrote: >> >>> >>> On Aug 6, 2018, at 7:19 AM, Liu Steven wrote: >>> >>> >>> >>>>> 在 2018年8月6日,

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-06 Thread Ronak Patel
> On Aug 6, 2018, at 7:19 AM, Liu Steven wrote: > > > >>> 在 2018年8月6日,下午7:12,Ronak Patel 写道: >>> >>> >>> On Aug 5, 2018, at 10:54 PM, Liu Steven wrote: >>> >>> >>> >>>> 在 2018年8月4

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-06 Thread Ronak Patel
> On Aug 5, 2018, at 10:54 PM, Liu Steven wrote: > > > >> 在 2018年8月4日,上午2:17,Ronak 写道: >> >>>>>>>> I have read this patch some problem for this patch. >>>>>>>> >>>>>>>> 1. mayb

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-05 Thread Ronak Patel
going to have to add that to dashenc. Ronak > > Thanks, > > Ronak > > > ___ > ffmpeg-devel mailing list > ffmpeg-devel@ffmpeg.org > http://ffmpeg.org/mailman/listinfo/ffmpeg-devel __

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-03 Thread Ronak
vs->segments when hls_list_size option is set. >>>>>> >>>>> >>>>> What do you mean by this and where should I do it? >>>> for example, hls_list_size is 4, the m3u8 list should refresh every time >>>> when make a new frag

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-01 Thread Ronak Patel
> On Aug 1, 2018, at 9:30 PM, Ronak Patel > wrote: > > >> On Aug 1, 2018, at 7:30 PM, Steven Liu wrote: >> >> >> >>> On Aug 2, 2018, at 07:22, Steven Liu wrote: >>> >>> >>> >>>>> On Aug 2, 2018, at

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-01 Thread Ronak Patel
> On Aug 1, 2018, at 7:30 PM, Steven Liu wrote: > > > >> On Aug 2, 2018, at 07:22, Steven Liu wrote: >> >> >> >>>> On Aug 2, 2018, at 06:20, Ronak wrote: >>>> >>>> >>>> On Aug 1, 2018, at 4:41 P

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-01 Thread Ronak
> On Aug 1, 2018, at 4:41 PM, Steven Liu wrote: > > > >> On Aug 2, 2018, at 03:50, Ronak wrote: >> >> <0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch> > From e7ff03ed52c709d647a112833427b44c41e3ed12 Mon Sep 17 00:00:00 2001 > From

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-01 Thread Ronak
> On Aug 1, 2018, at 2:14 PM, Carl Eugen Hoyos wrote: > > 2018-08-01 20:02 GMT+02:00, Ronak : >> I'm re-sending the attachment. > > Your patch contains tabs that cannot be committed to FFmpeg's repository - > please remove them. > Sounds good. Tabs are no

Re: [FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-01 Thread Ronak
I'm re-sending the attachment. Not sure why it's not showing up. 0001-libavformat-hlsenc-Fix-HLS-Manifest-Generation-from-.patch Description: Binary data > On Aug 1, 2018, at 1:56 PM, Carl Eugen Hoyos wrote: > > 2018-08-01 18:39 GMT+02:00, Ronak : > >> Here&#

[FFmpeg-devel] First Patch for hlsenc.c for https://trac.ffmpeg.org/ticket/7281

2018-08-01 Thread Ronak
Hi all, Here's my first proposed patch for fixing https://trac.ffmpeg.org/ticket/7281 <https://trac.ffmpeg.org/ticket/7281>. I'm going to send a second patch that will apply the same set of fixes to dashenc.c. Thanks, Ronak

[FFmpeg-devel] hlsenc.c changes for fMP4

2018-07-31 Thread Ronak
e. I'd like to find out how I can verify live HLS streaming use cases. Is there a way I can verify this? I'd like verify this before I submit patch for consideration for merging into ffmpeg trunk. Thanks, Ronak ___ ffmpeg-devel mailing lis

Re: [FFmpeg-devel] [FFmpeg-user] fMP4 generation speed

2018-07-30 Thread Ronak
> On Jul 25, 2018, at 11:42 PM, Liu Steven wrote: > > > >> 在 2018年7月26日,上午11:30,Ronak Patel 写道: >> >> >> >>> On Jul 25, 2018, at 11:25 PM, Ronak Patel >>> wrote: >>> >>> >>> >>>> On Jul 25,

Re: [FFmpeg-devel] [FFmpeg-user] fMP4 generation speed

2018-07-25 Thread Ronak Patel
> On Jul 25, 2018, at 11:25 PM, Ronak Patel > wrote: > > > >> On Jul 25, 2018, at 11:12 PM, Liu Steven wrote: >> >> >> >>> 在 2018年7月26日,上午7:04,Ronak Patel 写道: >>> >>> Hi, >>> >>> We’d like to

Re: [FFmpeg-devel] [FFmpeg-user] fMP4 generation speed

2018-07-25 Thread Ronak Patel
> On Jul 25, 2018, at 11:12 PM, Liu Steven wrote: > > > >> 在 2018年7月26日,上午7:04,Ronak Patel 写道: >> >> Hi, >> >> We’d like to start working on this real soon and want to make sure we >> properly fix this. We understand this code is used

Re: [FFmpeg-devel] [FFmpeg-user] fMP4 generation speed

2018-07-25 Thread Ronak Patel
our fixes? We’re afraid that the number of use cases here are unknown and we’ll be stuck fixing this for an unknown time. Can anyone please shed some light on this? Thanks Ronak > On Jul 13, 2018, at 8:05 AM, Ronak Patel > wrote: > > I was wondering if anyone on the developm

Re: [FFmpeg-devel] [FFmpeg-user] fMP4 generation speed

2018-07-13 Thread Ronak Patel
I was wondering if anyone on the development list was familiar with this code and could provide pointers on how to fix up the code due to the below problem. > On Jul 12, 2018, at 7:27 PM, Ronak Patel > wrote: > > > >> On Jul 12, 2018, at 6:21 PM, Ronak Patel >

[FFmpeg-devel] fmp4 and HE-AACv2

2018-07-11 Thread Ronak Patel
Hi, I was wondering if anyone more in the know about this can help fix this issue. https://trac.ffmpeg.org/ticket/7282#comment:11 It’s preventing us from supporting adaptive Streaming between LCAAC and HEAAC. Thanks Ronak Sent from my iPhone

Re: [FFmpeg-devel] Atempo limits

2018-06-04 Thread Ronak Patel
We did consider rubberband, but the audio quality is too poor. The audio has echo artifacts in it that makes it sound robotic. Sent from my iPhone > On Jun 4, 2018, at 8:32 PM, Lou Logan wrote: > >> On Mon, Jun 4, 2018, at 10:09 AM, Ronak wrote: >> >> We are looking

Re: [FFmpeg-devel] Atempo limits

2018-06-04 Thread Ronak Patel
Thanks. Is it okay if I push a patch for this? How high of a limit does the algorithm support today? Sent from my iPhone > On Jun 4, 2018, at 8:00 PM, Pavel Koshevoy wrote: > >> On 06/04/2018 12:09 PM, Ronak wrote: >> Hello, >> >> How are you all? >>

[FFmpeg-devel] Atempo limits

2018-06-04 Thread Ronak
know whether there are any other aspects of the code that wouldn't work at 3x speeds? If there aren't any issues, I'll submit this as a patch via the ffmpeg contribution guidelines. Thanks, Ronak ___ ffmpeg-devel mailing list ffmpeg-devel@

Re: [FFmpeg-devel] HLS Questions

2018-05-20 Thread Ronak Patel
No I’ll give it a try and let you know. Since this is just audio (no keyframes) I wouldn’t have thought this would have mattered. Sent from my iPhone > On May 7, 2018, at 3:52 PM, Aman Gupta wrote: > > On Wed, May 2, 2018 at 7:59 AM, Ronak Patel < > ronak2121-at-yahoo@ff

Re: [FFmpeg-devel] HLS Questions

2018-05-03 Thread Ronak
Hi all, Are these issues being tracked somewhere already? I would like to have this fixed. I'm happy to send pull requests, but I'll also have to get familiar with the AAC muxer code. Where can I start learning that? Is that the best place to look for these issues? Ronak > O

[FFmpeg-devel] HLS Questions

2018-05-02 Thread Ronak Patel
0 / 56. 15.100 libavcodec 58. 19.100 / 58. 19.100 libavformat58. 13.100 / 58. 13.100 libavdevice58. 4.100 / 58. 4.100 libavfilter 7. 18.100 / 7. 18.100 libswscale 5. 2.100 / 5. 2.100 libswresample 3. 2.100 / 3. 2.100 libpostproc55. 2.100 / 55. 2.100 Thanks, Ronak ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Re: [FFmpeg-devel] [PATCH] avformat/dashenc: change the hls version from 6 to 7

2018-04-20 Thread Ronak Patel
pec describes version 7 of hls protocol >> >> Suggested-by: Ronak >> Signed-off-by: Steven Liu >> --- >> libavformat/dashenc.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/libavformat/dashenc.c b/libavformat/dashenc.c

Re: [FFmpeg-devel] HLS Segmenting/Fragmentation Questions

2018-04-20 Thread Ronak Patel
correct. I did see other issues that I’ll send a separate email about. Thanks Ronak Sent from my iPhone > On Apr 19, 2018, at 11:47 PM, Jeyapal, Karthick wrote: > > > >> On 4/20/18 2:20 AM, Ronak wrote: >> Hi, >> >> I've been testing FFMPEG's

[FFmpeg-devel] HLS Segmenting/Fragmentation Questions

2018-04-19 Thread Ronak
/blob/master/libavformat/hlsenc.c>) but it looks like this determination is done in whoever calls hls_write_packet. Thanks, Ronak ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] HLS Questions

2018-04-19 Thread Ronak
EG DASH. Is there an ETA on when this would be available in ffmpeg's trunk? Thanks, Ronak ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel