Re: [FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-02-01 Thread Stefano Sabatini
On date Monday 2016-02-01 09:39:39 +, Carl Eugen Hoyos encoded: > Umair Khan gmail.com> writes: > > > -Set the file size limit, expressed in bytes. > > +Set the file size limit, expressed in bytes. No further chunk > > of bytes is written > > +after the limit is exceeded. The size of the out

Re: [FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-02-01 Thread Carl Eugen Hoyos
Umair Khan gmail.com> writes: > -Set the file size limit, expressed in bytes. > +Set the file size limit, expressed in bytes. No further chunk > of bytes is written > +after the limit is exceeded. The size of the output file is > slightly more than the > +requested file size. Please mention ti

[FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-01-31 Thread Umair Khan
Signed-off-by: Umair Khan --- doc/ffmpeg.texi | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 7d3266a..e02807c 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -297,7 +297,9 @@ see @ref{time duration syntax,,the Time duration sec

Re: [FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-01-31 Thread James Darnley
On 2016-01-31 16:58, Umair Khan wrote: > Hi, > Thanks for reply. I did a lot of searching but couldn't get what is > the proper way to resend the patch with amended commit. > Should I just do git send-email again ? > And should I send it to this thread only ? If yes, how ? Yes. Run send-email aga

Re: [FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-01-31 Thread Umair Khan
On Sun, Jan 31, 2016 at 8:04 PM, Carl Eugen Hoyos wrote: > Umair Khan gmail.com> writes: > >> +Set the file size limit, expressed in bytes. No more bytes are written >> +after the limit is exceeded. > > Does this explain that the file size is never smaller than > the requested size (but usually h

Re: [FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-01-31 Thread Carl Eugen Hoyos
Umair Khan gmail.com> writes: > +Set the file size limit, expressed in bytes. No more bytes are written > +after the limit is exceeded. Does this explain that the file size is never smaller than the requested size (but usually higher)? Please mention ticket #5160 in the commit message. Carl E

[FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-01-31 Thread Umair Khan
Umair Khan (1): docs: explain properly how -fs works doc/ffmpeg.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) -- 2.5.0 ___ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

[FFmpeg-devel] [PATCH] docs: explain properly how -fs works

2016-01-31 Thread Umair Khan
--- doc/ffmpeg.texi | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 7d3266a..07b7759 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -297,7 +297,8 @@ see @ref{time duration syntax,,the Time duration section in the ffmpeg-utils(1)