Skip to content

homelee/h264-aac_to_ts

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 93.4%
  • C++ 6.5%
  • Makefile 0.1%