Re: [FFmpeg-devel] [PATCH 2/2] lavc/ccaption_dec: implement real_time option

2016-01-11 Thread anshul . ffmpeg
84,9:59:59.99,Default,,0,0,0,,({/i1} inaudible radio chatter{/i0} > )\N>> Safety remains our number o +Dialogue: > 0,0:00:49.28,9:59:59.99,Default,,0,0,0,,({/i1} inaudible radio chatter{/i0} > )\N>> Safety remains our number one Unable to apply, I get following errors. anshul@linux-kiran:~/Project/FFmpeg> git am ~/Documents/\[FFmpeg-devel\]\ \[PATCH\ 2_2\]\ lavc_ccaption_dec_implement\ real_time\ option.mbox Applying: lavc/ccaption_dec: implement real_time option /home/anshul/Project/FFmpeg/.git/rebase-apply/patch:206: trailing whitespace. Dialogue: 0,0:00:17.25,9:59:59.99,Default,,0,0,0,,({/i1} inaudible /home/anshul/Project/FFmpeg/.git/rebase-apply/patch:209: trailing whitespace. Dialogue: 0,0:00:18.59,9:59:59.99,Default,,0,0,0,,({/i1} inaudible radio /home/anshul/Project/FFmpeg/.git/rebase-apply/patch:219: trailing whitespace. Dialogue: 0,0:00:44.39,9:59:59.99,Default,,0,0,0,,({/i1} inaudible radio chatter{/i0} )\N>> Safety /home/anshul/Project/FFmpeg/.git/rebase-apply/patch:223: trailing whitespace. Dialogue: 0,0:00:46.17,9:59:59.99,Default,,0,0,0,,({/i1} inaudible radio chatter{/i0} )\N>> Safety remains /home/anshul/Project/FFmpeg/.git/rebase-apply/patch:225: trailing whitespace. Dialogue: 0,0:00:47.06,9:59:59.99,Default,,0,0,0,,({/i1} inaudible radio chatter{/i0} )\N>> Safety remains our warning: 5 lines add whitespace errors. These errors are all from test file, can you tell me your github fork url -Anshul ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH 2/2] Adding closed caption decoder

2014-12-03 Thread anshul . ffmpeg
From: Anshul Maheshwari --- I did implement lots of other thing, with respect to older patch. like multi screen and rollup feature. This implementation is working well with srt output format. As of now ffplay is not able to show the decoded frames on screen. I dont know why? May be someone look

[FFmpeg-devel] [PATCH 1/2] allow to extract subcc

2014-12-03 Thread anshul . ffmpeg
From: Nicolas George --- doc/indevs.texi | 9 ++ libavdevice/lavfi.c | 80 + 2 files changed, 84 insertions(+), 5 deletions(-) diff --git a/doc/indevs.texi b/doc/indevs.texi index 5d2a308..f31e2e3 100644 --- a/doc/indevs.texi +++ b/do