[MPlayer-dev-eng] [PATCH 1/3] make lavc dv encoding work in mencoder

Corey Hickey bugfood-ml at fatooh.org
Sun May 13 21:14:01 CEST 2007


Michael Niedermayer wrote:
> shouldnt the fallback rather use mp_bmp_tags ?

How about this? It actually makes the current code be the fallback when
libavformat is not included, akin to what happens in ae_lavc.c.

I've tested all the encoders listed in the old code to make sure the
fourcc is found appropriately. The all work except:

mpeg1:
There's no point in finding a fourcc for this if
avcodec_find_encoder_by_name() fails anyway (it should be mpeg1video).
In other words, "-lavcopts vcodec=mpeg1" never worked anyway. So, I've
removed it from the fallback code as well.

mpeg2:
Same as above.

rv10:
There's no fourcc in libavformat/riff.c; patch sent to ffmpeg-devel.

-Corey
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: tag_rework.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20070513/6d397bca/attachment.asc>


More information about the MPlayer-dev-eng mailing list