Log in

View Full Version : howto encode to vcd with gordian knot?


jerka
15th July 2003, 09:26
Hello folks.

For two months I have use Gordian Knot, this great piece of software and I love'it. The result is fantastic but there is some stuff I do not understand, how to encode to VCD?

Usual I use DVDx with warper plugin and then I encode i TEMPenc Plus, the result is great but as you can read, it's a lengthy procedure. It would be pleasant to do this job in Gordian Knot.
Pleas help me with this one.

Cheers :)

Jerka:confused:

bond
15th July 2003, 12:29
vcd encoding isnt possible in gknot

anomiERIC
15th July 2003, 15:04
try DVD2SVCD @ www.dvd2svcd.org
load the dvd and hit go, thats all there is to it really

jggimi
15th July 2003, 15:06
In Gknot, you can see VCD and SVCD resolutions as options on the "Save & Encode" window.

These are there for using Gknot as an AviSynth script creator and editor only. You would then click the Save button, rather than Save & Encode.

You would then use an MPEG-1/2 encoder, such as TMPGEnc, for (S)VCD creation, using the Gknot created .avs script as input.

Note that all Gknot scripts contain:# FOOL CCEnc
#ResampleAudio(44100)AFAIK, you can un-comment the ResampleAudio filter when using CCE SP for (S)VCD encoding.