LaterBird / h264-aac_to_ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Requirement

The purpose of this project is merge h264 video and aac audio to one ts stream, which can be played by VLC, the test video and audio is at the demo diretory.

Solution

Tstool: ./esmerge ~/Downloads/video.h264 ~/Downloads/audio.au ~/Downloads/xxx.ts

FFMpeg: ffmpeg -i ~/Downloads/audio.au -i ~/Downloads/video.h264 -vcodec copy -acodec copy ~/Downloads/xxx.ts

About


Languages

Language:C 97.5%Language:C++ 2.4%Language:Makefile 0.1%