Add Webm2Pes.

Add tool for converting WebM VPx streams to Packetized Elementary
Streams.

Change-Id: I599de053df5423a803a3ea450876c52c3e400034
This commit is contained in:
Tom Finegan
2015-11-30 11:23:10 -08:00
parent 01fdee435c
commit 7c19266548
2 changed files with 538 additions and 0 deletions

View File

@@ -56,3 +56,8 @@ add_executable(vttdemux
"${LIBWEBM_SRC_DIR}/webvttparser.cc"
"${LIBWEBM_SRC_DIR}/webvttparser.h")
target_link_libraries(vttdemux LINK_PUBLIC webm)
# webm2pes section.
add_executable(webm2pes
"${LIBWEBM_SRC_DIR}/webm2pes.cc")
target_link_libraries(webm2pes LINK_PUBLIC webm)