[FFmpeg-devel] [PATCH 2/2] avformat/movenc: Support merging h264 fields into field pairs

Timothy Gu timothygu99 at gmail.com
Mon Mar 10 04:48:17 CET 2014


On Mar 9, 2014 6:59 PM, "Michael Niedermayer" <michaelni at gmx.at> wrote:
>
> Fixes Ticket3393
>
> Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> ---
>  libavformat/movenc.c |   12 ++++++++++++
>  libavformat/movenc.h |    3 +++
>  2 files changed, 15 insertions(+)

Missing documentation:

Set to 1 merge field pairs into one packet. This option is only valid for
H.264 codec. If the codec is not H.264, then this option would be silently
ignored.

Also I wonder if it's a good idea to print a warning if this option is set
but codec isn't H.264.

Does this work with stream copying? If so, then more documentation is
needed.

How about HEVC?

[...]

Timothy


More information about the ffmpeg-devel mailing list