Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
XviD fan
Join Date: Jun 2002
Location: France
Posts: 907
|
MPEG2Dec3 v0.9x for Avisynth 2.5
a lot of work for this pre release of the stable version.
and i've spend a lot of time on documentation, i'll try to clean the code more in the next days to be able to package it. (in v1.0) dl it on my site (link below, in my signature) i hope you'll enjoy the old&new features. i'm sorry, defaults parameters aren't implemented but i'm thinking of it. it's piece of cake now, because the harder stuff on the Avisynth API (~ 1000 lines) is done ^^. BTW, i think i may add a fixed quant YV12 postprocessor (would act like if source was at a fixed quant. less efficent, but can still be usefull) i dunno if i should add fastest colorspace convertions. say me ^^ going to sleep now XD Regards, MarcFD PS @Sh0dan : do you know if dividee is going to make a YV12 version of compare ? i've a new quality mesure (coded for YV12) that Mfa gived me a long time ago, i could add it and do the YV12 convertion if you want. Last edited by Marc FD; 11th November 2002 at 10:24. |
|
|
|
|
|
#3 | Link |
|
AC3 5.1 Addict
Join Date: Nov 2001
Location: Big Blue Nation_USA
Posts: 2,036
|
Thanks so much for the new build Marc. Documentation is much better
![]() The custom CPU settings looks great, cant wait to test it! Edit- For some reason lumoff=-1 is being reported as an invalid argument sometimes. I got it to work twice but it's not consistent I'm using sh0dan's 07112002 2.5 build and the script is-Code:
LoadPlugin("C:\Program Files\AviSynth2\plugins\MPEG2DEC3_YV12.dll")
LoadPlugin("C:\Program Files\AviSynth2\plugins\undot.dll")
mpeg2source("D:\test\breed.d2v",iDCT=2,lumoff=-1,cpu2="xoooxo")
crop(4,4,712,472)
UnDot()
LanczosResize(640,352)
Limiter()
__________________
Need AC3 & SPDIF setup info? Last edited by MaTTeR; 10th November 2002 at 03:01. |
|
|
|
|
|
#5 | Link |
|
XviD fan
Join Date: Jun 2002
Location: France
Posts: 907
|
> Edit- For some reason lumoff=-1 is being reported as an invalid argument
> sometimes. I got it to work twice but it's not consistent I'm using > sh0dan's 07112002 2.5 build and the script is- please read the doc. due to the YV12 colorspace compatibility, LumaFilter and colorspace convertions are indepedant filters. this way, it's much more user friendly, code get cleaner, and you can use it WITHOUT MPEG2Dec3 decoding. you just need YV12 colospace. LumaFilter() will do lumoff=-2 lumagain=1 by default (i thinked at iago and users who use is combo) dunno if a sharpen2 YV12 could help to temporary replace Unfilter in iago's combo ? maybe it's worth to check ? >SeparateFieldsYV12 is really interesting. >I often use it as you know. i did it thinking of you ^^ |
|
|
|
|
|
#8 | Link | |
|
Retired AviSynth Dev ;)
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
|
Re: MPEG2Dec3 v0.9 for Avisynth 2.5
Quote:
__________________
Regards, sh0dan // VoxPod |
|
|
|
|
|
|
#10 | Link |
|
XviD fan
Join Date: Jun 2002
Location: France
Posts: 907
|
Okay, v0.91 is out.
Changes : - cleaned a bit more the source - added MPEG2Dec3.def default settings loading (like don's filters) - bff mode in SeparateFieldsYV12 (and bugfixes) dl on my page, as usual. >Dividee is very tied up at the moment, as far as I understand, but I'll >see if I can do an YV12 version soon. if you really want to do it, okay. but i know very well the source, and i've improvements to do, so i though i could handle it. just say me. >This and Blankclip is probably top of the list right now. Blankclip should be easy to do in YV12 ^^ >Layer would be nice, but it seems like a big task (haven't looked at >the code at all). layers would be so easy to convert to YV12, no ? i can do it if there's any request for it ^^ BTW, i'm gonna make a YV12 version of subtract (with MMX code for all colorspaces) because i often use them and i don't want to use Avisynth 2.06 anymore. i can e-mail you the code when it's finished, ok ? Last edited by Marc FD; 11th November 2002 at 10:23. |
|
|
|
|
|
#11 | Link |
|
Retired AviSynth Dev ;)
![]() Join Date: Nov 2001
Location: Dark Side of the Moon
Posts: 3,480
|
Feel free to do all this - it would be nice if I could focus on brushing up other stuff now.
The best way would really be for you to have CVS access. Version control would be 10x easier than mailing changes back and forth. You should contact Richard about access.
__________________
Regards, sh0dan // VoxPod |
|
|
|
|
|
#15 | Link | |
|
Do you find me... pretty?
Join Date: Apr 2002
Location: Sweden
Posts: 760
|
Quote:
|
|
|
|
|
|
|
#20 | Link | |
|
Do you find me... pretty?
Join Date: Apr 2002
Location: Sweden
Posts: 760
|
Quote:
|
|
|
|
|
![]() |
|
|