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 |
|
Registered User
Join Date: Sep 2005
Posts: 63
|
Avisynth with avisubdetector? How?
I have tried using avisynth scripts with avusubdetector but the video is always upside down.
And this is the same for avi and mpeg files. I tried the flip command but id doesn't work. Can anyone help me? Thanks. ericf |
|
|
|
|
|
#3 | Link |
|
Registered User
Join Date: Sep 2005
Posts: 63
|
AVISource("path\to\your.avi",audio=false)
TDeint(mode=1) BlendBob() ConvertTORGB24() And it seems to work sometimes. But what about mpg files? If I use DirectshowSource instead of AVISource I can't find anything in Avisubdetector. DirectShowSource("c:\Terracotta\MSF_08.mpg",audio=false) TDeint(mode=1) BlendBob() ConvertTORGB24() = nothing. Not even this works: DirectShowSource("c:\Terracotta\MSF_08.mpg") So what am I doing wrong here? Is there supposed to be some color conversion for AviDubDetector to open an mpg file? I can only find the new thread at doom9 even through I know there was an old one. Could it be that W98 didn't work and XP does? Nah. That couldn't be it. ericf EDIT: This one seems to make it work: MPEGSource("c:\Terracotta\MSF_08.mpg") Thanks. Last edited by ericf; 5th March 2006 at 20:19. |
|
|
|
![]() |
|
|