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

Prodater64 07-11-2004 04:48 PM

Quote:

Originally Posted by WOWIEGURL
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()

Take careful, your sources are same file.
Quote:

a=DirectShowSource("E:\CD2.mpg").Killaudio()
b=DirectShowSource("E:\CD2.mpg").Killaudio()
But in spite I pointed you is a misstype, Il will try to give you an "Emergency Solution"

1 - Move your mpgs to a short path folder or to HD root folder.
2 - Demultiplex both mpgs.
3 - Windows key + R, type cmd.exe and "Enter" key.
4 - Go to your mpgs folder (that short path folder or root).
5 - Type: Copy /b a.m2v+b.m2v c.m2v
6 - Type: Copy /b a.mp2+b.mp2 c.mp2
7 - In to previous points you must write your real streams names. a, b and c are ficticious names.
8 - You will have a whole m2v and a whole mp2. You can load first one into your encoder or avs file as usual (if mpeg2 you can rename it with vob extension, load it in dvd2avi and create a project. This one can be loaded into avs script with Mpeg2Source("C:Movie.d2v"), you can't if mpeg1)

Edited:

9 - If you want to load mpeg1 files without using "directshowsource", download http://nic.dnsalias.com/MPEGDecoder/...coder_YV12.zip and read the html help file.
You can try a++b system, but with this source loader.


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

WOWIEGURL 07-11-2004 10:10 PM

Sorry forgot to change that part of my script before posting it. I have since changed it after noticing it was the same mpg and I'm now re-encoding it.

Thanks very much for your help Prodater64.

Why the heck are you slamming your head for -bp? I answered his question on if it played fine in the DVD player.

Dialhot 07-12-2004 03:14 AM

Quote:

Originally Posted by WOWIEGURL
Why the heck are you slamming your head for -bp? I answered his question on if it played fine in the DVD player.

Because you are making us loosing our time trying to help you and continuing to do silly things ("Sorry forgot to change that part of my script before posting it.") and continuously NOT responding to the questions unless we ask them to you twice or thrice. Do you think we find this funny ?

I suggest to definitely CLOSE this thead. All questions have been already answered more than once in it. Just read all the pages again and again. Meantimes we will have vacations.

Thanks.

Prodater64 07-12-2004 03:19 AM

Quote:

Originally Posted by Dialhot
Quote:

Originally Posted by WOWIEGURL
Why the heck are you slamming your head for -bp? I answered his question on if it played fine in the DVD player.

This thread already has 7 pages and all your question have been answered yet more than once it all these. It's time to close this thread now.
Thanks !

With this, you only will obtain, that Wowi opens another thread. Keep all this stuff together, please, please, please.
Or it is that when I'm begin to spoke about command line, comes at your mind closing ideas. :lol:

Dialhot 07-12-2004 03:52 AM

Pro, you managed to answer to a post 5 minutes after I had changed it :-)

WOWIEGURL 07-12-2004 04:53 PM

[quote+"Prodater64"]2 - Demultiplex both mpgs. [/quote]

I get m1vs not m2vs. is this okay? ALso what do I change the DIrectSHowSOUrce to if I'm using m1v instead of the mpg?

Thanks

Dialhot 07-12-2004 05:27 PM

Okay, taht's enought. Insteed of continuously asking questions,
READ THE ANSWERS,and do tests by your own

Thread closed.

Note: and do not reopen a thread on the same subject (i'm speaking here just for you wowie). Except if you have new problem NOT answered here yet and THAT YOU CAN'T solve yourself using your BRAIN.


All times are GMT -5. The time now is 08:24 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.