digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Two disc VCD to KVCD? (http://www.digitalfaq.com/archives/encode/7940-two-disc-vcd.html)

WOWIEGURL 07-10-2004 08:25 PM

my target is same resolution and framerate. I want to keep the 2 audio as it is.

my script

a=DirectShowSource("E:\CD2.mpg").Killaudio()
b=DirectShowSource("E:\CD2.mpg").Killaudio()
a++b

ConvertToYV12
BlindPP(cpu=4)
Blockbuster(method="noise",detail_min=1,detail_max =3,variance=0.1,seed=1)
Convolution3D(1, 6, 12, 6, 8, 2.8, 0)
GripCrop(352, 288, overscan=1, source_anamorphic=false)
GripSize(resizer="LanczosResize")
Undot()
TemporalSoften(2,7,7,3,2)
DCTFilter(1,1,1,1,1,1,0.5,0)
#Blockbuster(method="noise",detail_min=1,detail_ma x=10,variance=0.3,seed=5623)
GripBorders()

Dialhot 07-10-2004 08:31 PM

Really no reason to have it slower then except if you force the framerate into tmpgenc to other things than 25 fps. Do you ?

Note: I have speed problems also with my pioneer standalone if I burn directly the mpeg with Nero. But all is normal when I start first to do the VCd with vcdeasy and then burn the disc image it produces with Nero.

WOWIEGURL 07-11-2004 01:11 AM

no I didn't change the frame rate.

Boulder 07-11-2004 03:09 AM

Change these lines accordingly:

a=DirectShowSource("E:\CD2.mpg",fps=25).Killaudio( )
b=DirectShowSource("E:\CD2.mpg",fps=25).Killaudio( )

DirectShowSource is sometimes a pain in the ass, maybe specifying the framerate will help. Apart from that, I can't see anything else that would cause any slowdown issues.

WOWIEGURL 07-11-2004 03:28 AM

ta!!! try that now

WOWIEGURL 07-11-2004 05:48 AM

nope still slow. Anything else I can change or include?

Prodater64 07-11-2004 05:56 AM

Quote:

Originally Posted by WOWIEGURL
nope still slow. Anything else I can change or include?

Does both of your files have same resolution, type of mpeg, norma (PAL), etc.? Are they identical, except for content?


--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------

Boulder 07-11-2004 05:58 AM

Did you read Phil's last post - that is, did you author and burn with Nero or author with VCDEasy and then burn with Nero (or a similar program) ?

WOWIEGURL 07-11-2004 08:07 AM

I did read Phil's last post, and it only asked me if I had changed the framerate which I haven't.

They have the same resolution 352*288, same format - mpeg1 ( used GSPOT to confirm) and both is 25fps. They are identical. I never burnt these files. I bought it from the local VCD/DVD shop, ripped it, and am trying to squash both into 1 kvcd.

Prodater64 07-11-2004 08:14 AM

Quote:

Originally Posted by WOWIEGURL
I did read Phil's last post, and it only asked me if I had changed the framerate which I haven't.

They have the same resolution 352*288, same format - mpeg1 ( used GSPOT to confirm) and both is 25fps. They are identical. I never burnt these files. I bought it from the local VCD/DVD shop, ripped it, and am trying to squash both into 1 kvcd.

You can burn each file separately in CDRW, and check is same problem is present.


--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------

Boulder 07-11-2004 08:16 AM

Quote:

Originally Posted by Dialhot
Note: I have speed problems also with my pioneer standalone if I burn directly the mpeg with Nero. But all is normal when I start first to do the VCd with vcdeasy and then burn the disc image it produces with Nero.

@WOWIEGURL: As I asked you, how did you author the KVCD?

WOWIEGURL 07-11-2004 08:18 AM

Quote:

Originally Posted by Prodater64
Quote:

Originally Posted by WOWIEGURL
I did read Phil's last post, and it only asked me if I had changed the framerate which I haven't.

They have the same resolution 352*288, same format - mpeg1 ( used GSPOT to confirm) and both is 25fps. They are identical. I never burnt these files. I bought it from the local VCD/DVD shop, ripped it, and am trying to squash both into 1 kvcd.

You can burn each file separately in CDRW, and check is same problem is present.


--------------------------
Visit: DockingGate, a powerful tool, by Prodater64.
Visit: DockingGate taskbar, by Prodater64.
Visit: Mencoder scripting with AVSEdit and Guide for Multiple Files by Prodater64.
--------------------------


tried that before with another file (when I was testing for compatibility) and my dvd player didn't play it properly. It was skipping,freezing and making those "tuk" "tuk" sounds.

when you mean "author" do you mean how I convert from DAT to MPEG?

By the way how do I do what Dialbot says he does with VCDEASY then dropping it into NERO to finish off? Will that compress it enought so it is under 800 mbs?

Boulder 07-11-2004 08:22 AM

I mean how do you create the CD images that you burn on disc.

WOWIEGURL 07-11-2004 08:26 AM

what do you mean by "create"? snapshots of scenes from the movie? I don't create the the files. I copy it from the vcd into my computer, then I used VCDGEAR to convert into MPEG. By the way I still have the same old problem. WHen I use the template for PAL 120 mins - my highest cd is 60 but min is 2 (CQMATIC). I used the exact scipt I posted earlier but don't understand why it is still like that. Can anyone help me out?

Prodater64 07-11-2004 08:33 AM

Quote:

Originally Posted by WOWIEGURL
tried that before with another file (when I was testing for compatibility) and my dvd player didn't play it properly. It was skipping,freezing and making those "tuk" "tuk" sounds.

Well, waste a cup of CDs, and burn it so you can check if it not a source problem.

Boulder 07-11-2004 08:34 AM

I give up :x

I can now understand Phil :lol:

WOWIEGURL 07-11-2004 08:43 AM

Boulder I never burned anything to disk. I only ripped the images out of the VCDs into the computer, and created a script like I usually do, which usually worked but obviously not this time, then I got stuck .

Boulder 07-11-2004 08:46 AM

Well then, do the VCDs you bought play properly? If they don't, they're simply crap and probably nothing can be done to make them work.

WOWIEGURL 07-11-2004 04:14 PM

Yes they play okay in the dvd player.

black prince 07-11-2004 04:26 PM

:banghead: :screwy: :rotf:

-BP


All times are GMT -5. The time now is 07:15 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.