TS to MPG Convertor v1.2

Status
Not open for further replies.

marce

VIP
Messages
7,115
TS to MPG Convertor v1.1


This tool utilizes the new ts-to-mpg conversion engine developed for DVB Dream.
To convert a TS file, simply enter the file name as parameter.

*Tested on .ts records of Altdvb 2.2 & DVB Dream 1.4i..Its Works fine..



.ts kayıtları mpeg formatına çevirmek için araç..Altdvb 2.2 & DVB Dream 1.4i nin kayıtlarında denedim..Güzel çalışıyor..Gui.exe yi açıp sağda dosya aç sembolüne tıklayıp kayıtı gösterin ve pids de auto seçili haldeyken start a tıklamanız yeterli.
 

k@lkov

Super VIP
Messages
10,003
TS to MPG Convertor v1.2
Changes in v1.2
Code:
-The TS files which are not synced to TS packet boundaries are handled now.
-Drag & Drop for GUI
-\"-pids\" parameter added to list pids in the file

Code:
MPGCONV: TS to MPG command-line conversion utility

This tool utilizes the new ts-to-mpg conversion engine developed for DVB Dream.
To convert a TS file, simply enter the file name as parameter.


DETAILS:
---------------------

TS to MPEG-PS Convertor v1.1 (c) www.dvbdream.org, Rel

USAGE:
mpgconv [-fi <input file>] [-fi <output file>] [-v <int>] [-a <int>] [-ac3]
mpgconv <input file> (automatically detects v/a pids and audio type)

-fi Input file name (*.ts)
-fo Output file name (*.mpg)
-v Video pid (-1 if not available)
-a Audio pid (-1 if not available)
-ac3 Specifies that audio is an AC3 stream

EXAMPLES:
mpgconv file1.ts (automatic pids)
mpgconv "file june 12.ts" (automatic pids, long file name with spaces)
mpgconv abc.ts -v 201 -a 202 (manual pids)
mpgconv test.ts -v 524 -a 562 -ac3 (when TS file includes AC3 sound)
 
Status
Not open for further replies.
Top