G_M_C
10th November 2006, 09:25
Hi guys,
Iv got my first contact with a X264 in mkv-container yesterday. I read about these containers before i downloaded it, so i allready set up ffdshow/haali splitter and so forth.
I started with DirectShowSource ("the file.mkv", fps=25, audio=false) to open the container through avisynth. That didnt work so great, so a read about it some more.
Than i used the mkv2vfr.exe tool that came with the haali splitter, and it created an AVI as its supposed to do.
When I open that through DSS (), i get an irregular flashing grey screen. The flashing seems completely random, because restarting the file gives a completely different series of flashes (slower, or faster, sometimes no flashing at all).
In the end i opened te AVI through AviSource () (should have thought of that first, stupid huh :p). This doesnt flas in grey, but gives me 1 GREEN flashing frame ringht at the start of the clip, and oly then.
These problems occurred I opened the .AVS through VDmod 1.6.0, as im grown used to that. Will use the newest VD tonight (am @ work again atm ;) )
Opening the bothe teh DSS() or the Avisource() .AVS through MP-classic gave no problem at all.
What could be the problem; Is VD(mod) too old, or not up to the task anymore ? Or might there be some way it handles DSS () opened through ffdshow ?
At the moment my script looks loke this (giving me that one green frame). The source is 720p/25 X264, and it has to be converted to "DivX-certified" compliant PAL anamorphic WS for paying on standallone players w. PAL widescreen TV.
AviSource ("the file.avi", audio=false)
Colormatrix()
Tweak (bright=-2.55,cont=0.99)
Spline36Resize (720,576)
ContvertToRGB24()
Iv got my first contact with a X264 in mkv-container yesterday. I read about these containers before i downloaded it, so i allready set up ffdshow/haali splitter and so forth.
I started with DirectShowSource ("the file.mkv", fps=25, audio=false) to open the container through avisynth. That didnt work so great, so a read about it some more.
Than i used the mkv2vfr.exe tool that came with the haali splitter, and it created an AVI as its supposed to do.
When I open that through DSS (), i get an irregular flashing grey screen. The flashing seems completely random, because restarting the file gives a completely different series of flashes (slower, or faster, sometimes no flashing at all).
In the end i opened te AVI through AviSource () (should have thought of that first, stupid huh :p). This doesnt flas in grey, but gives me 1 GREEN flashing frame ringht at the start of the clip, and oly then.
These problems occurred I opened the .AVS through VDmod 1.6.0, as im grown used to that. Will use the newest VD tonight (am @ work again atm ;) )
Opening the bothe teh DSS() or the Avisource() .AVS through MP-classic gave no problem at all.
What could be the problem; Is VD(mod) too old, or not up to the task anymore ? Or might there be some way it handles DSS () opened through ffdshow ?
At the moment my script looks loke this (giving me that one green frame). The source is 720p/25 X264, and it has to be converted to "DivX-certified" compliant PAL anamorphic WS for paying on standallone players w. PAL widescreen TV.
AviSource ("the file.avi", audio=false)
Colormatrix()
Tweak (bright=-2.55,cont=0.99)
Spline36Resize (720,576)
ContvertToRGB24()