[Ffmpeg-devel] [PATCH] VP6 to flv muxing
Benjamin Larsson
banan
Thu Jun 8 01:11:48 CEST 2006
With recent mplayer svn, it is possible to encode vp6 video to avi.
Command for that:
mencoder inputfile -vf flip -ovc vfw -xvfwopts codec=vp6vfw.dll
-lavfopts i_certify_that_my_video_stream_does_not_use_b_frames -of lavf
-o out.avi
Note that the flip command is needed, the picture is flipped between the diffrent containers.
This avi file can then later be remuxed into flv with this command.
ffmpeg -i out.avi -vcodec copy test.flv
I intend to apply this patch soon.
MvH
Benjamin Larsson
--
"incorrect information" is an oxymoron. Information is, by definition, factual, correct.
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: vp6flv.diff
URL: <http://lists.mplayerhq.hu/pipermail/ffmpeg-devel/attachments/20060608/24f55f2b/attachment.asc>
More information about the ffmpeg-devel
mailing list