提交 4289a7ec authored 作者: Seven Du's avatar Seven Du 提交者: Michael Jerris

FS-7519: initial version of record_av to record mp4

it generate better compatible mp4 than vlc, so it compatible with quicktime and safari
except that the first few video frames messed up, maybe some pts issue, to be fixed

support float audio, and it can save to webm
上级 a63dab7a
...@@ -5,5 +5,5 @@ mod_LTLIBRARIES = mod_av.la ...@@ -5,5 +5,5 @@ mod_LTLIBRARIES = mod_av.la
mod_av_la_SOURCES = mod_av.c mod_av_la_SOURCES = mod_av.c
mod_av_la_CFLAGS = $(AM_CFLAGS) mod_av_la_CFLAGS = $(AM_CFLAGS)
mod_av_la_LIBADD = $(switch_builddir)/libfreeswitch.la mod_av_la_LIBADD = $(switch_builddir)/libfreeswitch.la
mod_av_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lavformat -lavcodec -lavutil -lx264 mod_av_la_LDFLAGS = -avoid-version -module -no-undefined -shared -lavformat -lavcodec -lavutil -lswresample -lx264
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论