OK, you're right. I also have 256kbps AC3 but it's rare.
This script works for most of the (new) movies.
Search found 6 matches
- 2003-11-05 19:11:58
- Forum: Ant Movie Catalog > Comments
- Topic: Number of channels in AC3 sound
- Replies: 11
- Views: 3281
- 2003-10-25 22:53:29
- Forum: Ant Movie Catalog > Comments
- Topic: Number of channels in AC3 sound
- Replies: 11
- Views: 3281
Here is a little script for the AC3 problem: // GETINFO SCRIPTING // AC3 analyzer program AC3Analyzer; begin if (GetField(fieldAudioFormat) = 'AC3') and ((GetField(fieldAudioBitrate) = '384') or (GetField(fieldAudioBitrate) = '448')) then SetField(fieldAudioFormat, 'AC3 5.1'); if (GetField(fieldAudi...
- 2003-10-25 20:13:29
- Forum: Ant Movie Catalog > Comments
- Topic: Number of channels in AC3 sound
- Replies: 11
- Views: 3281
- 2003-09-28 22:12:47
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB extended script
- Replies: 5
- Views: 1819
- 2003-09-28 15:40:56
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB extended script
- Replies: 5
- Views: 1819
- 2003-09-27 19:38:11
- Forum: Ant Movie Catalog > Scripts
- Topic: IMDB extended script
- Replies: 5
- Views: 1819
IMDB extended script
Hi! I made a script for myself but maybe others are interested in too. It's based on "IMDB (large pic).ifs" and it's a "mix" of other scripts. Features: - multiple categories, countries, languages --> from adi's script - 2 descriptions (a short that you can find on the main page ...