Skip to content

This repository hold the source code to a command-line app to be used to demultiplex audio and video file from a DVB transport stream file (.ts file)

Notifications You must be signed in to change notification settings

redquartista/TS_demux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TS

This repository hold the source code to a command-line app to be used to demultiplex audio and video file from a DVB transport stream file (.ts file)

Current Status : in progress

  1. Clean the workspace by removing old binaries / output files.

    make clean

  2. Compile the application

    make

  3. Run the application

    ./ts_demux <input_file> <output_video_file> <output_audio_file>

Usage

The ts_demux app requires 3 arguments:

  1. Input file location
  2. Output video file location
  3. Output audio file location

The correct usage is: ./ts_demux <input_file> <output_video_file> <output_audio_file>

e.g. ./ts_demux /tmp/watermarking_test_task.ts /tmp/video.mp4 /tmp/audio.wav

About

This repository hold the source code to a command-line app to be used to demultiplex audio and video file from a DVB transport stream file (.ts file)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published