JakeWharton / mkvdts2ac3

Bash script to convert DTS audio to AC3 within a matroska file.
Apache License 2.0
321 stars 60 forks source link

Execute "GATHER DATA" when using --test #87

Open 1951FDG opened 11 years ago

1951FDG commented 11 years ago

Execute "GATHER DATA" when $PRINT is set to 1.

Before fix: population of $DTSTRACK, $VALID, $INFO, $DTSLANG, $DTSNAME: false

After fix: population of $DTSTRACK, $VALID, $INFO, $DTSLANG, $DTSNAME: true

Fix regular expression for gsub()

Before fix: English DTS 5.1 @ 1.5 Mbps -> English AC3 5.1 @ 1.5 Mbps

After fix: English DTS 5.1 @ 1.5 Mbps -> English AC3 5.1 @ 448 Kbps

Fix track number for mkvinfo

mkvmerge lists track numbers starting at 0 but mkvinfo lists track numbers starting at 1! more info