Skip to content

Yokohama-Miyazawa/convertTStoAAC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

convertTStoAAC

mpeg2-tsファイル(.ts)をAAC(.aac)もしくはMP3(.mp3)ファイルに変換するプログラム
Convertor from an mpeg2-ts file to an aac or mp3 file

使い方 Usage

コンパイル Compiling

gcc -o convertor convertor.c

変換 Conversion

sample.tsというファイルを変換する場合
To convert a file named sample.ts
./convertor sample.ts

出力ファイルはフォーマットに応じてsample.aacもしくはsample.mp3となる
In this case, the output file will be sample.aac or sample.mp3 depending on the coding format.

オプション Options

デバッグコードを表示するには、オプション--debug=1を指定する
To display debug codes, add the option --debug=1
./convertor sample.ts --debug=1

About

Convertor from an mpeg2-ts file to an aac or mp3 file

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages