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.

 

Go Back   Doom9's Forum > (HD) DVD, Blu-ray & (S)VCD > One click suites for DVD backup and DVD creation

Reply
 
Thread Tools Search this Thread Display Modes
Old 13th September 2003, 17:28   #1  |  Link
telemike
Registered User
 
telemike's Avatar
 
Join Date: Apr 2003
Location: Monsters, Inc.
Posts: 180
Why am I getting ConvertToYUY2() in DVD2SVCD?

This is my D2SRoBa.avs file:

Code:
LoadPlugin("C:\PROGRA~1\DVD2SVCD\AVISYN~1.5PL\Mpeg2dec\MPEG2D~1.DLL")
mpeg2source("D:\dvd\Temp\DVD2AV~1.D2V")
BicubicResize(480,360,0.0,0.6)
Undot()
Asharp(1, 4)
STMedianFilter(8, 32, 0, 0 )
Temporalsoften(2,3,3,mode=2,scenechange=6)
AddBorders(0,60,0,60)
ConvertToYUY2()
Import("D:\dvd\Temp\ResampleAudio.avs")
ResampleAudio(44100)
SelectRangeEvery(1500,15)
I thought we were working in YV12 and not YUY2? I am confused. Is there something wrong?
telemike is offline   Reply With Quote
Old 13th September 2003, 20:37   #2  |  Link
DDogg
Retired, but still around
 
DDogg's Avatar
 
Join Date: Oct 2001
Location: Lone Star
Posts: 3,058
Best to see the CCE faq in rb's signature for the explanation.

You always WANT that statement in the script at the end because (see the faq) CCE must have a conversion done by it or a codec like ffVFW or Divx. The internal conversion command is the best and fastest way to do this. This is covered extensively in many areas of the forum and in the CCE faq.

Even so, there seems to be a possible bug in the new colorspace dropdown box under advanced. Even if no conversion is selected (for people that just have to prove it to themselves and a few other odd situations), I think the converttoyuy2() statement is still being added.
DDogg is offline   Reply With Quote
Old 27th August 2004, 14:59   #3  |  Link
Sonic77
Registered User
 
Join Date: Aug 2003
Posts: 5
Yes, it *is* still being added.
Is there any possibility that this will be fixed somewhen?
I know that multiple ConvertToYUY2 statements don't slow you down etc..., I've read all the threads concerning this.
But with AviSynth 2.5, there's a speed increase when doing ConvertToYUY2 at the end, instead of doing it directly after AviSource. And that's exactly what I'd need.

BTW: If I use "Edit as part of video encoding" to get rid of that ConvertToYUY2 line, I have trouble when using D2SRoba. CCE always chrashes when I use D2SRoba with "Edit as part of video encoding" for some reason I don't know...
If I remove that line via "Edit as part of video encoding" while doing a "normal" 4-pass encode, everything works fine.
Sonic77 is offline   Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 16:51.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.