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

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