[Ffmpeg-devel] Flash video format encoding
Jukka Paasonen
paazio
Fri May 13 12:31:12 CEST 2005
Hello everybody,
I was looking at the
libavformat/flvenc.c
and noticed that it puts the mimetype to be
video/x-flashvideo
altought the documentation for flv format from Macromedia says to use
video/x-flv
Is this possible just to add one the list or should the first mentioned to be
removed?
------------------------
static AVOutputFormat flv_oformat = {
"flv",
"flv format",
"video/x-flashvideo",
"flv",
sizeof(FLVContext),
.......
------------------------
Is there a possibility to update this encoder to support FLV 1.1 which have
additional metadata in it?
Currently I have first script to create flash video by using ffmpeg and another
script to add the metadata in it.
Jukka Paasonen
----------------------------------------------------------------
This mail sent through L-secure: http://www.l-secure.net/
More information about the ffmpeg-devel
mailing list