On Mon, 17 Oct 2011 21:15:24 +0300, Martin Storsjö <[email protected]> wrote:
> avconv doesn't allow mapping video streams to a muxer if the
> default video codec is CODEC_ID_NONE.

That's not correct. It allows mapping the streams manually, but doesn't
do that automatically.

> ---
>  libavformat/rtpenc.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/libavformat/rtpenc.c b/libavformat/rtpenc.c
> index 165e444..dfd7461 100644
> --- a/libavformat/rtpenc.c
> +++ b/libavformat/rtpenc.c
> @@ -465,7 +465,7 @@ AVOutputFormat ff_rtp_muxer = {
>      .long_name         = NULL_IF_CONFIG_SMALL("RTP output format"),
>      .priv_data_size    = sizeof(RTPMuxContext),
>      .audio_codec       = CODEC_ID_PCM_MULAW,
> -    .video_codec       = CODEC_ID_NONE,
> +    .video_codec       = CODEC_ID_MPEG4,

Does it support h.264?


-- 
Anton Khirnov
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to