OSDN Git Service

Add a test utility for MediaMuxer.
authorztenghui <ztenghui@google.com>
Thu, 7 Feb 2013 23:12:10 +0000 (15:12 -0800)
committerztenghui <ztenghui@google.com>
Wed, 13 Feb 2013 19:39:06 +0000 (11:39 -0800)
commit6df48bfe8cccdfec58f5f94be3cf3a2c64697e56
tree191d8c14b8670f2dda895b1be99f380da02ecb1e
parentcd27b0798f6abb34e464acc7c7e97e066cd3c6c7
Add a test utility for MediaMuxer.

This test/utility copy samples from one video and mux into another video.
It support trimming, cutting audio or video track.
It can run simply as command line like:
adb shell muxer -a -v -s 1000 -e 8000 "/sdcard/DCIM/Camera/VID_*.mp4"

bug:7991013

Change-Id: I8a2eeff3cabd001b6b2a7062d991dd076edbf22e
cmds/stagefright/Android.mk
cmds/stagefright/muxer.cpp [new file with mode: 0644]