Hello! Again me and again with problem!
I'm trying to convert "Scotland, PA" avi/divx to kvcd352x240.
Audio is something. I don't know the format but I believe it's ac3. I don't
have codec installed for ac3 but I was able to extract the audio with
"avi2wav", after that renamed it from .wav to .ac3 and converted it with
HeadAC3he to mp2, dual channel, 44.1khz, 128 without any problem.
Video part.

Looks just fine if I'm playing it with Media Player. I
checked it with vdub video->scan video for errors and the result was:
no problems at all, 0 bad frames, 0 good frames but un... blahblah.
I'm creating a .avs script with MovieStacker and I do have installed
Avysinth 2.08. My script is:
Code:
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\TemporalCleanerOld.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\BlockBuster.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\DustV5.dll")
LoadPlugin("C:\Program Files\_video_stuff\MovieStacker\Filters\LegalClip.dll")
AviSource("C:\Scotland,_PA._(2001).XPD.ShareReactor.avi")
LegalClip()
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
PixieDust()
TemporalCleaner()
BlockBuster(method="noise", detail_max=7, seed=1)
GripBorders()
LegalClip()
So, I'm trying to predict with Tok 0.0.4.2 and... I'm getting this error
"The resolution for video is illegal" as soon as Tok start TMPGEnc.
I'm closing TMPGenc and Tok is opening it again with the same error.
Tok log looks like:
Code:
Resolution (fps):740x56 (24.000 fps)
Total Frames: 240
Total Time : 0:00:10
-------------------------------------------------------
Audio Size: 123,602,024
Required Video Size: 681,686,016
Factor: 60.000
Desired Sample Size: 11,361,434
beautiful resolution right?
I was presumig something is wrong with Tok because it's too new product
still. So I was opening just TMPGenc, loading avs script, loading kvcd352x240
template and with the default cq=70. I was trying to encode the movie.
What I've got? A movie about 1/2mb big and it does have one label in it
which says:
Code:
ACM failed to suggest compatible PCM format.
(C:\NewScript.avc line 12)
When I load avs script in TMPGenc settings are:
Code:
MPEG-1 740x56 24fps CQ 70
and I overwriting them when I'm loading kvcd352x240 template.
When I took a look at the movie resolution (windows explorer->properties
->summary) they are:
576x304.
How can I encode the movie to kvcd? What am I doing wrong? Please help!