Search found 6 matches

by lac21
2003-11-05 19:11:58
Forum: Ant Movie Catalog > Comments
Topic: Number of channels in AC3 sound
Replies: 11
Views: 3281

OK, you're right. I also have 256kbps AC3 but it's rare.
This script works for most of the (new) movies.
by lac21
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...
by lac21
2003-10-25 20:13:29
Forum: Ant Movie Catalog > Comments
Topic: Number of channels in AC3 sound
Replies: 11
Views: 3281

It's easy to find out if you look at the audio bitrates.
192 kbps -> Stereo
384 or 448 kbps -> 5.1

And for antp:
Could you insert this line to Codecs.ini:
2001=DTS
So the avi files with DTS stream would be also recognised. THX
by lac21
2003-09-28 22:12:47
Forum: Ant Movie Catalog > Scripts
Topic: IMDB extended script
Replies: 5
Views: 1819

Try to dl from this link : http://lac21.fw.hu

I hope this will work.
by lac21
2003-09-28 15:40:56
Forum: Ant Movie Catalog > Scripts
Topic: IMDB extended script
Replies: 5
Views: 1819

It works for me. Try again.
by lac21
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 ...