Log in

View Full Version : Film


mmgrover
18th September 2002, 15:20
I have read all the posts, not sure if I missed it but, Is there
a way to do a "FORCE Film" with MPEGDecoder.dll?

thanx, mike

int 21h
18th September 2002, 15:23
If ForcedFilm is selected in the DVD2AVI project when you save it, it will be enabled in mpeg2dec.dll. You can also change the flag manually by editing the .d2v file with notepad.

WarpEnterprises
18th September 2002, 15:29
he is talking about Nic's mpegdecoder...there the interlaced issue seems not solved yet

Nic
18th September 2002, 15:39
Ok everyone last time :) Keep all the posts about MPEGDecoder.dll in that one thread...& please try & read that one thread to learn if your question has already been asked (or better yet use the search button).

Ill be working on it soon mmgrover :)

Cheers,
-Nic

ps
This is directed at mmgrover of course not, WE or Int21
(Also mmgrover please use more descriptive subject titles in the future!)

pps
Sorry if I sound a little stern, just came back from the dentists minus one tooth :(

int 21h
18th September 2002, 15:47
int main() {

if ("MPEGDecoder.dll" != "Mpeg2dec.dll"){
fprintf(stderr,"int21h = idiot\n");
} else {
fprintf(stderr,"Nic = always right\n");
}

return 0;

}

vlad59
18th September 2002, 16:10
You should use strncmp ....... ;)

Sorry, my finger push the reply button itself ...... ;)
Sorry again

int 21h
18th September 2002, 16:24
haha, lets debate why my psuedo code won't compile :rolleyes:

mmgrover
18th September 2002, 17:12
int21h, here is the Delphi ver .. :-)


function main: Integer;
begin

if 'MPEGDecoder.dll' <> 'Mpeg2dec.dll' then
Writeln('int21h = idiot')
else
Writeln('Nic = always right');

Result := 0;
end;

mike

WarpEnterprises
18th September 2002, 21:08
@Nic: maybe you should make the one thread sticky? It's not to easy to find it as there is quite much action in the avisynth forum.

Nic
19th September 2002, 08:47
I dont have the privileges to do that, but I think anyone using/testing MPEGDecoder.dll will know about the thread, & I dont think it should be sticky if Im not working on it too much. :)

I got time to look into it last night, v.tricky one but ill crack it soon. :)

Cheers,
-Nic