[MPlayer-dev-eng] MEncoder: libass support (patch)

Diego Biurrun diego at biurrun.de
Fri Nov 2 00:48:47 CET 2007


On Thu, Nov 01, 2007 at 08:35:36PM +0100, Nicolas George wrote:
> 
> The next in the series: the fixfps video filter. It is functionally
> independent from the previous patches, but the wording of the man page
> implies slightly that ASS works with mencoder.
> 
> --- libmpcodecs/vf_fixpts.c	(revision 0)
> +++ libmpcodecs/vf_fixpts.c	(revision 0)
> @@ -0,0 +1,141 @@
> +
> +static int
> +put_image(vf_instance_t *vf, mp_image_t *src, double pts)

Function declarations on one line are preferred.

> --- DOCS/man/en/mplayer.1	(revision 24928)
> +++ DOCS/man/en/mplayer.1	(working copy)
> @@ -6946,6 +6946,47 @@
> +.TP
> +.B fixpts[=options]
> +Fixes the presentation timestamps (PTS) of the frames. By default, the PTS
> +passed to the next filter is dropped, but the following options can change
> +that:

New sentences on new lines in the man page.

> +incoming PTS as the initial PTS. All previous pts are kept, so setting an
> +huge value or -1 keeps the PTS intact.

a huge, \-1

> +.I NOTE:
> +using this filter together with any sort of seeking (including -ss and EDLs)

Capitalize.

> +may make demons fly out of your nose.

:-)  What happens?

Diego



More information about the MPlayer-dev-eng mailing list